about Log pattern

2008-03-11 Thread C.F-Win in China F
I need customize Tomcat Log Pattern common =%h %l %u %t quot;%rquot; %s %b %r combined = ? Referer and User-Agent how to express

Re: about Log pattern

2008-03-11 Thread Mark Thomas
C.F-Win in China F wrote: I need customize Tomcat Log Pattern common =%h %l %u %t quot;%rquot; %s %b %r combined = ? Referer and User-Agent how to express That looks like an extract from an httpd configuration to me rather than a Tomcat one. For Tomcat, read the docs.

Re: Can't start tomcat 5.5.26 service on windows

2008-03-11 Thread Pid
Eric Hawkes wrote: Hi, The GUI has proved useful for debugging, but didn't solve the problem. It appears to read/write the registry, so settings made from the command line are picked up in the GUI tool, and vice versa. Our Java setup is slightly non-standard. I'm not sure how

Re: building mod_jk failing

2008-03-11 Thread Rainer Jung
Hi Justin, Justin Vassallo schrieb: Hello Rainer, Thank you. I have deleted my Apache and connector, re-dlded and rebuilt from source. Same issue. I am attaching a full output for reference. I am using httpd-2.2.8, but the connector only has sub-folders for 1.3 and 2.0. Could this be an

Re: Changing HTTP port from 8080 prevents HTTPS redirects, Tomcat 5.5

2008-03-11 Thread mikebgx
8090 is in quotes btw, ie 8090 mikebgx wrote: Hi, When I change Tomcat's HTTP port to other than 8080, redirections to SSL port (8443) stop working. With HTTP port set to 8080 it all works fine. The only change I make is editing server.xml to change 8080 to 8090 as follows: !--

meaning of tomcat's memory options

2008-03-11 Thread Jordi Prats
Hi all, I've found no documentation about the exact meaning of the following memory parameters: Xms Xmx XX:PermSize XX:MaxPermSize Anyone knows exactly what they exactly mean? Many thanks, Jordi -- .. __ / /

Changing HTTP port from 8080 prevents HTTPS redirects, Tomcat 5.5

2008-03-11 Thread mikebgx
Hi, When I change Tomcat's HTTP port to other than 8080, redirections to SSL port (8443) stop working. With HTTP port set to 8080 it all works fine. The only change I make is editing server.xml to change 8080 to 8090 as follows: !-- Define a non-SSL HTTP/1.1 Connector on port 8080 -- Connector

Re: meaning of tomcat's memory options

2008-03-11 Thread Owen Rees
--On Tuesday, March 11, 2008 11:07:07 AM +0100 Jordi Prats wrote: I've found no documentation about the exact meaning of the following memory parameters: Xms Xmx XX:PermSize XX:MaxPermSize Anyone knows exactly what they exactly mean? They are Java VM options, not specific to Tomcat. See the

how to timeout a connection

2008-03-11 Thread teknokrat
Are there any settings for tomcat 5.5. or 6.0 to kill a connection after a timeout? cheers - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: meaning of tomcat's memory options

2008-03-11 Thread Konstantin Kolinko
Also, see options for java in the list of tools in documentation for your version of Java SDK, e.g. http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html http://java.sun.com/javase/6/docs/technotes/tools/index.html#basic 2008/3/11, Owen Rees [EMAIL PROTECTED]: --On Tuesday, March

tcnative: Problem with callback reading OpenSSL private key passphrase

2008-03-11 Thread Holger Rauch
Hi, I'm experiencing the following Problem with Tomcat 5.5.25 with the tcnative lib running on Sun JDK 1.5.0_12 on Debian. In case the private key is not secured by a passphrase, the HTTPS connection via the APR connector in conjunction with the OpenSSL generated self-signed certificate and key

Re: Using a custom method of session-id propagation

2008-03-11 Thread Tom van Wietmarschen
Christopher Schultz wrote: | The problem with both cookies and session id's in the URL is that we | develop applications for use on cellphones. Cell network operators are a | bunch of not-so-nice-people who sometimes feel the need to screw up HTTP | traffic in their gateways, e.g. by messing

