Misha Ver wrote:Going back it is completely not clear what do you mean "i uploaded my project.war into www and also web-inf directories". If you have war file, what are you doing with web-inf directories. Just step back and go over Tomcat deployment instructions.
i know i must copy my project.war into www. but when it doesn't work i copy my project.war also into web-inf.
i do not do a manual deployment. i "clean and build" in NetBeans
ide, after that a project.war appears in project's dist folder. i copy and paste this into my host's www folder.
i do so because when i do this for my early host, it was working.
Ben Souther wrote: Is this a hosted server or one where you installed Tomcat yourself?
Most hosting companies re-configure Tomcat to fit their deployment model.
They also all, as far as I know, run Tomcat behind another web server like Apache HTTPD, which means that the connector mappings would have to be adjusted in order for you to deploy war files there.
no it is a hosted server, and my service provider send me an automatic e mail that tells my jsp configuration is ok. but it is not and i am waiting for a reply today, the first day of the week.
also, if they have a different deployment model what should i do, should i make a deployment manually in all the cases i need to update my project on the server. it seems fatigue to me.
thanks for replies.