F
Francesco Mezzina
Hello,
I must install my Java project in Tomcat.I have copy my Project in \Tomcat
4.1\webapps
and i configure Server.xml with :
<Context path="/Revolution" docBase="Revolution" debug="0"
reloadable="true" crossContext="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="Revolution_examples_log" suffix=".txt"
timestamp="true"/>
</Context>
Revolution is the name of the directory of my project, copied under webapp.
When I call a jsp file,
http://myServer/Revolution/Login.jsp
Tomcat doesn't load this page, and doesn't give me log file
(Revolution_examples_log.txt)
--
----------
Francesco Mezzina
Application developer -
Resp. Divisione Voice
eMinds S.r.l. - Tecnologie Innovative
via P.Togliatti, 8/s - 70052 Bisceglie (BA)
Italy
Phone & Fax +39 080 3991569
WebSite http://www.eminds.it
I must install my Java project in Tomcat.I have copy my Project in \Tomcat
4.1\webapps
and i configure Server.xml with :
<Context path="/Revolution" docBase="Revolution" debug="0"
reloadable="true" crossContext="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="Revolution_examples_log" suffix=".txt"
timestamp="true"/>
</Context>
Revolution is the name of the directory of my project, copied under webapp.
When I call a jsp file,
http://myServer/Revolution/Login.jsp
Tomcat doesn't load this page, and doesn't give me log file
(Revolution_examples_log.txt)
--
----------
Francesco Mezzina
Application developer -
Resp. Divisione Voice
eMinds S.r.l. - Tecnologie Innovative
via P.Togliatti, 8/s - 70052 Bisceglie (BA)
Italy
Phone & Fax +39 080 3991569
WebSite http://www.eminds.it