Hello EveryBody,
I am trying to execute my jsp's & servlets from my remote server
from /home/httpd/vhosts/domainname.com dir
It works fine for the Html's but when try to execute my jsp's & servlets
it is not able to execute and even doesnt displays an error page just displays
only the html tags.
the configuration in the server.xml
<Host name="domainname..com" debug="0" appBase="webapps" unpackWARs="true">
<Alias>www.domainname.s.com</Alias>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="domainname" suffix=".log" timestamp="true"/>
<Context path="/home/httpd/vhosts/domainname.com" docBase="domainname"
debug="0" reloadable="true"/>
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1"/>
</Host>
Any help will be most appreciated.
Best Regard's
Tomcat Cat-User