Hello,

I am writing an application that accesses the Catalina internals. I 
understand that the classes I need in the $CATALINA_HOME/server directory 
are not visible my web application. My application is actually working but I 
have a question regarding deployment.

It is a simple application but classes are not centralized under my 
applications WEB-INF, so deployment is currently not as quick and clean as a 
typical web app.

My classes currently reside under the following directories:
$CATALINA_HOME/server/classes : servlet that accesses the 
org.apache.catalina classes and sets variables in my Beans
$CATALINA_HOME/common/classes : my Beans
$CATALINA_HOME/webapps/myApp : Jsp that accesses Beans

Am I missing something ? Can I somehow centralise my classes ? Is the only 
solution writing a shell script to place each directory individually  ? Any 
help or comments would be appreciated.
Thank you,
Marieka

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to