Dear, Martin
No, i see no logs the corresponding directory,
but there are files like mywebprog_jsp.java with:
"
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.util.*;
public class ___a_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
.................
"
and i suspect that TomCat cannot compile it
>
> In your server logs did you find any output along the lines of:
>
> WebappLoader[/GIS]: Deploying class repositories to work directory
> /home/martin/main/sites/mysite/var/tomcat/work/Standalone/localhost/GIS
> ContextConfig[/GIS]: Missing application web.xml, using defaults only
> StandardManager[/GIS]: Seeding random number generator class
> java.security.SecureRandom
> StandardManager[/GIS]: Seeding of random number generator has been completed
> StandardWrapper[/GIS:default]: Loading container servlet default
>
> StandardWrapper[/GIS:invoker]: Loading container servlet invoker
>
> Or are there any noises about /GIS?
>
> Martin
>
> Sasha Prikhod'ko wrote:
>
> >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>
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>
>
>
>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>