suggest I did quite primitive thing:
created a Context in the Tomcat administration tool

server.xml:
<Context className="org.apache.catalina.core.StandardContext" 
   cachingAllowed="true" 
   charsetMapperClass="org.apache.catalina.util.CharsetMapper" 
   cookies="true" crossContext="false" debug="0" 
   docBase="R:\GIS\jdocbase" 
   mapperClass="org.apache.catalina.core.StandardContextMapper" 
   path="/GIS" privileged="false" reloadable="false" 
   swallowOutput="false" useNaming="true" 
   wrapperClass="org.apache.catalina.core.StandardWrapper">
</Context>

But jsp raises exceptions when opening on /GIS !
May be I don't understand right how to configure the java
environment?

Alex


--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to