How are <resource> elements in a context.xml file processed by Tomcat
5.5.x? For instance...

<Resource
name                    = "services/myservice"
auth                    = "Container"
type                    = "com.mycom.BasicService"
factory                 = "com.mycom.BasicServiceFactory"
/>

...I am assuming this would use BasicServiceFactory to create an
instance of BasicService and bind it to the appropriate node in JNDI
correct? How do I go about passing parameters to the BasicService
object?

Bernard Durfee

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

Reply via email to