Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Re: Tomcat question


Message #1 by "Subramanian" <gomathy_s@s...> on Mon, 5 Feb 2001 22:45:51 +0530
Hi there,

Sorry for this late reply. Hoping u would have already found the solution,
but still here it is.

Create a sub-directory under webapps directory of tomcat. Then store the jsp
file there. Call it using the following command:

http://localhost:8080/<<sub-directory name>>/.jsp file name

The generated java and class file will be seen in work directory.

regards

Your original message:


----- Original Message -----
From: Clint Tredway <ctredway@m...>
To: Pro_JavaServer_Pages <pro_jsp@p...>
Sent: Tuesday, January 30, 2001 12:18 AM
Subject: [pro_jsp] Tomcat question


> If I have a JSP page called 'DateFormat1.jsp', and I access this like
'http://www.mydomain.com/DateFormat1.jsp' and I get page cannot be found
error, what can cause this?
>
> I am running Win2k Server, and Tomcat.
>
> Any help is appreciated!
>
> Clint
> - Today is the tomorrow you were worried about yesterday -


  Return to Index