Link to home
Start Free TrialLog in
Avatar of HarryDuno16957
HarryDuno16957

asked on

Script Just Shows the Source...It Doesn't Do Anything

I have a script that is a basic JSP file. It doesn't work, though. Here it is:
http://72.249.33.117/~mpinelli/test.jsp

Is there something special I have to do in order for that to actually execute and do something?
Avatar of suprapto45
suprapto45
Flag of Singapore image

Simple question....

Where do you run it (app server)? You should use Java J2EE app server such as Tomcat to run JSP
Avatar of HarryDuno16957
HarryDuno16957

ASKER

Tomcat is installed on the server. I just don't know how to get that script to use Tomcat instead of just showing text.
Did you deploy it to Tomcat? You should create a web application (WAR) file and put it in your TOMCAT_HOME/webapps?
Nevermind, the webhost told me the problem. Using the IP address to access the domain doesn't call Tomcat. The domain name is registered as a link to Tomcat and all JSP files will be sent to it, but only when I use the domain.

This question can be deleted.
Hi kodiakbear,

Please go ahead.

David
ASKER CERTIFIED SOLUTION
Avatar of kodiakbear
kodiakbear

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial