I enabled tomcat and installed servlet support for my domain but its giving a 500 error with a simple hello world.
<% out.println(" Hello World"); %>
How do I get jsp to work?
httpd.conf has the correct info.
I enabled tomcat and installed servlet support for my domain but its giving a 500 error with a simple hello world.
<% out.println(" Hello World"); %>
How do I get jsp to work?
httpd.conf has the correct info.