The troubles with tribes

2008-03-11 Thread Tom van Wietmarschen
L.S., After investigating several possibilities I decided to test Tribes for messaging in an application I'm developing. However, I've run in to several problems which I can't figure out by myself. I hope this is the correct place to ask these questions since there seems to be no separate

Two separate instances of Tomcat running on a single Windows 2003 server.

2008-03-11 Thread Panian, Ardo
Is it possible (and I am sure that it is) to have two separate instances of Tomcat running on a single Windows 2003 server, and connected through the ISAPI redirector to IIS running on the local system. If so could you please guide me in the right direction? Thanks

Re: Two separate instances of Tomcat running on a single Windows 2003 server.

2008-03-11 Thread David kerber
Panian, Ardo wrote: Is it possible (and I am sure that it is) to have two separate instances of Tomcat running on a single Windows 2003 server, and connected through the ISAPI redirector to IIS running on the local system. If so could you please guide me in the right direction? Thanks Your

Re: Two separate instances of Tomcat running on a single Windows 2003 server.

2008-03-11 Thread Panian, Ardo
Out of the box Tomcat uses ports 8080, 8005, and 8009? is that correct? That said if I had my other two instances running on 8180,8280, and 8105,8205 and so on this is all I would need to do? On Tue, Mar 11, 2008 at 1:21 PM, David kerber [EMAIL PROTECTED] wrote: Panian, Ardo wrote: Is it

Re: Two separate instances of Tomcat running on a single Windows 2003 server.

2008-03-11 Thread David Smith
Be sure in addition to changing the port numbers in the Connector elements of server.xml, you also change the shutdown port numbers at the top of the server.xml. --David Panian, Ardo wrote: Out of the box Tomcat uses ports 8080, 8005, and 8009? is that correct? That said if I had my other

RE: Two separate instances of Tomcat running on a single Windows 2003 server.

2008-03-11 Thread Peter Crowther
From: Panian, Ardo [mailto:[EMAIL PROTECTED] Out of the box Tomcat uses ports 8080, 8005, and 8009? is that correct? With the default server.xml, yes. You'll probably want only one of 8009/8080 depending on how you intend to connect to Tomcat. If you're connecting from IIS, you probably

Re: Two separate instances of Tomcat running on a single Windows 2003 server.

2008-03-11 Thread Panian, Ardo
My intentions were to have two separate installs, and the from there having them run independent of each other. They will be host two separate web based applications. essentially its the same application but two instances of it. On Tue, Mar 11, 2008 at 1:38 PM, Peter Crowther [EMAIL PROTECTED]

Tomcat session replication problem

2008-03-11 Thread Vreixo Formoso
Hi! I've a session replication problem I don't know how to solve. I've installed a tomcat cluster with 2 tomcat workers (v6.0.14) and an apache server 2.2.3 as load balancer, with mod_jk. I've configured DeltaManager for session replication. When I use sticky sessions, all works propertly,

Re: Changing HTTP port from 8080 prevents HTTPS redirects, Tomcat 5.5

2008-03-11 Thread Mark Thomas
mikebgx wrote: 8090 is in quotes btw, ie 8090 Does https still work? Is it just the redirect that is broken? How are you causing the redirect? Have you checked the logs? Mark - To start a new topic, e-mail:

Problem with resource definition for Composite Software Middleware

2008-03-11 Thread dbrunton2602
I am trying to connect to database virtualization software from Composite Software. I have been given a Url connection string in the following format: jdbc:compositesw:[EMAIL PROTECTED]:PORT?domain=db_domaindataSource=db_name With the string in that format, I cannot get the JVM to even load.

tomcat-users.xml

2008-03-11 Thread Jong Lee
Whenever I start tomcat, tomcat-users.xml become empty. All of users are disappeared. Any clues about this? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: tomcat-users.xml

2008-03-11 Thread Mark Thomas
Jong Lee wrote: Whenever I start tomcat, tomcat-users.xml become empty. All of users are disappeared. Any clues about this? Tomcat re-writes the file. Any comments are lost. Real users, groups etc will be kept. Mark - To

Re: Changing HTTP port from 8080 prevents HTTPS redirects, Tomcat 5.5

2008-03-11 Thread mikebgx
OS: XP sp2 and 2k3 JVM: 1.5.0_14 Tomcat: 5.5.20 Pid-2 wrote: OS? JVM version? Tomcat version? p mikebgx wrote: 8090 is in quotes btw, ie 8090 mikebgx wrote: Hi, When I change Tomcat's HTTP port to other than 8080, redirections to SSL port (8443) stop working. With HTTP

Re: The troubles with tribes

2008-03-11 Thread Filip Hanik - Dev Lists
Tom van Wietmarschen wrote: L.S., After investigating several possibilities I decided to test Tribes for messaging in an application I'm developing. However, I've run in to several problems which I can't figure out by myself. I hope this is the correct place to ask these questions since

Re: tomcat-users.xml

2008-03-11 Thread Rainer Jung
Mark Thomas schrieb: Jong Lee wrote: Whenever I start tomcat, tomcat-users.xml become empty. All of users are disappeared. Any clues about this? Tomcat re-writes the file. Any comments are lost. Real users, groups etc will be kept. Mark ... and if you are using 5.5 or 6.0 you can set

RE: Can't start tomcat 5.5.26 service on windows

2008-03-11 Thread Eric Hawkes
Hi, Thank you for the comments. I have two overall goals at this point: 1) I must be able to install tomcat 5.5.26 programmatically and silently as a service using tomcat5.exe 2) I must be able to start and stop the tomcat service programmatically, i.e. net start tomcat5

