Re: Virtual hosting and listener servlets

2007-10-24 Thread Kris Schneider
On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote:
 Here it is.

 I use Tomcat 5.0.28.  I also use the tomcat connector and apache to
 listen on port 80 to domain names of my websites.  Each website has a
 virtual host configured in httpd.conf (apache) and server.xml (tomcat).
 The configuration works great except for one thing.  The tomcat
 container is not able to execute my ResourceManagerListener servlet,
 which is a class where I initialize all my application variables.  The
 class is referenced in the my webapp web.xml file as follows:

 listener
 listener-class
 servlets.ResourceManagerListener
 /listener-class
   /listener

 ResourceManagerListener is located under the directory
 webapp/WEB-INF/classes/servlets.  When I do not use any virtual
 hosting and I reference the website from the base directory, such as
 http://www.mytomcatbase.com/mywebappfolder instead of
 http://www.mywebapp.com , then every thing works.

 Please advise how I can specify a listener class in web.xml after a
 virtual hosting configuration moves the container context.

For clarification, which listener interface does
ResourceManagerListener implement. I assume it would be
ServletContextListener.

When you say, not able to execute, what does that mean? Were
exceptions thrown? Did the listener appear not to be loaded?

Have you tried running on TC 5.5.x?

 Thx, Lamine.

-- 
Kris Schneider mailto:[EMAIL PROTECTED]
directThought  http://www.directThought.com/

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



Re: Virtual hosting and listener servlets

2007-10-24 Thread Hassan Schroeder
On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote:

 I use Tomcat 5.0.28.

which is no longer officially supported :-)

Regardless, this has nothing to do with taglibs -- you should repost
to the tomcat-users mailing list.

If you do, include the relevant part of your server.xml showing the
virtual host configuration.

FWIW,
-- 
Hassan Schroeder  [EMAIL PROTECTED]

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



RE: Virtual hosting and listener servlets

2007-10-24 Thread T. Lamine Ba


-Original Message-
From: Kris Schneider [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 24, 2007 10:03 AM
To: Tag Libraries Users List
Subject: Re: Virtual hosting and listener servlets

On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote:
 Here it is.

 I use Tomcat 5.0.28.  I also use the tomcat connector and apache to
 listen on port 80 to domain names of my websites.  Each website has a
 virtual host configured in httpd.conf (apache) and server.xml
(tomcat).
 The configuration works great except for one thing.  The tomcat
 container is not able to execute my ResourceManagerListener servlet,
 which is a class where I initialize all my application variables.  The
 class is referenced in the my webapp web.xml file as follows:

 listener
 listener-class
 servlets.ResourceManagerListener
 /listener-class
   /listener

 ResourceManagerListener is located under the directory
 webapp/WEB-INF/classes/servlets.  When I do not use any virtual
 hosting and I reference the website from the base directory, such as
 http://www.mytomcatbase.com/mywebappfolder instead of
 http://www.mywebapp.com , then every thing works.

 Please advise how I can specify a listener class in web.xml after a
 virtual hosting configuration moves the container context.

For clarification, which listener interface does
ResourceManagerListener implement. I assume it would be
ServletContextListener.

*** indeed it implements ServletContextListener

When you say, not able to execute, what does that mean? Were
exceptions thrown? Did the listener appear not to be loaded?

*** Logs read Error ListenerStart + Context startup failed


Have you tried running on TC 5.5.x?

*** I do not have this flexibility.  I use what my hosting company
provides.

 Thx, Lamine.

-- 
Kris Schneider mailto:[EMAIL PROTECTED]
directThought  http://www.directThought.com/

-
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]



Re: Virtual hosting and listener servlets

