I think most will host both SOAP and Servlets together using Tomcat+Axis. In
addition, most will have running environmental resources such as database
connections, files, etc. Currently, we ended up with two separate rources
managers. This is a highly undesirable situation! It should be better if we
can serve Servlets and SOAPs together using a single resources manager.

In addition, Axis returns URL which is not actual location for the following
call;

  URL url = xx.getClassLoader().getResource("??????");

This should return actual .jar or .aar path names!

Regards.

-- 
View this message in context: 
http://www.nabble.com/Axis-and-resource-management-tf3979466.html#a11297223
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to