hey guys
I have developed a web application by netbeans and when I run it it runs perfectly on the local netbeans glassfish server
but the problem is I could not deploy it on my web server
1st try:
I built it and uploaded the war file "HW6_Build3.war and went to
tomcat admin page tried to make a new context and I got a message that the document base doesn`t exist or is not a readable directory
2nd try:
I tried unpacking the war file myself and copying it to the webapps folder but when I try to access the main page I get a 404
3rd try:
I copied the war file to the webapps folder and made a HW6_Build3.xml file ,that didn`t work either.
You might need these:
content of:
1-web.xml
2-faces-config.xml
What is wrong?
, please help me the home work is due in two days and I am a good
java programer but the stupidest man in the deployment stuff
One final thing:
I have deployed other applications before and they run perfectly but there is a difference which is they are only a couple of
servlets but this one has some visual
jsp pages that I made
by the visual jsp plug in for netbeans
Thank you