Link to home
Start Free TrialLog in
Avatar of JeromeQc
JeromeQc

asked on

JSP deployment on Tomcat

Hi experts,

I now need to launch a JSP page on Tomcat. I have the web.xml file and the .war file. I put both of them in my tomcat /webapp directory and I got an error message saying that it do not find my packages.

I tried to put my packages with the .war file in the same directory with the .jsp and .xml, I also tried to put them in the WEB-INFO directory too and neither works.

I imagine there's something more I must do. What tag I'll need to edit in the web.xml file and where I am suppose to place these files (.xml, .war, .jsp) on the server?

Please help, I can't find enough information. Any comment will be very appreciate. Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of cheekycj
cheekycj
Flag of United States of America image

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
Avatar of JeromeQc
JeromeQc

ASKER

Thanks again CJ!
Glad I could help and Thanx for the "A"

CJ