You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Durfee, Bernard" <Be...@suny.edu> on 2005/07/15 16:09:06 UTC

element

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org