Best unofficial Apache Server developers community |
|
I am trying to point a Tomcat webapp from one Oracle database to another. To do so, I navigated to the webapps/[my web app]/WEB-INF/classes folder, and I edited the jdbc.properties file so as to change the connection URL, user, and password. As soon as I did this, the webapp failed to work (it was working before). I end up getting Apache Tomcat error 404 - "The requested resource [my web app] is not available". I know that the connection URL along with the user/password combo work perfectly fine, as I have tested it in SQL clients. Does anyone know why my webapp failed to work after my modifications? Are there any other modifications that I have to make?
posted via StackOverflow
|
|
 
|
So, after commenting I think answer is :), Tomcat is not started/not working correctly but started (can be some problems with cache)/ have not re-started. You should check this 3 points and all will be okay. |