How can I execute a jsp from Catalina?

2001-11-27 Thread Juan Carlos Fernández Galante
Hi, I want to execute a jsp from, but I don´t know whats are the steps. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How can I execute a jsp from Catalina?

2001-11-27 Thread Tor Magne Hougen
If you have Tomcat 4.0 up and go , put the jsp (myjsp.jsp) in : CATALINA_HOME webapps/ROOT/myjsp.jsp In your browser type : http://localhost:port/myjsp.jsp you can try this JSP: !DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'

Re: How can I execute a jsp from Catalina?

2001-11-27 Thread Tor Magne Hougen
OK, there are a lot of help and example in the Web Applications that follows with tomcat: http://localhost:8080/examples/ If you cant find soulutions there. Sorry i cant help you Regards. Tor Magne Juan Carlos Fernández Galante wrote: Thanks, for your help, but I want to make a Web Server,