I am trying to get a simple HelloWorld example to run on my host and I cannot figure out the problem.
I create a dir under my cat_home
/usr/share/tomcat5/webapps/MyFirst
And placed the java class under
/usr/share/tomcat5/webapps/MyFirst/WEB-INF/classes/HelloWorld.class
I have my web.xml and MyFirst.xml(context)
When I go to hostname/MyFirst/HelloWorld I get 'This page cannot be found' - I am lost can anyone help?
Thanks
I create a dir under my cat_home
/usr/share/tomcat5/webapps/MyFirst
And placed the java class under
/usr/share/tomcat5/webapps/MyFirst/WEB-INF/classes/HelloWorld.class
I have my web.xml and MyFirst.xml(context)
When I go to hostname/MyFirst/HelloWorld I get 'This page cannot be found' - I am lost can anyone help?
Thanks