RE: Errors using warp connector

2002-01-31 Thread Larry Isaacs

If you are referring to Tomcat 3.3's auto generated mod_jk.conf,
see the forwardAll and noRoot attributes for the ApacheConfig
module at:

http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#ApacheConfig

Cheers,
Larry

 -Original Message-
 From: Joe Emenaker [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 31, 2002 3:07 AM
 To: Tomcat Users List
 Subject: Re: Errors using warp connector
 
 
 This brings me to the problem I'm currently having. When I 
 make a webapp
 in Tomcat and define a ROOT context, it doesn't put any DocumentRoot
 statement in the auto-generated mod_jk.conf.
 
 Basically, I'm trying to be able to do all configuration for a virtual
 host with an AutoWebApp entry in Tomcat's server.xml. I want 
 everything
 Apache needs (DocumentRoot, JkMounts, the deny entries for 
 WEB-INF
 everything) to be autogenerated by Tomcat.
 
 Does anyone know of a way to make it do this?
 
 - Original Message -
 From: Emerson [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Tuesday, January 29, 2002 12:55 PM
 Subject: Re: Errors using warp connector
 
 
 Why don't you just use mod_jk.so
 you have just to put one line in http.conf, the file with 
 contexts conf.
 is
 generated automaticly by tomcat (i think till version 3.2.4)
 
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Errors using warp connector

2002-01-30 Thread Joe Emenaker

This brings me to the problem I'm currently having. When I make a webapp
in Tomcat and define a ROOT context, it doesn't put any DocumentRoot
statement in the auto-generated mod_jk.conf.

Basically, I'm trying to be able to do all configuration for a virtual
host with an AutoWebApp entry in Tomcat's server.xml. I want everything
Apache needs (DocumentRoot, JkMounts, the deny entries for WEB-INF
everything) to be autogenerated by Tomcat.

Does anyone know of a way to make it do this?

- Original Message -
From: Emerson [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, January 29, 2002 12:55 PM
Subject: Re: Errors using warp connector


Why don't you just use mod_jk.so
you have just to put one line in http.conf, the file with contexts conf.
is
generated automaticly by tomcat (i think till version 3.2.4)





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Errors using warp connector

2002-01-29 Thread Jean-Luc BEAUDET

Julien OIX a écrit :

 Donald Lee a écrit :
 
  Hello, I am trying to get the mod_webapp configured and have really been
  goofing it up bigtime.  right now tomcat is inaccessible even when I place
  the :8080 after the server name.
  Has anybody seen this kind of error before?  I am thinking I need to look up
  the source and recompile but I wanted to be sure that was my problem.  Kinda
  looks like it's the least of my problems but I am just guessing here.  If
  anybody can throw me a bone, it would be appreciated.
 
  Here is a section of my error_log:
 
  [Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so uses
  plain Apache 1.3 API, this module might crash under EAPI! (please recompile
  it with -DEAPI)
  [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:29 2002] [notice] Apache-AdvancedExtranetServer/1.3.20
  (Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- resuming
  normal operations
  [Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled (wrapper:
  /usr/sbin/suexec)
  [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:42 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
  connect
  [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
  [Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
 
  this is setup at the top of my httpd.conf file
  ServerType standalone
  ServerRoot /etc/httpd
  ServerName lnxwebsvr
  PidFile /var/run/httpd.pid
  ScoreBoardFile /etc/httpd/httpd.scoreboard
  ErrorLog logs/error_log
  LogLevel warn
  ResourceConfig /dev/null
  AccessConfig /dev/null
 
  I have this configured at the bottom of my httpd.conf:
 
  LoadModule webapp_module lib/apache/mod_webapp.so
  WebAppConnection warpConnection warp localhost:8008
  WebAppDeploy examples warpConnection /examples/
  WebAppDeploy Guestbook warpConnection /Guestbook/
 
  I am getting this in catalina.out. I am not sure what address the error is
  referring to.
 
  - Root Cause -
  java.net.BindException: Address already in use
  at java.net.PlainSocketImpl.socketBind(Native Method)
  at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:452)
  at java.net.ServerSocket.init(ServerSocket.java:170)
  at java.net.ServerSocket.init(ServerSocket.java:121)
  at
  
org.apache.catalina.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:118)
  at
  org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.java:477)
  at
  org.apache.catalina.core.StandardService.initialize(StandardService.java:454)
  at
  org.apache.catalina.core.StandardServer.initialize(StandardServer.java:552)
  at org.apache.catalina.startup.Catalina.start(Catalina.java:775)
  at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
  at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
  at java.lang.reflect.Method.invoke(Native Method)
  at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
  Catalina.stop: LifecycleException:  This server has not yet been started
  LifecycleException:  This server has not yet been started
  at org.apache.catalina.core.StandardServer.stop(StandardServer.java:526)
  at org.apache.catalina.startup.Catalina.start(Catalina.java:794)
  at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
  at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
  at 

Re: Errors using warp connector

2002-01-29 Thread Donald Lee

Ok, I can see I haven't given you all the complete story.  I had tomcat up 
and running perfectly all the way up until I tried implementing the 
mod_webapp.
In the past, all I had to do to run my servlets was use 
http://lnxwebsvr:8080
and all was good.
then I read and heard that I could somehow do away with the need to put the 
:8080 at the end if I could somehow install and get the warp connector 
working correctly.  So as far as I can tell, Tomcat will work if I take out 
all that junk I placed in httpd.conf.  I have left it that way because of 
the understanding that if I configure it correctly I could call my apps 
through apache.
Is this wrong?
If I need to supply more information or somehow being confusing please tell 
me.

Thanks
Don



Original Message Follows
From: Jean-Luc BEAUDET [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Errors using warp connector
Date: Tue, 29 Jan 2002 12:10:52 +0100

Julien OIX a écrit :

  Donald Lee a écrit :
  
   Hello, I am trying to get the mod_webapp configured and have really 
been
   goofing it up bigtime.  right now tomcat is inaccessible even when I 
place
   the :8080 after the server name.
   Has anybody seen this kind of error before?  I am thinking I need to 
look up
   the source and recompile but I wanted to be sure that was my problem.  
Kinda
   looks like it's the least of my problems but I am just guessing here.  
If
   anybody can throw me a bone, it would be appreciated.
  
   Here is a section of my error_log:
  
   [Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so 
uses
   plain Apache 1.3 API, this module might crash under EAPI! (please 
recompile
   it with -DEAPI)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [notice] 
Apache-AdvancedExtranetServer/1.3.20
   (Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- 
resuming
   normal operations
   [Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled (wrapper:
   /usr/sbin/suexec)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:42 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
  
   this is setup at the top of my httpd.conf file
   ServerType standalone
   ServerRoot /etc/httpd
   ServerName lnxwebsvr
   PidFile /var/run/httpd.pid
   ScoreBoardFile /etc/httpd/httpd.scoreboard
   ErrorLog logs/error_log
   LogLevel warn
   ResourceConfig /dev/null
   AccessConfig /dev/null
  
   I have this configured at the bottom of my httpd.conf:
  
   LoadModule webapp_module lib/apache/mod_webapp.so
   WebAppConnection warpConnection warp localhost:8008
   WebAppDeploy examples warpConnection /examples/
   WebAppDeploy Guestbook warpConnection /Guestbook/
  
   I am getting this in catalina.out. I am not sure what address the error 
is
   referring to.
  
   - Root Cause -
   java.net.BindException: Address already in use
   at java.net.PlainSocketImpl.socketBind(Native Method)
   at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:452)
   at java.net.ServerSocket.init(ServerSocket.java:170)
   at java.net.ServerSocket.init(ServerSocket.java:121)
   at
   
org.apache.catalina.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:118

Re: Errors using warp connector

2002-01-29 Thread Emerson

Why don't you just use mod_jk.so 
you have just to put one line in http.conf, the file with contexts conf. is
generated automaticly by tomcat (i think till version 3.2.4)

by the way, does someone know if 4.0.2 is generating mod_jk.conf-auto ?? as
far as I know the 4.0.1 doesn't


instead of  At 13:46 29/1/2002 -0500, you wrote:
Ok, I can see I haven't given you all the complete story.  I had tomcat up 
and running perfectly all the way up until I tried implementing the 
mod_webapp.
In the past, all I had to do to run my servlets was use 
http://lnxwebsvr:8080
and all was good.
then I read and heard that I could somehow do away with the need to put the 
:8080 at the end if I could somehow install and get the warp connector 
working correctly.  So as far as I can tell, Tomcat will work if I take out 
all that junk I placed in httpd.conf.  I have left it that way because of 
the understanding that if I configure it correctly I could call my apps 
through apache.
Is this wrong?
If I need to supply more information or somehow being confusing please tell 
me.

Thanks
Don



Original Message Follows
From: Jean-Luc BEAUDET [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Errors using warp connector
Date: Tue, 29 Jan 2002 12:10:52 +0100

Julien OIX a écrit :

  Donald Lee a écrit :
  
   Hello, I am trying to get the mod_webapp configured and have really 
been
   goofing it up bigtime.  right now tomcat is inaccessible even when I 
place
   the :8080 after the server name.
   Has anybody seen this kind of error before?  I am thinking I need to 
look up
   the source and recompile but I wanted to be sure that was my problem.  
Kinda
   looks like it's the least of my problems but I am just guessing here.  
If
   anybody can throw me a bone, it would be appreciated.
  
   Here is a section of my error_log:
  
   [Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so 
uses
   plain Apache 1.3 API, this module might crash under EAPI! (please 
recompile
   it with -DEAPI)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [notice] 
Apache-AdvancedExtranetServer/1.3.20
   (Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- 
resuming
   normal operations
   [Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled (wrapper:
   /usr/sbin/suexec)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:42 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
  
   this is setup at the top of my httpd.conf file
   ServerType standalone
   ServerRoot /etc/httpd
   ServerName lnxwebsvr
   PidFile /var/run/httpd.pid
   ScoreBoardFile /etc/httpd/httpd.scoreboard
   ErrorLog logs/error_log
   LogLevel warn
   ResourceConfig /dev/null
   AccessConfig /dev/null
  
   I have this configured at the bottom of my httpd.conf:
  
   LoadModule webapp_module lib/apache/mod_webapp.so
   WebAppConnection warpConnection warp localhost:8008
   WebAppDeploy examples warpConnection /examples/
   WebAppDeploy Guestbook warpConnection /Guestbook/
  
   I am getting this in catalina.out. I am not sure what address the error 
is
   referring to.
  
   - Root Cause -
   java.net.BindException: Address already in use
   at java.net.PlainSocketImpl.socketBind(Native Method

RE: Errors using warp connector

2002-01-29 Thread Dennis . Johnson

Sanity check:
The site notes (e.g., 
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/)
say *Note: Using the WARP connector is recommended on platforms on which 
it is available.*
If WARP is so unstable and/or causing so many issues (e.g., with Windows 
configs) and grief,
why is it being recommended?  Just curious.

Dennis

-Original Message-
From: emerson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 12:55 PM
To: tomcat-user
Subject: Re: Errors using warp connector


Why don't you just use mod_jk.so 
you have just to put one line in http.conf, the file with contexts conf. 
is
generated automaticly by tomcat (i think till version 3.2.4)

by the way, does someone know if 4.0.2 is generating mod_jk.conf-auto ?? 
as
far as I know the 4.0.1 doesn't


instead of  At 13:46 29/1/2002 -0500, you wrote:
Ok, I can see I haven't given you all the complete story.  I had tomcat 
up 
and running perfectly all the way up until I tried implementing the 
mod_webapp.
In the past, all I had to do to run my servlets was use 
http://lnxwebsvr:8080
and all was good.
then I read and heard that I could somehow do away with the need to put 
the 
:8080 at the end if I could somehow install and get the warp connector 
working correctly.  So as far as I can tell, Tomcat will work if I take 
out 
all that junk I placed in httpd.conf.  I have left it that way because 
of 
the understanding that if I configure it correctly I could call my apps 

through apache.
Is this wrong?
If I need to supply more information or somehow being confusing please 
tell 
me.

Thanks
Don



Original Message Follows
From: Jean-Luc BEAUDET [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Errors using warp connector
Date: Tue, 29 Jan 2002 12:10:52 +0100

Julien OIX a écrit :

  Donald Lee a écrit :
  
   Hello, I am trying to get the mod_webapp configured and have 
really 
been
   goofing it up bigtime.  right now tomcat is inaccessible even when 
I 
place
   the :8080 after the server name.
   Has anybody seen this kind of error before?  I am thinking I need 
to 
look up
   the source and recompile but I wanted to be sure that was my 
problem.  
Kinda
   looks like it's the least of my problems but I am just guessing 
here.  
If
   anybody can throw me a bone, it would be appreciated.
  
   Here is a section of my error_log:
  
   [Mon Jan 28 21:05:29 2002] [warn] Loaded DSO 
lib/apache/mod_webapp.so 
uses
   plain Apache 1.3 API, this module might crash under EAPI! (please 
recompile
   it with -DEAPI)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [notice] 
Apache-AdvancedExtranetServer/1.3.20
   (Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- 
resuming
   normal operations
   [Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled 
(wrapper:
   /usr/sbin/suexec)
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:29 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:42 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:42 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:43 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection 
cannot
   connect
   [Mon Jan 28 21:05:44 2002] [error] Cannot open connection 
warpConnection
   [Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
  
   this is setup at the top of my httpd.conf file
   ServerType standalone
   ServerRoot /etc/httpd
   ServerName lnxwebsvr
   PidFile /var/run/httpd.pid
   ScoreBoardFile /etc/httpd/httpd.scoreboard
   ErrorLog logs/error_log
   LogLevel warn
   ResourceConfig /dev/null

RE: Errors using warp connector

2002-01-29 Thread Mark Eggers

Currently I have been able to compile the apr suite
(apr, apr-util, and apr-iconv by following the
instructions at

http://apr.apache.org/compiling_win32.html

I received 7 warnings from the source code downloaded
from CVS this morning.

However, using the Makefile.win to compile mod_warp
failed with some include path information problems.

I'm investigating that this afternoon.

Meanwhile, I tried to compile the source for the 1.0.1
release, and while it compiled some aspects of
mod_webapp, it did not create mod_webapp.so or
libapr.dll.

I know that the Makefile.win files are not to be
trusted, but I did not see the appropriate Visual C++
Studio project or workspace files for mod_webapp.

/mde/

__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Errors using warp connector

2002-01-29 Thread Brian Adams

Cool, I don't know about the others but I appreciate you doing this :)
Thanks!
B

-Original Message-
From: Mark Eggers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 2:57 PM
To: Tomcat Users List
Subject: RE: Errors using warp connector


Currently I have been able to compile the apr suite
(apr, apr-util, and apr-iconv by following the
instructions at

http://apr.apache.org/compiling_win32.html

I received 7 warnings from the source code downloaded
from CVS this morning.

However, using the Makefile.win to compile mod_warp
failed with some include path information problems.

I'm investigating that this afternoon.

Meanwhile, I tried to compile the source for the 1.0.1
release, and while it compiled some aspects of
mod_webapp, it did not create mod_webapp.so or
libapr.dll.

I know that the Makefile.win files are not to be
trusted, but I did not see the appropriate Visual C++
Studio project or workspace files for mod_webapp.

/mde/

__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Errors using warp connector

2002-01-29 Thread Donald Lee

Thanks I will look into mod_jk.so.  I didn't know anything about it, 
everything I have looked at always referred to the warp connector.  If 
mod_jk does what I want and is easier to setup then I will use it!


Original Message Follows
From: Emerson [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Errors using warp connector
Date: Tue, 29 Jan 2002 17:55:15 -0300

Why don't you just use mod_jk.so
you have just to put one line in http.conf, the file with contexts conf. is
generated automaticly by tomcat (i think till version 3.2.4)

by the way, does someone know if 4.0.2 is generating mod_jk.conf-auto ?? as
far as I know the 4.0.1 doesn't


instead of  At 13:46 29/1/2002 -0500, you wrote:
 Ok, I can see I haven't given you all the complete story.  I had tomcat up
 and running perfectly all the way up until I tried implementing the
 mod_webapp.
 In the past, all I had to do to run my servlets was use
 http://lnxwebsvr:8080
 and all was good.
 then I read and heard that I could somehow do away with the need to put 
the
 :8080 at the end if I could somehow install and get the warp connector
 working correctly.  So as far as I can tell, Tomcat will work if I take 
out
 all that junk I placed in httpd.conf.  I have left it that way because of
 the understanding that if I configure it correctly I could call my apps
 through apache.
 Is this wrong?
 If I need to supply more information or somehow being confusing please 
tell
 me.
 
 Thanks
 Don
 
 
 
 Original Message Follows
 From: Jean-Luc BEAUDET [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: Errors using warp connector
 Date: Tue, 29 Jan 2002 12:10:52 +0100
 
 Julien OIX a écrit :
 
   Donald Lee a écrit :
   
Hello, I am trying to get the mod_webapp configured and have really
 been
goofing it up bigtime.  right now tomcat is inaccessible even when I
 place
the :8080 after the server name.
Has anybody seen this kind of error before?  I am thinking I need to
 look up
the source and recompile but I wanted to be sure that was my problem.
 Kinda
looks like it's the least of my problems but I am just guessing here.
 If
anybody can throw me a bone, it would be appreciated.
   
Here is a section of my error_log:
   
[Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so
 uses
plain Apache 1.3 API, this module might crash under EAPI! (please
 recompile
it with -DEAPI)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:29 2002] [notice]
 Apache-AdvancedExtranetServer/1.3.20
(Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured --
 resuming
normal operations
[Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled 
(wrapper:
/usr/sbin/suexec)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:42 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection
 warpConnection
[Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
   
this is setup at the top of my httpd.conf file
ServerType standalone
ServerRoot /etc/httpd
ServerName lnxwebsvr
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig

Errors using warp connector

2002-01-28 Thread Donald Lee



Hello, I am trying to get the mod_webapp configured and have really been 
goofing it up bigtime.  right now tomcat is inaccessible even when I place 
the :8080 after the server name.
Has anybody seen this kind of error before?  I am thinking I need to look up 
the source and recompile but I wanted to be sure that was my problem.  Kinda 
looks like it's the least of my problems but I am just guessing here.  If 
anybody can throw me a bone, it would be appreciated.


Here is a section of my error_log:

[Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so uses 
plain Apache 1.3 API, this module might crash under EAPI! (please recompile 
it with -DEAPI)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:29 2002] [notice] Apache-AdvancedExtranetServer/1.3.20 
(Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- resuming 
normal operations
[Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled (wrapper: 
/usr/sbin/suexec)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:42 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot 
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down


this is setup at the top of my httpd.conf file
ServerType standalone
ServerRoot /etc/httpd
ServerName lnxwebsvr
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig /dev/null

I have this configured at the bottom of my httpd.conf:

LoadModule webapp_module lib/apache/mod_webapp.so
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/
WebAppDeploy Guestbook warpConnection /Guestbook/


I am getting this in catalina.out. I am not sure what address the error is 
referring to.

- Root Cause -
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:452)
at java.net.ServerSocket.init(ServerSocket.java:170)
at java.net.ServerSocket.init(ServerSocket.java:121)
at 
org.apache.catalina.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:118)
at 
org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.java:477)
at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:454)
at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:552)
at org.apache.catalina.startup.Catalina.start(Catalina.java:775)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
Catalina.stop: LifecycleException:  This server has not yet been started
LifecycleException:  This server has not yet been started
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:526)
at org.apache.catalina.startup.Catalina.start(Catalina.java:794)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
Catalina.start: LifecycleException:  Error creating server socket:  
java.net.BindException: 

RE: Errors using warp connector

2002-01-28 Thread Brian Adams

looks like Tomcat is trying to use a port already in use so it dies. then
Warp connector comes up and can not connect to taomcat.
get tomcat on the port first and working then bring up apache after that.
B

-Original Message-
From: Donald Lee [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 8:30 PM
To: [EMAIL PROTECTED]
Subject: Errors using warp connector




Hello, I am trying to get the mod_webapp configured and have really been
goofing it up bigtime.  right now tomcat is inaccessible even when I place
the :8080 after the server name.
Has anybody seen this kind of error before?  I am thinking I need to look up
the source and recompile but I wanted to be sure that was my problem.  Kinda
looks like it's the least of my problems but I am just guessing here.  If
anybody can throw me a bone, it would be appreciated.


Here is a section of my error_log:

[Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please recompile
it with -DEAPI)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:29 2002] [notice] Apache-AdvancedExtranetServer/1.3.20
(Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- resuming
normal operations
[Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:42 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
connect
[Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
[Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down


this is setup at the top of my httpd.conf file
ServerType standalone
ServerRoot /etc/httpd
ServerName lnxwebsvr
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig /dev/null

I have this configured at the bottom of my httpd.conf:

LoadModule webapp_module lib/apache/mod_webapp.so
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/
WebAppDeploy Guestbook warpConnection /Guestbook/


I am getting this in catalina.out. I am not sure what address the error is
referring to.

- Root Cause -
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:452)
at java.net.ServerSocket.init(ServerSocket.java:170)
at java.net.ServerSocket.init(ServerSocket.java:121)
at
org.apache.catalina.net.DefaultServerSocketFactory.createSocket(DefaultServe
rSocketFactory.java:118)
at
org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.ja
va:477)
at
org.apache.catalina.core.StandardService.initialize(StandardService.java:454
)
at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:552)
at org.apache.catalina.startup.Catalina.start(Catalina.java:775)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
Catalina.stop: LifecycleException:  This server has not yet been started
LifecycleException:  This server has not yet been started
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:526)
at org.apache.catalina.startup.Catalina.start(Catalina.java:794

Re: Errors using warp connector

2002-01-28 Thread Julien OIX

Donald Lee a écrit :
 
 Hello, I am trying to get the mod_webapp configured and have really been
 goofing it up bigtime.  right now tomcat is inaccessible even when I place
 the :8080 after the server name.
 Has anybody seen this kind of error before?  I am thinking I need to look up
 the source and recompile but I wanted to be sure that was my problem.  Kinda
 looks like it's the least of my problems but I am just guessing here.  If
 anybody can throw me a bone, it would be appreciated.
 
 Here is a section of my error_log:
 
 [Mon Jan 28 21:05:29 2002] [warn] Loaded DSO lib/apache/mod_webapp.so uses
 plain Apache 1.3 API, this module might crash under EAPI! (please recompile
 it with -DEAPI)
 [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:29 2002] [notice] Apache-AdvancedExtranetServer/1.3.20
 (Mandrake Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b configured -- resuming
 normal operations
 [Mon Jan 28 21:05:29 2002] [notice] suEXEC mechanism enabled (wrapper:
 /usr/sbin/suexec)
 [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:29 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:29 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:42 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:42 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:43 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:43 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:05:44 2002] [error] Connection warpConnection cannot
 connect
 [Mon Jan 28 21:05:44 2002] [error] Cannot open connection warpConnection
 [Mon Jan 28 21:10:24 2002] [notice] caught SIGTERM, shutting down
 
 this is setup at the top of my httpd.conf file
 ServerType standalone
 ServerRoot /etc/httpd
 ServerName lnxwebsvr
 PidFile /var/run/httpd.pid
 ScoreBoardFile /etc/httpd/httpd.scoreboard
 ErrorLog logs/error_log
 LogLevel warn
 ResourceConfig /dev/null
 AccessConfig /dev/null
 
 I have this configured at the bottom of my httpd.conf:
 
 LoadModule webapp_module lib/apache/mod_webapp.so
 WebAppConnection warpConnection warp localhost:8008
 WebAppDeploy examples warpConnection /examples/
 WebAppDeploy Guestbook warpConnection /Guestbook/
 
 I am getting this in catalina.out. I am not sure what address the error is
 referring to.
 
 - Root Cause -
 java.net.BindException: Address already in use
 at java.net.PlainSocketImpl.socketBind(Native Method)
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:452)
 at java.net.ServerSocket.init(ServerSocket.java:170)
 at java.net.ServerSocket.init(ServerSocket.java:121)
 at
 
org.apache.catalina.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:118)
 at
 org.apache.catalina.connector.warp.WarpConnector.initialize(WarpConnector.java:477)
 at
 org.apache.catalina.core.StandardService.initialize(StandardService.java:454)
 at
 org.apache.catalina.core.StandardServer.initialize(StandardServer.java:552)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:775)
 at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
 at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
 Catalina.stop: LifecycleException:  This server has not yet been started
 LifecycleException:  This server has not yet been started
 at org.apache.catalina.core.StandardServer.stop(StandardServer.java:526)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:794)
 at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
 at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)