Helpful Information
 
 
Category: Java Help
Tomcat newby

Hi All,

i'm a very new user of tomcat. We have a tomcat running on a linux box which is running perfectly well already for the application we have.

now, i would like to serve other jsp pages from another linux login (on the same machine) and therefore from another directory.

what do i have to modify in the tomcat conf, which files ?
what about the CLASSPATH variable ?

do I have to stop-start Tomcat after ?


Thanks a lot for your answers

So ..
Try to change the Tomcat/conf/ server.xml file by adding the following stuff :
<Context path="/ YourAlias" docBase="YourDirectory " debug="0" reloadable="true" > </Context>

To access of all your new .jsp pages, enter http://............/YourAlias/...

Regards ,Beun










privacy (GDPR)