Issues running 2 versions of tomcat?

2009-07-21 Thread Security Management
I have a server, running Tomcat 5 with Java 4, and running Tomcat 6 with Java 6. There is another application that is an XMLRPC server on ports 8085-8100 The XMLRPC service is running on Tomcat 5, and a struts 2 application is running on Tomcat 6. I have verified that there are no common ports

RE: Issues running 2 versions of tomcat?

2009-07-21 Thread Security Management
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, July 21, 2009 12:01 PM To: Tomcat Users List Subject: Re: Issues running 2 versions of tomcat? 2009/7/21 Security Management list-subscripti...@secmgmt.com: I have a server, running Tomcat 5

RE: juddi -Tomcat 6

2009-05-14 Thread Security Management
Why don't you try the how-to for apache's? http://wiki.apache.org/ws/jUDDI_HOW-TOs -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, May 14, 2009 4:16 PM To: Tomcat Users List Subject: Re: juddi -Tomcat 6 Arundhati Chabukswar wrote: Hi, Can someone

RE: looking for a web usesage / analytics package

2009-04-30 Thread Security Management
Something like this: action name=personImage class=com.secmgmt.struts2.actions.getpic.StreamImageAction result name=success type=stream param name=contentTypeimage/jpeg/param param

Log messages appearing twice

2009-04-21 Thread Security Management
Here is my log4j config file: log4j.appender.A1=org.apache.log4j.FileAppender log4j.appender.A1.File=${catalina.home}/logs/test.log log4j.appender.A1.MaxFileSize=100MB log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

RE: Log messages appearing twice

2009-04-21 Thread Security Management
[mailto:ch...@christopherschultz.net] Sent: Tuesday, April 21, 2009 11:03 AM To: Tomcat Users List Subject: Re: Log messages appearing twice -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SM, On 4/21/2009 9:32 AM, Security Management wrote: Here is my log4j config file: log4j.appender.A1

RE: Help with mod_jk and Apache 2.2

2009-04-15 Thread Security Management
with mod_jk and Apache 2.2 Security Management wrote: OK, here is the error (note that I have renamed it, I was just making sure I was seeing what I thought I was). Webapp works on 8080, apache restarts without complaining, I verified the port is the default for the worker type in server.xml, and I

RE: Help with mod_jk and Apache 2.2

2009-04-15 Thread Security Management
, 2009 10:36 AM To: 'Tomcat Users List' Subject: Re: Help with mod_jk and Apache 2.2 Security Management wrote: Andre, I removed the deprecated lines from the workers.properties, and added the JkMountCopy that you indicated. Things work now. The strange thing is, I'm not using a virtual

Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
So, I have Tomcat 5.5, apache 2.2 on a linux 32 bit machine. Tomcat and my webapp work great, I just can't seem to get the connector working. Sorry if this is a basic question, but even with the debugging on I can't see what is wrong. I have listed 3 files here, my httpd config, my

RE: Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
Yeah, I saw that, and it's now: /smc-appsuite|/*=worker1 Which should match /appsuite/ and /appsuite/* Still not working, though. Same problem. Any more ideas? Thanks for the help, Mike. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, April 14, 2009

RE: Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
OK, I was switching the name to make sure the logs switched the name and stuff. It's consistent in the file. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, April 14, 2009 4:19 PM To: Tomcat Users List Subject: Re: Help with mod_jk and Apache 2.2 Security

RE: Help with mod_jk and Apache 2.2

2009-04-14 Thread Security Management
-tomcat-5.5.27/ workers.java_home=/usr/java/latest ps=/ worker.list=worker1 worker.worker1.type=ajp13 worker.worker1.host=localhost -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, April 14, 2009 4:32 PM To: Security Management Subject: Re: Help with mod_jk

Help with Security Manager

2009-03-25 Thread Security Management
So, I'm trying to configure my webapp to be able to create/read/write a directory outside of the webapp directory. I start tomcat with the -security option after adding the following to the bottom of the catalina.policy file: grant codeBase ${tomcat-home}/webapps/smc-appsuite {