I have tomcat running with the following virtual hosts:

localhost - docroot: C:\Program Files\Apache Tomcat 4.0\webapps\ROOT
locala - docroot: D:\locala
localb - docroot: D:\localb
localc - docroot: D:\localc

One JSP on localc uses a bean. The page works fine if I stick it in 
\examples\jsp and the bean in \examples\WEB-INF\jsp\beans.

What do I have to do to make it work from the document root of virtual host 
localc? I'd rather not create a subdirectory, I'd like the url to be 
localc/beantest.jsp NOT localc/beanapp/beantest.jsp


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

Reply via email to