Hi,
I have two projects, a WebProject and a common JavaProject.
The WebProject has a reference to the JavaProject and everything is compiled fine.
I adjusted also my deployment settings to “Merge dependent classes into the WEB-INF/classes” dir of my webproject.
Now I don’t get the Webproject running under Tomcat without deploying the WAR with the included javaTest.jar.
The classes of my common JavaProject are not found at runtime.
Tomcats server.xml contains the following context entry for my WebProject:
<Context path=”/c1″ reloadable=”true” docBase=”C:\workspace\WebTest\WebRoot” workDir=”C:\workspace\WebTest\work” />
The .classpath file of the Webproject contains this entry:
<classpathentry combineaccessrules=”false” exported=”true” kind=”src” path=”/JavaTest”/>
What should I do now to get the WebProject with the JavaProject running under Tomcat
without packaging jar files or war files ?
I use Tomcat 5.5.12, Eclipse 3.1.2 and MyEclipse 4.1.1GA.
Moreover I use the sysdeo tomcat plugin (com.sysdeo.eclipse.tomcat_3.1.0)
Do you need more information about my setup?
Thanks
Michael