RE: Granting security permissions not working

2002-11-18 Thread tc
Thank you for your suggestions. See my comments below: > First, ensure you are running with the -security option that > turns on Tomcat > with the security manager installed. Often you need to modify the I am definitely running with the -security option. I have double-checked that it's in my st

Granting security permissions not working

2002-11-18 Thread tc
I am not able to grant security permissions on individual jar files. Can someone tell me what I'm doing wrong? In my policy file (CATALINA_HOME/conf/catalina.policy) I have the following setting: grant codeBase "file:${catalina.home}/-" { permission java.security.AllPermission; }; I woul

Using catalina.policy to set permissions for individual jar files

2002-11-16 Thread tc
(running Tomcat 4.04) Granting permissions to individual jar files in a webapp's WEB-INF/lib directory does not seem to be working correctly for me: I'm using the lastest Log4J and decided to put it in the lib directory for my specific webapp. In a servlet filter for this webapp I have a static Lo

hexdumps in catalina.out logfile

2002-10-23 Thread Filip Sergeys tc
Hello, We see a lot of hexdump information appear in the catalina.out log file (example below). What can this mean, as we have not noticed this before? A search on google catalina+tomcat+hexdump does not reveil much. There is nothing about it in the documentation. Maybe this is also usefull t

Re: F.Y.I HTTP spoken on HTTPS port; PROBLEM and SOLUTION

2002-10-21 Thread Filip Sergeys tc
On Mon, 2002-10-21 at 11:57, Nikola Milutinovic wrote: Filip Sergeys tc wrote: > Hi, > > Maybe somebody in the near or distant future will hit the same problem. > I hope this can help you avoiding it. > > Error "HTTP spoken on HTTPS port&qu

RE: Calling a servlet from a jsps page

2002-08-16 Thread Wills, Mike N. (TC)
To the best of my knowledge. You can't include a servlet in a JSP page. You can do a submit to a servlet, or have a servlet forward data to a JSP page. -Original Message- From: Raju Lokhande [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 1:06 PM To: [EMAIL PROTECTED] Subject: Ca

RE: Tomcat 4.1 in production

2002-08-14 Thread Wills, Mike N. (TC)
nistration tool Regards -Mensaje original- De: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 13 de Agosto de 2002 02:26 p.m. Para: 'Tomcat Users List' Asunto: Tomcat 4.1 in production I have heard of some people using Tomcat 4.1 in a production environ

Tomcat 4.1 in production

2002-08-13 Thread Wills, Mike N. (TC)
I have heard of some people using Tomcat 4.1 in a production environment. I know that running beta software is usually a bad thing. What are people's experiences with it here? Mike Wills -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Wills, Mike N. (TC)
machines, as long as both of the machines can see each other.(i mean on the same network). -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 4:38 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache What about

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Wills, Mike N. (TC)
This is exactly what I am wondering about. -Original Message- From: Peter T. Abplanalp > -Original Message- > From: Wills, Mike N. (TC) > What about the transmittions between Apache and Tomcat? I realize if they > are on the same machine it isn't a problem,

RE: SSL Connection Tomcat and Apache

2002-08-13 Thread Wills, Mike N. (TC)
apache on another. SSL will work irrespective of the machines, as long as both of the machines can see each other.(i mean on the same network). -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 4:38 PM To: 'Tomcat Users List' Subject

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
Does anyone else have any ideas on this? -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 3:41 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache Oh BTW. This is Apache 2.0.?? on IBM iSeries (AS/400

RE: tomcat performance and load capability

2002-08-12 Thread Wills, Mike N. (TC)
esin). Regards, Michael > -Ursprüngliche Nachricht----- > Von: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 12. August 2002 23:30 > An: 'Tomcat Users List' > Betreff: RE: tomcat performance and load capability > > Correct me if I am wrong, but isn'

RE: tomcat performance and load capability

2002-08-12 Thread Wills, Mike N. (TC)
Correct me if I am wrong, but isn't Tomcat designed for low loads not heavy loads? I think you may need to look into a commercial product. Bealogic and IBM Websphere I hear are good ones. -Original Message- From: michael wimmer [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 4:2

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
Oh BTW. This is Apache 2.0.?? on IBM iSeries (AS/400) but that shouldn't matter much. -Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 3:38 PM To: 'Tomcat Users List' Subject: RE: SSL Connection Tomcat and Apache

