|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Coucou c"est le Francais !!!!
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 URL Regards ,Beun |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Tomcat newby |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|