Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] how does wtp add external classes and project to tomcat runtime classpath?

using wtp, when you set up a launch configuration, you are able to add
dependent projects and external jars. at runtime, the application server,
such as tomcat, would know to find dependent classes based on these
references. But when I look up tomcat classpath setting, there does not seem
to be any way for tomcat to pick up external dependencies without modifiying
the startup script or load dependent classes right inside the
WEB-INF/classes or lib directories.

so how does wtp achieve this with the launch configuration. I looked at all
the artifacts generated by the launch configuration, and still can not see
how this is implemented. I have a need to add dependent class path to tomcat
in the same manner. can someone enlighten me on this?
-- 
View this message in context: http://www.nabble.com/how-does-wtp-add-external-classes-and-project-to-tomcat-runtime-classpath--tf4276651.html#a12172934
Sent from the Eclipse WTP - general mailing list archive at Nabble.com.



Back to the top