Re: How to rename "manager"?

2002-04-22 Thread Marieka Prince

You need to also change the Context path and docbase in
$CATALINA_HOME/conf/server.xml

HTH,
Marieka

>From: Martin Erlandsson <[EMAIL PROTECTED]>
>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
>To: 'Tomcat Users List' <[EMAIL PROTECTED]>
>Subject: How to rename "manager"?
>Date: Mon, 22 Apr 2002 18:38:27 +0200
>
>Hi List!
>
>Due to a name clash, I would like to rename the "manager" application. Can
>someone tell me how to do that? I tried just to rename the webapps/manager
>dir, but that wasn't enough. :-(
>
>Thanks,
>
>/Martin
>
>--
>To unsubscribe:   
>For additional commands: 
>Troubles with the list: 
>


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


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Deploying and Catalina Class Loader

2002-04-22 Thread Marieka Prince

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:   
For additional commands: 
Troubles with the list: