Hello,

       The answer you already had from  Mauro Quartini didn't satisfy you ? First
of all, you should have a look at the Tomcat documentation and specifically the
tomcat-apache howto which help you run tomcat with an Apache Server.


http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto.html

Then, you have to put your jsp file under the exemples\jsp directory of the tomcat
server and access this file using localhost:8080/exemples/jsp/myJSPage.jsp (If i
remember well).
    Or you can create your own WebApp and modify the server.xml to add your own
context and access to your file with
localhost:8080/myContextRoot/myPath/Jsppage.jsp

Hope this help !
Regards
Veronique


Gill a écrit :

> -----Original Message-----
> From: Gill [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, September 16, 2000 2:46 PM
> To: JSP-INTEREST
> Subject: Will any good guy help me.....
> Importance: High
>
> Hi Fellows,
>
> I have downloaded and installed the Apache Software. I also copied
> Jakarta-Tomcat in the Apache directory. I wrote a Simple JSP Page. But
> whenever I tried to load that Page, I didn't succeed. Will you please help
> me.
>
> Will you please guide me that where I have to put the JSP page and how
> should I give the command to "localserver" to load the page. Please also
> guide through the directory structure.
>
> Thanks and Best Regards.
>
> Gill
> Just a beginner
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to