Re: Path Manipulation Based On Users

2004-08-22 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE.  DO NOT
REPLY TO THIS MESSAGE.

If you want to end your subscription, please use this link:
http://www.nethugs.com/unsubscribe.shtml

If you want to subscribe, please use this link:
http://www.nethugs.com/whysubscribe.shtml

If you need to contact a live person, use this link:
http://www.nethugs.com/contactus.shtml


Sincerely,

NetHugs.com Admin
http://www.nethugs.com



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



Re: Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE.  DO NOT
REPLY TO THIS MESSAGE.

If you want to end your subscription, please use this link:
http://www.nethugs.com/unsubscribe.shtml

If you want to subscribe, please use this link:
http://www.nethugs.com/whysubscribe.shtml

If you need to contact a live person, use this link:
http://www.nethugs.com/contactus.shtml


Sincerely,

NetHugs.com Admin
http://www.nethugs.com



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



Re: RE: Windows 2000 Tomcat 5.0 as Service -- which JDK from what

2004-08-19 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE.  DO NOT
REPLY TO THIS MESSAGE.

If you want to end your subscription, please use this link:
http://www.nethugs.com/unsubscribe.shtml

If you want to subscribe, please use this link:
http://www.nethugs.com/whysubscribe.shtml

If you need to contact a live person, use this link:
http://www.nethugs.com/contactus.shtml


Sincerely,

NetHugs.com Admin
http://www.nethugs.com



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



Re: RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-18 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE.  DO NOT
REPLY TO THIS MESSAGE.

If you want to end your subscription, please use this link:
http://www.nethugs.com/unsubscribe.shtml

If you want to subscribe, please use this link:
http://www.nethugs.com/whysubscribe.shtml

If you need to contact a live person, use this link:
http://www.nethugs.com/contactus.shtml


Sincerely,

NetHugs.com Admin
http://www.nethugs.com



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



Re: Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-08-18 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE.  DO NOT
REPLY TO THIS MESSAGE.

If you want to end your subscription, please use this link:
http://www.nethugs.com/unsubscribe.shtml

If you want to subscribe, please use this link:
http://www.nethugs.com/whysubscribe.shtml

If you need to contact a live person, use this link:
http://www.nethugs.com/contactus.shtml


Sincerely,

NetHugs.com Admin
http://www.nethugs.com



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



Re: Important

2004-08-17 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE.  DO NOT
REPLY TO THIS MESSAGE.

If you want to end your subscription, please use this link:
http://www.nethugs.com/unsubscribe.shtml

If you want to subscribe, please use this link:
http://www.nethugs.com/whysubscribe.shtml

If you need to contact a live person, use this link:
http://www.nethugs.com/contactus.shtml


Sincerely,

NetHugs.com Admin
http://www.nethugs.com



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



How do I implement favicon.ico using catalina?

2002-06-13 Thread dave-mlist

I tried dropping a favicon.ico into my webapps/myapp directory to no
avail... Is this supported?

Dave

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




issues with mod_webapp configuration

2002-05-06 Thread ANM MList 01

Hi,

I have tried to search the archives but cannot reach some servers, so
I succumbed to posting my query to the mail list.

I am debian apache (1.3.24-2.1) user with a tomcat4 (4.0.3-3 
tomcat4-webapps 4.0.3-3) and mod_webapp (libapache-mod-webapp 1.2.1-1)
installation.

I would like to configure tomcat4 to work via my apache
configuration. I have added the lines

IfModule mod_webapp.c
WebAppConnection warpConnection warp localhost:8008
WebAppMount examples warpConnection /examples/
WebAppMount tomcat-docs warpConnection /tomcat-docs/
/IfModule

to my httpd.conf. I try to access http://localhost/examples/, after a
few seconds I get a 404 Not Found for URL /examples/. But when I try
http://localhost:8180/examples/ it works as it should.

I have see folks report the same problems, but I have not yet see a
satisfactory response that address the problem. I have reviewed my
server.xml configuration, checked the ports, etc until I ready to
throw in the towel.

A related question: are there any pointers to document the
directives. I have seen info for WebAppDeploy and WebAppInfo but these
both produce errors on an apachectl configtest.

Any assistance would be greatly appreciated.

Anthony



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




Re: issues with mod_webapp configuration

2002-05-06 Thread ANM MList 01

Additional info: My apache_log.*.txt will show java errors like:

2002-05-06 16:28:16 [org.apache.catalina.connector.warp.WarpConnector]
Connection from localhost/127.0.0.1:4
140 to localhost/127.0.0.1:8008
2002-05-06 16:28:21
[org.apache.catalina.connector.warp.WarpConfigurationHandler] Invalid
packet with type 0
2002-05-06 16:28:30
[org.apache.catalina.connector.warp.WarpConnection] Exception on
socket
java.io.IOException: Broken pipe
at java.net.SocketOutputStream.socketWrite(Native Method)
at
java.net.SocketOutputStream.write(SocketOutputStream.java:62)
at
org.apache.catalina.connector.warp.WarpConnection.send(WarpConnection.java:219)
at
org.apache.catalina.connector.warp.WarpConfigurationHandler.handle(WarpConfigurationHandler.java:
246)
at
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:189)
at java.lang.Thread.run(Thread.java:484)

Thanks any and all help!

Anthony

 ANM == ANM MList 01 [EMAIL PROTECTED] writes:

 ANM Hi, I have tried to search the archives but cannot reach some
 ANM servers, so I succumbed to posting my query to the mail list.

 ANM I am debian apache (1.3.24-2.1) user with a tomcat4 (4.0.3-3 
 ANM tomcat4-webapps 4.0.3-3) and mod_webapp (libapache-mod-webapp
 ANM 1.2.1-1) installation.

 ANM I would like to configure tomcat4 to work via my apache
 ANM configuration. I have added the lines

 ANM IfModule mod_webapp.c WebAppConnection warpConnection warp
 ANM localhost:8008 WebAppMount examples warpConnection /examples/
 ANM WebAppMount tomcat-docs warpConnection /tomcat-docs/ /IfModule

 ANM to my httpd.conf. I try to access http://localhost/examples/,
 ANM after a few seconds I get a 404 Not Found for URL
 ANM /examples/. But when I try http://localhost:8180/examples/ it
 ANM works as it should.

 ANM I have see folks report the same problems, but I have not yet
 ANM see a satisfactory response that address the problem. I have
 ANM reviewed my server.xml configuration, checked the ports, etc
 ANM until I ready to throw in the towel.

 ANM A related question: are there any pointers to document the
 ANM directives. I have seen info for WebAppDeploy and WebAppInfo but
 ANM these both produce errors on an apachectl configtest.

 ANM Any assistance would be greatly appreciated.

 ANM Anthony



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

-- 
Anthony Mutiso, [EMAIL PROTECTED], www.icequake.com, (403) 270-7802
ICEquake Ltd., #2 Fountain Walk SW, Calgary, Alberta T2R 1P9

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