File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes can apache webserver run JSPs? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "can apache webserver run JSPs?" Watch "can apache webserver run JSPs?" New topic
Author

can apache webserver run JSPs?

S Goyal
Greenhorn

Joined: Oct 28, 2002
Posts: 27
hi,
my client has apache webserver installed and running. on that he runs his php files etc.
now he is asking me to put my jsps in that itself and run them. is it possible. dont i need to install tomcat server and then put in JSPs in correct directory and then run them from there?
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50693

Correct, on its own, apache is not capable of servlets or JSPs. You need to install a web app container (such as Tomcat, Resin...).
You can then add a mod and configure apache to pass off any URLs that reference servlets and JSPs off to the web app container.
hth,
bear
[ June 25, 2003: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: can apache webserver run JSPs?
 
Threads others viewed
Tomcat alone vs Apache/Tomcat
Stupid question, but I need clarification...
Tomcat Vs. Apache
which web server
Apache Server don't recognized JSP code
MyEclipse, The Clear Choice