Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Modifying the jdbc.properties file for a Tomcat webapp

0

53 views

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?

asked June 23, 2011 4:27 pm CDT
posted via StackOverflow

1 Answer

0
 

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.

answered June 23, 2011 5:23 pm CDT

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions