Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Alternative Tomcat 5.5 server support

Hello,

I am working on (prototype of) an alternative Tomcat 5.5 server support
that does not require creation of intermediate exploded WARs, but
instead "explains" Tomcat how to pick stuff directly from various
workspace locations. Briefly, the idea is to provide custom tomcat
org.apache.catalina.Loader that is able to load webapps spread over WTP
workspace. Special "module map" file is created during publish, the file
essentially tells the loader how map WEB-INF/classes and WEB-INF/lib/*
to workspace.

Is anyone interested?

--
Regards,
Igor Fedorenko




Back to the top