Web Hosting Talk







View Full Version : jsp


linuxnewbie
11-21-2002, 11:53 PM
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Install Complete.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
You must add following lines to httpd.conf

You need to also add index.jsp to the DirIndex

You should also add the below line after AddType text/html .htm*

AddHandler jakarta-servlet2 .jsp
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

just install jsp and got this

what line i have to add to httpd

can u explain what do i have to do now

big thanks for all help

x222943
11-22-2002, 12:28 AM
add:

AddHandler jakarta-servlet2 .jsp

to the file, and add:

index.jsp

to the line:

DirectoryIndex index.html index.htm index.php index.php3 index.phtml index.pl index.cgi

that has that. it wont be exactly the same, but just add index.jsp to that line...