Java Server Pages
Hello everyone.
Who can help me:
I would like to switch from ASP to JSP.
Indeed, I have developed in ASP, but it was for nothing.
My company does not have an NT Web server. The solution (if I understood correctly) involves JSP. How do I install a server capable of reading JSP?
Thank you.
Luis
Who can help me:
I would like to switch from ASP to JSP.
Indeed, I have developed in ASP, but it was for nothing.
My company does not have an NT Web server. The solution (if I understood correctly) involves JSP. How do I install a server capable of reading JSP?
Thank you.
Luis
1 réponse
Hi Luis
In the Docs section of CCM under the WEB JSP theme, you will find various servers that support JSP, including Apache's TOMCAT.
If you look at the addresses mentioned below, you will undoubtedly find your happiness: I hope so.
This one will help you with the configuration
http://www.technosphere.tm.fr/chaine_serverscript/
This one for downloading Tomcat
http://java.sun.com/products/jsp/download.html
Tomcat is a free HTTP server supporting JSP version 1.1 and servlet versions 2.2. You will find information on installation and configuration.
I haven't installed TOMCAT myself, so I would be very grateful if you could email me the exact steps of the installation, configuration, and any issues encountered.
This will be very useful for me later.
Thank you in advance.
PS. Sorry JEFF for providing a different source than yours.
In the Docs section of CCM under the WEB JSP theme, you will find various servers that support JSP, including Apache's TOMCAT.
If you look at the addresses mentioned below, you will undoubtedly find your happiness: I hope so.
This one will help you with the configuration
http://www.technosphere.tm.fr/chaine_serverscript/
This one for downloading Tomcat
http://java.sun.com/products/jsp/download.html
Tomcat is a free HTTP server supporting JSP version 1.1 and servlet versions 2.2. You will find information on installation and configuration.
I haven't installed TOMCAT myself, so I would be very grateful if you could email me the exact steps of the installation, configuration, and any issues encountered.
This will be very useful for me later.
Thank you in advance.
PS. Sorry JEFF for providing a different source than yours.
I'm also interested if someone has the time to write an article explaining how to set up a server (Apache with Tomcat for example or another) that can handle JSPs!!