RE: SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
d once you get a certificate, you make the above changes in the httpd.conf. Thanks Manoj. -----Original Message- From: Wills, Mike N. (TC) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 4:21 PM To: '[EMAIL PROTECTED]' Subject: SSL Connection Tomcat and Apache I have A

SSL Connection Tomcat and Apache

2002-08-12 Thread Wills, Mike N. (TC)
I have Apache and Tomcat working together, but now I am curious on security. How I do implement SSL on that connection? Mike Wills IT Corporate Support Taylor Corporation [EMAIL PROTECTED] Phone: (507) 386-3187 -- To unsubscribe, e-mail: For additional commands, e-m

Re: Getting mod_webapp to accomplish the same thing at the mod_jk

2002-05-19 Thread tc
I was able to get the examples working using: DocumentRoot /usr/local/tomcat/webapps/ WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples But I am not able to get my own site working. I have multiple sites running on the same box and I am unable

Getting mod_webapp to accomplish the same thing at the mod_jk

2002-05-19 Thread tc
I am having no luch at getting the mod_webapp (tomcat 4.x on apache 1.3.x) to accomplish the same tasks as the mod_jk (tomcat 3.x on apache 1.3.x) Here is what I have using the mod_jk (using tomcat 3.x on apache 1.3.x) For the http.conf DocumentRoot /home/web/mysite ServerName

RE: Creating mod_webapp

2002-04-18 Thread tc
Emil, Thank you very much. I now have my mod_webapp.so But now I'm getting this error when I start Apache. Cannot load /usr/local/httpd-2.0.35/modules/mod_webapp.so into server: /usr/local/httpd-2.0.35/modules/mod_webapp.so: undefined symbol: wa_pool Onto the next problem solving piece. :-)

Creating mod_webapp

2002-04-18 Thread tc
I have spent a few hours and I think I hit a road-block. It is not making a mod_webapp.so, rather a mod_webapp.lo, lso and la. The warning I am receiving is: -- *** Warning: This library needs some functionality provided by -lwebapp. *** I

Where is the conf/auto directory in 4.03?

2002-04-05 Thread tc
It mentions in the documentation to use th following line. "Include $CATALINA_HOME/conf/auto/mod_jk.conf" But there is no conf/auto directory in Tomcat 4.03. I know this is probably stupid, but what am I doing wrong? -- To unsubscribe: For additional commands:

Problems starting Tomcat 4.03 using J2EE 1.3.1 / SDK 1.4

2002-03-30 Thread tc
I'm really desperate here. I am unable to start Tomcat 4.03 when I am using SDK 1.4 and I have the j2ee.jar in the classpath (J2EE 1.3.1) I don't understand why it is conflicting. When I take the j2ee.jar out of the classpath it's fine. I need the file for mail, I guess I can use the mail.jar

Problems statring Tomcat 4.03 using J2EE 1.3.1 / SDK 1.4

2002-03-28 Thread tc
I am unable to start Tomcat 4.03 when I am using SDK 1.4 and I have the j2ee.jar in the classpath (J2EE 1.3.1) I don't understand why it is conflicting. When I take the j2ee.jar out of the classpath it's fine. I need the file for mail, I guess I can use the mail.jar and activation.jar for now.

Apache / Tomcat 4.01/ Virtualhost

2002-01-20 Thread tc
I have looked all over the place and I have tried to duplicate what I did on earlier versions of Tomcat. But I am getting anywhere. Where is there a doc that tells me how to integrate Apache, Tomcat 4 with virtual hosts on Unix (Linux). Thanks for any help. Thanks, -Steve -- To unsubscribe

Integration of Apache and Tomcat 4.0.1

2001-12-04 Thread tc
Hello everyone, Is there any documentation on the integration of Tomcat 4.0.1 and Apache 1.3.xx yet? Thank you, -Steve -- To unsubscribe: For additional commands: Troubles with the list: