I have Tomcat 5.0.25 loaded on a test server where I'm attempting to build a 
web service.  I'm using Axis to handle the SOAP interractions.

So far, I've been able to get Axis to load.  But it seems that Axis is 
attempting to load a module that I'm responsible for in order to process the 
incomming SOAP message in it's SerializerFactory.  All well and good.  Except 
that Axis is bubbling up a call to my module named 
com.sequoiallc.services.RegisterUser.MortgageCompanyType.

I've tried placing the .class file for this module in my WEB-INF/classes 
folder (no luck, class not found.)  I've also tried building a .jar file with 
this class file and all other classes that are part of the web service and 
placing that in WEB-INF/lib.  Again, no luck (class not found).

In the scheme of things, when running Tomcat 5.0.xx *with* -security, do I 
need to grant permission to the jar file that I've created?  Tomcat is 
finding all of the other .jar files that Axis uses within WEB-INF/lib of my 
.war file - so I would think my .jar file would be located too.

Thoughts?


Thanks much!

Bob



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

Reply via email to