2007-10-24 Thread Kris Schneider
On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote:


 -Original Message-
 From: Kris Schneider [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 24, 2007 10:03 AM
 To: Tag Libraries Users List
 Subject: Re: Virtual hosting and listener servlets

 On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote:
  Here it is.
 
  I use Tomcat 5.0.28.  I also use the tomcat connector and apache to
  listen on port 80 to domain names of my websites.  Each website has a
  virtual host configured in httpd.conf (apache) and server.xml
 (tomcat).
  The configuration works great except for one thing.  The tomcat
  container is not able to execute my ResourceManagerListener servlet,
  which is a class where I initialize all my application variables.  The
  class is referenced in the my webapp web.xml file as follows:
 
  listener
  listener-class
  servlets.ResourceManagerListener
  /listener-class
/listener
 
  ResourceManagerListener is located under the directory
  webapp/WEB-INF/classes/servlets.  When I do not use any virtual
  hosting and I reference the website from the base directory, such as
  http://www.mytomcatbase.com/mywebappfolder instead of
  http://www.mywebapp.com , then every thing works.
 
  Please advise how I can specify a listener class in web.xml after a
  virtual hosting configuration moves the container context.

 For clarification, which listener interface does
 ResourceManagerListener implement. I assume it would be
 ServletContextListener.

 *** indeed it implements ServletContextListener

 When you say, not able to execute, what does that mean? Were
 exceptions thrown? Did the listener appear not to be loaded?

 *** Logs read Error ListenerStart + Context startup failed

Can you provide a stack trace?

 Have you tried running on TC 5.5.x?

 *** I do not have this flexibility.  I use what my hosting company
 provides.

  Thx, Lamine.

As Hassan noted, your issue isn't taglib related and is more
appropriate for the [EMAIL PROTECTED] list.

 --
 Kris Schneider mailto:[EMAIL PROTECTED]
 directThought  http://www.directThought.com/

-- 
Kris Schneider mailto:[EMAIL PROTECTED]
directThought  http://www.directThought.com/

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



RE: Virtual hosting and listener servlets

2007-10-24 Thread T. Lamine Ba
I will contact the tomcat mailing list then.

Thx, Lamine.

-Original Message-
From: Kris Schneider [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 24, 2007 3:31 PM
To: Tag Libraries Users List
Subject: Re: Virtual hosting and listener servlets

On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote:


 -Original Message-
 From: Kris Schneider [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 24, 2007 10:03 AM
 To: Tag Libraries Users List
 Subject: Re: Virtual hosting and listener servlets

 On 10/24/07, T. Lamine Ba [EMAIL PROTECTED] wrote:
  Here it is.
 
  I use Tomcat 5.0.28.  I also use the tomcat connector and apache to
  listen on port 80 to domain names of my websites.  Each website has
a
  virtual host configured in httpd.conf (apache) and server.xml
 (tomcat).
  The configuration works great except for one thing.  The tomcat
  container is not able to execute my ResourceManagerListener servlet,
  which is a class where I initialize all my application variables.
The
  class is referenced in the my webapp web.xml file as follows:
 
  listener
  listener-class
  servlets.ResourceManagerListener
  /listener-class
/listener
 
  ResourceManagerListener is located under the directory
  webapp/WEB-INF/classes/servlets.  When I do not use any virtual
  hosting and I reference the website from the base directory, such as
  http://www.mytomcatbase.com/mywebappfolder instead of
  http://www.mywebapp.com , then every thing works.
 
  Please advise how I can specify a listener class in web.xml after a
  virtual hosting configuration moves the container context.

 For clarification, which listener interface does
 ResourceManagerListener implement. I assume it would be
 ServletContextListener.

 *** indeed it implements ServletContextListener

 When you say, not able to execute, what does that mean? Were
 exceptions thrown? Did the listener appear not to be loaded?

 *** Logs read Error ListenerStart + Context startup failed

Can you provide a stack trace?

 Have you tried running on TC 5.5.x?

 *** I do not have this flexibility.  I use what my hosting company
 provides.

  Thx, Lamine.

As Hassan noted, your issue isn't taglib related and is more
appropriate for the [EMAIL PROTECTED] list.

 --
 Kris Schneider mailto:[EMAIL PROTECTED]
 directThought  http://www.directThought.com/

-- 
Kris Schneider mailto:[EMAIL PROTECTED]
directThought  http://www.directThought.com/

-
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]