At 11.46 16/09/2000, you wrote:
>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.



Steps:

1) add to Apache httpd.conf file (at the end) this lines

              # Jakarta Tomcat Settings
              Include ..\tomcat\conf\tomcat.conf

please correct paths

2) restart Apache and check all wors correctly
3) run ..\tomcat\bin\startup.bat
4) check it runs correctly
5) point your web browser at : http://localhost:8080/examples/jsp/
6) look at examples

I hope this could you




Mauro Quartini
Global Database Services S.r.l.
Via V. Monti, 4
Milano, Italy
tel +39 339 8039053
fax +39 2 66401992
[EMAIL PROTECTED]

===========================================================================
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