Re: setting the sitemesh.factory entry with jboss
Joe Walnes <[email protected]>
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <[email protected]> |
Typically this is done as a <context-param> element in web.xml:
<web-app>
...
<context-param>
<param-name>sitemesh.factory</param-name>
<param-value>com.blah.MyFactory</param-value>
</context-param>
</web-app>
cheers
-Joe
On Wed, 30 Mar 2005 10:37:28 CST, Cory Simpson
<[email protected]> wrote:
> Hello, I have recently created my own factory object for sitemesh and I wanted to use it by setting the sitemesh.factory jndi environment entry in jboss. I noticed that the jboss init() method for the filter is called while the app server is booting so it is hard for me to register with jndi before this. I was wondering if there was a common way of doing this that I am not aware of.
>
> Thanks,
> -C
>
> ---------------------------------------------------------------------
> Posted via Jive Forums
> http://forums.opensymphony.com/thread.jspa?threadID=1157&messageID=3687#3687
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]