RE: Can't start tomcat 5.5.26 service on windows

2008-03-11 Thread Caldarale, Charles R
From: Eric Hawkes [mailto:[EMAIL PROTECTED] Subject: RE: Can't start tomcat 5.5.26 service on windows The Java Classpath field in the Java tab is also empty. Which is the cause of the current problem. It should be this: C:\Program Files\Apache Software Foundation\Tomcat

Re: Can't start tomcat 5.5.26 service on windows

2008-03-11 Thread David Smith
Charles Caldarale wrote: I would recommend installing Tomcat (and the JVM) in directory paths without spaces; Microsoft made a real blunder when putting spaces in frequently used directory names, and Apache isn't helping. I agree. MS could have done something as dirt simple as c:\Software

apache 2.2.4 installation problem

2008-03-11 Thread cool gak
tell me how to install apache on windows vista home premium? which is the suitable version for windows vista home premium??

Inquiry

2008-03-11 Thread Weng Hon Wong
Hi, Can monit help to monitor and restart IF apache tomcat 5.5.25 is down? I'm running on openSUSE 10.2. What are the criteria? Please advise. Thanks. Regards, Weng Hon

tomcat 6.0

2008-03-11 Thread Weng Hon Wong
Does tomcat 6.0 come with 'admin' pack? Regards, Weng Hon - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat 6.0

2008-03-11 Thread Caldarale, Charles R
From: Weng Hon Wong [mailto:[EMAIL PROTECTED] Subject: tomcat 6.0 Does tomcat 6.0 come with 'admin' pack? No, there is no admin webapp for Tomcat 6. Some of the capabilities are available through LambdaProbe and JConsole. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

Re: Inquiry

2008-03-11 Thread cool gak
hi, i have downloaded the appserver on my laptop,but i am unadle to run the apache server on my lap. could u please help me out. On Tue, Mar 11, 2008 at 9:20 PM, Weng Hon Wong [EMAIL PROTECTED] wrote: Hi, Can monit help to monitor and restart IF apache tomcat 5.5.25 is down? I'm

Re: Tomcat session replication problem

2008-03-11 Thread Filip Hanik - Dev Lists
for it to work you would need to have channelSendOptions=6, however, not using sticky sessions is a bad strategy, no matter how you look at it. using sticky sessions, one can take advantage of asynchronous messaging and hence not affect the overall response time and other benefits of course