Posted By:
sun_8s8
Posted On:
Thursday, April 26, 2001 10:33 PM
i have a question in tomcat3.2.1
(1)If the host-IP is 192.168.0.1.
How can i build a new path
like http://192.168.0.1:80/AD/**.jsp (must can use bean in this IP )?
How can i change *.xml in Tomcat/conf ?
(2)The method;
docBase="webapps/AD"
crossContext="false"
debug="0"
reloadable="true" >
.
i uesd ago, but it can not run java bean in WEB even if i add WEB-INF in /AD.
And how can i add the host-IP 192.168.0.1 in web-path?
--sun8s8