Re: New startup

2003-02-27 Thread Tim & Laly Huffman
Thanks for the help. I changed the context, and the pages are showing up. Thanks again for all your help. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February

Re: New startup

2003-02-27 Thread Steve Guo
what URL are you using to access the file? Tim & Laly Huffman <[EMAIL PROTECTED]> wrote:I have Tomcat installed, along with JDK1.3.1. As far as I know, all variables are set. When I start up Tomcat, I am able to see the default index page from Apache. I can maneuver through all pages using port

RE: New startup

2003-02-27 Thread Turner, John
JSP pages do need to be compiled, they are compiled into servlets before being executed, but this is handled automatically by Tomcat. Do you have a Context for "myWork" in server.xml? If you have a Context, do you also have a web.xml file for your web application? There are some specific steps

RE: New startup

2003-02-27 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta nota

Re: New startup

2003-02-27 Thread Saket Barve
When you view the default index.jsp page, you are actually seeing the JSP page in the ROOT directory. By default, it'll read from this directory (read context) if you don't specify any. For viewing anything placed somewhere other than the ROOT directory in /webapps, you need to specify the cont