Sun Studio Create2.Update1 and Tomcat 5.x

Creating an application in Studio Creator2.1 and wanting to deploy to Tomcat 5.x

Looking for some guidelines on configuration...

I am accessing a database and curious if the 'database datasources' configured are package in the .WAR file or need to configure some resource within the Tomcat configurations...

Thanks

[342 byte] By [asiancajun] at [2007-11-26 10:15:14]
# 1

Well I know this isn't a thorough example but it did help me deploy my project to a Tomcat server.

http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2upd ate1/deploy/howtodeploy/deploy_tomcat.html

And since you are using a datasource you can refer to this depending on the datasource

http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html

r3cca at 2007-7-7 2:07:13 > top of Java-index,Development Tools,Java Tools...