PDA

View Full Version : .war file for Tomcat5.5 and PostgreSQL



sweeyn
03-27-2006, 11:29 AM
is there any different between the Tomcat5.0.war file and the Tomcat5.5.war file?

how do i connect to PostgreSQL database and configure a data source available to Apache.


Thanks in advance.
Su

mbatchelor
03-27-2006, 12:06 PM
The big difference as far as applications go between Tomcat 5.0 and Tomcat 5.5 is that the server.xml format changed for registering JNDI datasources.

Please consult the Apache website for more information on how to configure datasources under Tomcat 5.5.