- Impact
- 38
Hi,
I have just built a JavaEE application which runs and works PERFECTLY in NetBeans, the IDE I built it in.
I upload the source to a Tomcat server, and it fails to run the servlets, saying they cannot be found.
The directory of the app is /web and the META-INF and WEB-INF folders are in here along with the jsp files.
WEB-INF contains my web.xml, lib and classes.
My error is:
I am assuming something is wrong with the web.xml? Or is it more likely the server config?
I don't have access to anything beside FTP, no Manager stuff.
Im just confused as it was built in NetBeans and executes fine (albeit GlassFish) yet I copy it onto TomCat and suddenly it cannot find my servlets?
anyone know what the issue might be?

I have just built a JavaEE application which runs and works PERFECTLY in NetBeans, the IDE I built it in.
I upload the source to a Tomcat server, and it fails to run the servlets, saying they cannot be found.
The directory of the app is /web and the META-INF and WEB-INF folders are in here along with the jsp files.
WEB-INF contains my web.xml, lib and classes.
My error is:
Code:
type Status report
message /u0655196/WebApplication1/web/GetAnimals
description The requested resource (/u0655196/WebApplication1/web/GetAnimals) is not available.
I am assuming something is wrong with the web.xml? Or is it more likely the server config?
I don't have access to anything beside FTP, no Manager stuff.
Im just confused as it was built in NetBeans and executes fine (albeit GlassFish) yet I copy it onto TomCat and suddenly it cannot find my servlets?
anyone know what the issue might be?












