Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Glen Mazza
Thanks Ajith. One more question for this Axis newbie: Am Sonntag, den 21.01.2007, 13:12 -0500 schrieb Ajith Ranabahu: > Hi guys, > Here is a small description to de-mystify this whole business of aars > and wars :) > > The Axis2 war is a packaged version of the complete Axis2 setup, ready > to b

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Garth Keesler
Sounds reasonable. Now if I could just get it to work! :-) As long as I've got your attention... I'm following the steps under http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html for JDBC Data Sources using these mods: context.xml       username="dbuser" passwo

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Schalk
Hey Garth, No, I reckon that if you need all applications under Tomcat to have access to DBCP access then adding that in Tomcat itself should be fine. However, if there is anything that is Axis/Web Service specific then it would be better to edit the web.xml under Axis for these settings as a

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Garth Keesler
Good info. It raises another question, however. If I am setting up DBCP for Tomcat, why does the config go in the web.xml for Axis and not Tomcat? Dumb question but does that mean that any servlet accessing the database via DBCP must run under Axis? Just curious, Garth Ajith Ranabahu wrote: H

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Ajith Ranabahu
Hi guys, Here is a small description to de-mystify this whole business of aars and wars :) The Axis2 war is a packaged version of the complete Axis2 setup, ready to be deployed in a servlet container. aar files on the other hand are archived service bundles that include class files, a descriptor

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Schalk
No problem, pleasure Garth. Garth Keesler wrote: I'm not sure what name you go by but, Schalk, you pointed me in the right direction! I modified the Tomcat web.xml file in the conf directory and now, at least, the errors I'm getting indicate that the database pooled connection was actually mad

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Garth Keesler
I'm not sure what name you go by but, Schalk, you pointed me in the right direction! I modified the Tomcat web.xml file in the conf directory and now, at least, the errors I'm getting indicate that the database pooled connection was actually made. Now maybe I can make some progress. If I could

Re: Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Schalk
Greetings, I am using Axis2 and have successfully edited the web.xml as well as added .jar's to the lib without any problems. Glen Mazza wrote: Hello, I have a question--is the process of altering the web.xml file and adding JARs to the lib directory of the axis.war file to accomodate servic

Modifying Axis WAR file (Was Re: [Axis2 1.1.1] AAR file and web.xml)

2007-01-21 Thread Glen Mazza
Hello, I have a question--is the process of altering the web.xml file and adding JARs to the lib directory of the axis.war file to accomodate service classpath needs more or less the same in both Axis2 and Axis1? I think they would be, but the instructions I see[1] appear to be for Axis1, so I