it's not clear from your mail exactly what URL you're using to access the file
you should be able to access it thus: http://localhost:8080/coreJsp/chpt_01/simpleDate.jsp or you could drop the file simpleDate.jsp into $CATALINA_HOME/webapps/ROOT and access it thus http://localhost:8080/simpleDate.jsp (i'm assuming this file isn't calling any other jsps or servlets ) hope this helps a. At 11:40 AM 5/16/2002 -0400, you wrote: >Hi, >This question must be common but I couldn't find the answer anywhere... >I've got Tomcat 4 up and running on Linux 7.2, so I can view the examples, >etc.. >However when I tried adding a .jsp I couldn't view it. I was using a simple >jsp from the book Core Java and put it in >$CATALINA_HOME/webapps/coreJsp/chpt_01/simpleDate.jsp, and trying to view it >from http://localhost:8080/coreJsp/... What am I missing here? > Thanks to any that might reply. > Dan > >-- >This message has been scanned for viruses by the DIT >Computer Centre Mail Scanner service, and is >believed to be clean. -- This message has been scanned for viruses by the DIT Computer Centre Mail Scanner service, and is believed to be clean. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
