Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Migrating from .70
Migrating from .70 [message #174085] Wed, 12 July 2006 13:52
Eclipse UserFriend
Originally posted by: jspriggs.walkerinfo.com

Hi,

I'm attempting to upgrade from eclipse 3.1 with wtp .7 to eclipse 3.2 with
wtp 1.5. The project I am working with is a Coldfusion MX project that is
built as localhost for testing. When I import the project into eclipse
with the newer wtp, wtp translates the older format .wtpmodules file into
using the .settings/org.eclipse.wst.common.component. I'll paste the new
file created below.

The problem I'm having is when I go to start the tomcat server that runs
the project from Eclipse, the server starts but I receive an error:
SEVERE: Exception starting filter CFCacheFilter
java.lang.ClassNotFoundException: coldfusion.bootstrap.BootstrapFilter

When I check the tmpxx folder that the deployed project should reside in,
most of the parts the project needs are present. The main guts of what
Coldfusion needs java wise to start up though isn't. What we receive is
basically the first level of what should be there and nothing further.

I should also mention that the server internals are in a separate project
that are imported in, and my best guess has been that somehow the files
needed from that project aren't being imported correctly. There's no
documentation for the structure or anything that specifically goes into
the common.components file, or if using
source-path="../cfusion/web/WEB-INF" will pull in the entire web/WEB-INF
folder structure from a project called cfusion.

I apologize for the length of the post, but it's a very odd and specific
problem we're attempting to fix. Does anyone have any idea or a direction
to point for this issue?

----------------------------
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="cisco-mx">
<module-type module-type-id="jst.web">
<version>2.4</version>
<property name="java-output-path" value="/bin"/>
<property name="context-root" value="/"/>
</module-type>
<wb-resource deploy-path="/" source-path="/web"/>
<wb-resource deploy-path="/CFIDE" source-path="../cfusion/web/CFIDE"/>
<wb-resource deploy-path="/java" source-path="/WEB-INF/classes"/>
<wb-resource deploy-path="/WEB-INF"
source-path="../cfusion/web/WEB-INF"/>
<wb-resource deploy-path="/WEB-INF"
source-path="../cfusion/webciscoconf/WEB-INF"/>
<wb-resource deploy-path="/WEB-INF/cfusion/CustomTags/web"
source-path="../cisco-customtags/web"/>
<wb-resource deploy-path="/WEB-INF/cfusion/CustomTags/websurvey"
source-path="../cisco-customtags/websurvey"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/classes"/>
<wb-resource deploy-path="/WEB-INF/lib" source-path="/lib"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/java"/>
<dependent-module deploy-path="/WEB-INF/lib"
handle="module:/resource/cfusion/cfusion">
<dependency-type>uses</dependency-type>
</dependent-module>
</wb-module>
</project-modules>
Previous Topic:Files with .# in my war, why?
Next Topic:how to use filter options for the Project Explorer in the J2EE perspective?
Goto Forum:
  


Current Time: Tue Apr 23 16:04:57 GMT 2024

Powered by FUDForum. Page generated in 0.03777 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top