RE: IIS Redirect Issue

2009-05-10 Thread Maze, Jeffrey S.
It's running on IIS6 and Win2k3 Server. I downloaded version .15 through .28 and will try different versions and see if it still occurs. Thanks.. -Jeff -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, May 09, 2009 2:52 PM To: Tomcat Users List Subject: Re:

Re: IIS Redirect Issue

2009-05-10 Thread Rainer Jung
On 10.05.2009 12:43, Maze, Jeffrey S. wrote: It's running on IIS6 and Win2k3 Server. I downloaded version .15 through .28 and will try different versions and see if it still occurs. If it is coming from the redirector, I would expect to see heavy continuing log activity once you switch the log

RE: Configuration help with tomcat connectors

2009-05-10 Thread Caldarale, Charles R
From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Configuration help with tomcat connectors Host name=test.mydomain.net appbase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false /Host You have misspelled appBase - these

RE: Configuration help with tomcat connectors

2009-05-10 Thread Caldarale, Charles R
From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Configuration help with tomcat connectors If I set it up as localhost now, what is the impact if, in the future, I need to add other hosts? One Host must be the defaultHost, so its name is irrelevant other than it must match the

RE: Is it possible to move Tomcat logfiles?

2009-05-10 Thread Martin Gainty
John have you had a chance to look at http://tomcat.apache.org/tomcat-5.5-doc/logging.html you can specify using either Log4J Logger or the Juli logger Log4j specifies the Log File to append to as log4j.appender.R.File=${catalina.home}/logs/tomcat.log the juli log folder is specified by

Re: Configuration help with tomcat connectors

2009-05-10 Thread Dave Filchak
Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Configuration help with tomcat connectors If I set it up as localhost now, what is the impact if, in the future, I need to add other hosts? One Host must be the defaultHost, so its name is irrelevant

Redirecting/proxying/forwarding webapp

2009-05-10 Thread Jeroen Kransen
Hello, is there a webapp that will redirect all incoming requests to another host/path? I have a Lenya instance running on one virtual host, and want another virtual host point to its live publication like this: jeroen.example.com/* cms.example.com/jeroen/live/* Both virtual hosts run on

RE: Redirecting/proxying/forwarding webapp

2009-05-10 Thread Caldarale, Charles R
From: Jeroen Kransen [mailto:jer...@kransen.nl] Subject: Redirecting/proxying/forwarding webapp is there a webapp that will redirect all incoming requests to another host/path? Take a look at this: http://tuckey.org/urlrewrite/ - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

Re: Redirecting/proxying/forwarding webapp

2009-05-10 Thread Hassan Schroeder
On Sun, May 10, 2009 at 7:31 AM, Jeroen Kransen jer...@kransen.nl wrote: Hello, is there a webapp that will redirect all incoming requests to another host/path? I have a Lenya instance running on one virtual host, and want another virtual host point to its live publication like this:

Re: Is it possible to move Tomcat logfiles?

2009-05-10 Thread Mark Thomas
From: johnrock johnpi...@yahoo.com I am setting up a CentOS 5 server running tomcat and wanted to know whether the best practice is to leave the Tomcat logfiles in their default location: /usr/share/apache-tomcat-6.0.18/logs or whether I should place them in another directory like

RE: Sanity check: Multiple SSL virtual hosts

2009-05-10 Thread Mark Thomas
From: Caldarale, Charles R From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Sanity check: Multiple SSL virtual hosts It should work. The only potential issue is that a request to 123.123.123.111 can still access host2 Shouldn't there be Alias elements for the IP addresses

Re: Is it possible to move Tomcat logfiles?

2009-05-10 Thread Konstantin Kolinko
2009/5/10 johnrock johnpi...@yahoo.com: I am setting up a CentOS 5 server running tomcat and wanted to know whether the best practice is to leave the Tomcat logfiles in their default location: /usr/share/apache-tomcat-6.0.18/logs or whether I should place them in another directory like

Users@tomcat.apache.org

2009-05-10 Thread jeanfrancois . arcand
- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

how to enable management agent on a process

2009-05-10 Thread Anamika raj
i am configuring a server to monitor it with jconsole locally.when i m starting the jconsole PID is showing for that server in the jconsole(for local monitoring) but it is giving me message that management agent is not enables on that process. how to enable the management agent for that process

Re: how to enable management agent on a process

2009-05-10 Thread André Warnier
Anamika raj wrote: i am configuring a server to monitor it with jconsole locally.when i m starting the jconsole PID is showing for that server in the jconsole(for local monitoring) but it is giving me message that management agent is not enables on that process. how to enable the management

Tomcat 5.5.27 404 for JSP's in a particular derectory

2009-05-10 Thread Mackstar
I have an app which is currently working fine under jetty and I have set up tomcat to be a replacement container (part of my clients requirements). All seems to work apart from the JSP's (and any other html file) in one directory for which I get 404's. If I change the directory's name it works.

Re: Tomcat 5.5.27 404 for JSP's in a particular derectory

2009-05-10 Thread Konstantin Kolinko
2009/5/11 Mackstar richard.macks...@gmail.com: I have an app which is currently working fine under jetty and I have set up tomcat to be a replacement container (part of my clients requirements). All seems to work apart from the JSP's (and any other html file) in one directory for which I get

Re: Tomcat 5.5.27 404 for JSP's in a particular derectory

2009-05-10 Thread Mackstar
Thanks for your reply, just to get back to you.. 1. The shuppin directory is a subdirectory which is inside a ROOT application directory, it has other sibling directories which are working correctly. 2. OK I get your point on using the invoker, do you think if I remove the usage of the

RE: Tomcat 5.5.27 404 for JSP's in a particular derectory

2009-05-10 Thread Caldarale, Charles R
From: Mackstar [mailto:richard.macks...@gmail.com] Subject: Re: Tomcat 5.5.27 404 for JSP's in a particular derectory 1. The shuppin directory is a subdirectory which is inside a ROOT application directory, it has other sibling directories which are working correctly. They may appear to

Re: Tomcat 5.5.27 404 for JSP's in a particular derectory

2009-05-10 Thread Mackstar
Konstantin Kolinko wrote: 2) Do not use the Invoker servlet. It is a hole you won't be able to patch See http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q2 http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q3 I disabled the invoker servlet and could then use the directory, I have

Re: how to enable management agent on a process

2009-05-10 Thread Anamika raj
The link which you gave me i have gone through it before ...but i am not getting how to set com.sun.management.jmxremote in the system property. as it is written in the given link- To enable the JMX agent for local access, set this system property when you start the JVM or Java