Re: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread André Warnier
For both threads : Binary of mod_jk.so for Apache 2.2.x and mod_jk under RedHat ? Here is apparently the deal with mod_jk and Redhat (quoted from my competent sysadmin) : In the RedHat product "Red Hat Enterprise Linux Server" (RHELS), there is no repository containing a pre-packaged mod_jk mo

Re: mod_jk under RedHat ?

2011-07-15 Thread André Warnier
For both threads : Binary of mod_jk.so for Apache 2.2.x and mod_jk under RedHat ? Here is apparently the deal with mod_jk and Redhat (quoted from my competent sysadmin) : In the RedHat product "Red Hat Enterprise Linux Server" (RHELS), there is no repository containing a pre-packaged mod_jk mo

Re: Terminating Timer Thread Gracefully

2011-07-15 Thread Mark Thomas
On 14/07/2011 23:59, Terence M. Bandoian wrote: > On 1:59 PM, Mark Thomas wrote: >> On 14/07/2011 06:11, Terence M. Bandoian wrote: >>> I can live with this. It's just one of those "it would be nice not to >>> have to explain" things and if Thread.sleep does the trick, I'm happy. >>> As I mention

RedHat and mod_jk

2011-07-15 Thread André Warnier
Hi. Recently, other people and myself were looking for a pre-packaged mod_jk binary for a RedHat RHELS system. As a result of some investigation (by Mark Eggers on one side, and an independent sysadmin of my customer on the other side), things seem to boil down to (largely quoted) : " In th

Webserver HowTo

2011-07-15 Thread Stephan Hofmann
Dear all, I currently ran into a problem while configuring apache2 with apache-tomcat6. I followed the steps explained on the page http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html Under "Installation"->"Using Tomcat auto-configure" A part is missing to get this running using a

RE: mod_jk question about lingering close_waits

2011-07-15 Thread Edward Quick
Thanks for your replies. I found the solution was to set JkWatchdogInterval (by default this is not on). I set it to 30, and observed the FIN_WAIT disappears after 60 seconds (this could be the worker.maintain setting?) and the CLOSE_WAIT thread disappeared when it reached the connection_pool_ti

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Lataxes, Karl
Our servlet assigns a session id to a client when it initially contacts the server. The session id consists of "session-id", a unique client identifier, and the current time in milliseconds, which is used as session identification for subsequent requests. There are numerous message exchanges b

RE: RedHat and mod_jk

2011-07-15 Thread Martin Gainty
not having (publicly available) apt/rpm package for at least one of the mod_jk distros will cause RH to lose market-share Martin -- __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le des

How can i change JSESSIONIDSSO cookie name?

2011-07-15 Thread Mathan Karthik
Hi Guys, I have JSESSIONIDSSO cookie related problem. Currently I'm running two web applications in the same machine, but using two different tomcat servers. Both the applications has the same context path, but port numbers are different. I've enabled single sign on feature in in one of

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
Big thanks to Chris, Andre, and everyone else for all of the guidance! I think I'm going to do this: 1. Compile Apache 2.2.19 in /myuser/ space (since I don't have root or admin privileges). 2. Ask the admin to do his part in taking the compiling code and installing it. I have a question ab

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Jeff Allison
Isn't mod_jk deprecated in favour of mod_ajp. On Jul 15, 2011 10:15 PM, "Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2" < jonathan.leffingwell@navy.mil> wrote: > Big thanks to Chris, Andre, and everyone else for all of the guidance! I think I'm going to do this: > > 1. Compile Apache 2.2.19 in /

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Rainer Jung
On 15.07.2011 12:48, Lataxes, Karl wrote: > Our servlet assigns a session id to a client when it initially contacts the > server. The session id consists of "session-id", a unique client identifier, > and the current time in milliseconds, which is used as session identification > for subsequent

Re: mod_jk question about lingering close_waits

2011-07-15 Thread Rainer Jung
On 15.07.2011 12:09, Edward Quick wrote: > Thanks for your replies. I found the solution was to set JkWatchdogInterval > (by default this is not on). I set it to 30, and observed the FIN_WAIT > disappears after 60 seconds (this could be the worker.maintain setting?) and > the CLOSE_WAIT thread d

Re: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Rainer Jung
On 15.07.2011 14:20, Jeff Allison wrote: > Isn't mod_jk deprecated in favour of mod_ajp. No Rainer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 7:31 AM, Alexandra Stylianidou wrote: > I am trying to run tomcat 7.0.16 on my mac os x 10.6.8 in order to set up > the SWiM and i have problem to show the tomcat welcome screen.First,i create > a folder /Library/Tomcat and put the apache file.Then i edit the > /Library/Tom

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
What do you mean?Logs folder is empty. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 7:31 AM, Alexandra Stylianidou > wrote: > > I am trying to run tomcat 7.0.16 on my mac os x 10.6.8 in order to set up > > the SWiM and i have problem to show the tomcat welcome screen.First,i > create >

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 7:38 AM, Alexandra Stylianidou wrote: > What do you mean?Logs folder is empty. That sounds pretty suspicious. Try starting using `bin/catalina.sh run` -- you should see the startup messages in the console. -- Hassan Schroeder hassan.schroe...@gm

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
I put "Library/Tomcat/bin/catalina.sh run" and says that:"Cannot find /Library/Tomcat/Home/bin/setclasspath.sh This file is needed to run this program" but this file exists. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 7:38 AM, Alexandra Stylianidou > wrote: > > What do you mean?Logs

Re: Session cookie max age

2011-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/14/2011 10:53 AM, Christopher Schultz wrote: > On 7/14/2011 10:40 AM, Konstantin Kolinko wrote: >> >> I cannot say without reading the letter of the spec. > > I'll take a look. Servlet 3.0 section 14.4.10 is the only place I can se

Re: mod_jk under RedHat ?

2011-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 7/15/2011 3:37 AM, André Warnier wrote: > For both threads : Binary of mod_jk.so for Apache 2.2.x and mod_jk > under RedHat ? > > Here is apparently the deal with mod_jk and Redhat (quoted from my > competent sysadmin) : This is probably

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2
There is no "apxs" on the Linux server. The S.A. confirmed this. That file and nothing closely resembling it are found anywhere on the whole box. Is it needed to compile mod_jk? -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Thursday, July 14, 2011 1:22 P

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 7:45 AM, Alexandra Stylianidou wrote: > I put "Library/Tomcat/bin/catalina.sh run" and says that:"Cannot find > /Library/Tomcat/Home/bin/setclasspath.sh > This file is needed to run this program" but this file exists. OK, so you say you have everything installed under /Lib

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
Exactly.But the problem still exists. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 7:45 AM, Alexandra Stylianidou > wrote: > > I put "Library/Tomcat/bin/catalina.sh run" and says that:"Cannot find > > /Library/Tomcat/Home/bin/setclasspath.sh > > This file is needed to run this program"

How to send binary data in a form field via Java

2011-07-15 Thread Paritosh Patel
I apologize in advance if this is not the correct mail list for such a question, but this is the closest one I could find. (I am using Tomcat 6.0.26 but my question is generic in nature) I have a Java client that talks to a servlet using several text fields. I now wanted to add a field that in

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 8:20 AM, Alexandra Stylianidou wrote: > Exactly.But the problem still exists. What "problem"? What does the startup logging show? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan ---

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
It shows the message: "Enterprice DB *Apache - version 2.2.16 PHP - version 5.3.3 *Server is up and running The default Apache context is *www* in the Apache installation folder" 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 8:20 AM, Alexandra Stylianidou > wrote: > > Exactly.But the pro

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 8:35 AM, Alexandra Stylianidou wrote: > It shows the message: Again, what does the *console* show when you try to start Tomcat? If you already have another server running on port 8080 as the lines below seem to indicate, you can't expect to see anything from Tomcat in you

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
The console doesn't show anything about tomcat.I put in the browser " http://localhost:8080/"; and it shows me the previous message.So,what can i do if another server runs on port 8080?Maybe the postgresql runs on that port.Thanks for your help am not an expert,i want to setup the SWiM wiki and i a

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 8:57 AM, Alexandra Stylianidou wrote: > The console doesn't show anything about tomcat. Are you saying when you type `bin/catalina.sh run` in a console window that absolutely nothing happens?? There is *no* output whatsoever? I find that very hard to believe. > So,what ca

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
When i type "Alexandras-MacBook-Pro:bin alekastyl$ cd /Library/Tomcat Alexandras-MacBook-Pro:Tomcat alekastyl$ export CATALINA_HOME=`pwd` Alexandras-MacBook-Pro:Tomcat alekastyl$ ./bin/catalina.sh run" in terminal the output is: "Using CATALINA_BASE: /Library/Tomcat Using CATALINA_HOME: /Librar

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Lataxes, Karl
We do not send cookies. Our clients are not web pages but applications embedded in proprietary hardware, which connect to our network via landline telephone or cell modem and access our servlet via HTTP connection. The servlet responds by sending a message containing several parameters in name

RE: How to send binary data in a form field via Java

2011-07-15 Thread eurotrans-Verlag
Hi, > -Original Message- > From: Paritosh Patel [mailto:xygnu...@gmail.com] > Sent: Friday, July 15, 2011 5:24 PM > To: users@tomcat.apache.org > Subject: How to send binary data in a form field via Java > > I apologize in advance if this is not the correct mail list for such a > question

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 9:14 AM, Alexandra Stylianidou wrote: > When i type "Alexandras-MacBook-Pro:bin alekastyl$ cd /Library/Tomcat > Alexandras-MacBook-Pro:Tomcat alekastyl$ export CATALINA_HOME=`pwd` > Alexandras-MacBook-Pro:Tomcat alekastyl$ ./bin/catalina.sh run" in terminal > the output is:

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
Thank you for your tips.So, i have to change the tomcat port from 8080 into another port?Is it easy to do it? 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 9:14 AM, Alexandra Stylianidou > wrote: > > When i type "Alexandras-MacBook-Pro:bin alekastyl$ cd /Library/Tomcat > > Alexandras-Mac

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 9:56 AM, Alexandra Stylianidou wrote: > Thank you for your tips.So, i have to change the tomcat port from 8080 into > another port?Is it easy to do it? Yes. Reading the documentation is also a good habit to get into :-) -- Hassan Schroeder hassan

Re: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Mark Eggers
- Original Message - > From: "Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2" > > To: Tomcat Users List ; Mark Eggers > > Cc: > Sent: Friday, July 15, 2011 7:53 AM > Subject: RE: Binary of mod_jk.so for Apache 2.2.x > > There is no "apxs" on the Linux server.  The S.A. confirmed this. 

Re: How to send binary data in a form field via Java

2011-07-15 Thread Thad Humphries
If you are sending binary data--say because you user is downloading a file, or your servlet is writing a image--you need to open a javax.servlet.ServletOutputStream ( http://download.oracle.com/javaee/6/api/javax/servlet/ServletOutputStream.html ). On Fri, Jul 15, 2011 at 11:23 AM, Paritosh Patel

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
I tried to change the port from 8080 to another port (e.g.9000) and type localhost:9000 but still nothing.What went wrong? 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 9:56 AM, Alexandra Stylianidou > wrote: > > Thank you for your tips.So, i have to change the tomcat port from 8080 > in

Re: mod_jk under RedHat ?

2011-07-15 Thread Mark Eggers
- Original Message - > From: Christopher Schultz > To: Tomcat Users List > Cc: > Sent: Friday, July 15, 2011 7:53 AM > Subject: Re: mod_jk under RedHat ? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > André, > > On 7/15/2011 3:37 AM, André Warnier wrote: >> For both threads

Why we have duplicate JSESSIONIDSSO cookies ?

2011-07-15 Thread Mathan Karthik
Why tomcat maintaining duplicate JSESSIONIDSSO cookies for the same hostname and context path? Is it a bug? Due to this, i have problem in single sign on. Regards, Mathan Karthik R

Re: RedHat and mod_jk

2011-07-15 Thread Mark Eggers
I find it a bit odd as well. It appears that mod_jk was never really a part of Fedora. jpackage.org maintained an RPM for Apache 2.0 and RedHat platforms until about Fedora 3 or Fedora 4, and then it was dropped. I don't find a package in Fedora 14, RHELS 4, or RHELS5. I guess this could be ask

Re: mod_jk under RedHat ?

2011-07-15 Thread Mladen Turk
On 07/15/2011 07:58 PM, Mark Eggers wrote: The pages could then reference distribution channels (Debian/Ubuntu/OpenSuse), commercial channels (RedHat), requirements for compiling from source (RedHat, CentOS, Fedora). Beside that list, there is a difference between httpd versions although we

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 10:42 AM, Alexandra Stylianidou wrote: > I tried to change the port from 8080 to another port (e.g.9000) and type > localhost:9000 but still nothing.What went wrong? I don't know. What do your logs say? << hint -- Hassan Schroeder hassan.schroe

Re: Why we have duplicate JSESSIONIDSSO cookies ?

2011-07-15 Thread Mark Eggers
- Original Message - > From: Mathan Karthik > To: users > Cc: > Sent: Friday, July 15, 2011 11:51 AM > Subject: Why we have duplicate JSESSIONIDSSO cookies ? > > Why tomcat maintaining duplicate JSESSIONIDSSO cookies for the same hostname > and > context path? Is it a bug? > > Due t

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Rainer Jung
On 15.07.2011 18:19, Lataxes, Karl wrote: > We do not send cookies. > > Our clients are not web pages but applications embedded in proprietary > hardware, which connect to our network via landline telephone or cell modem > and access our servlet via HTTP connection. The servlet responds by send

Re: RedHat and mod_jk

2011-07-15 Thread Rainer Jung
On 15.07.2011 20:54, Mark Eggers wrote: > I find it a bit odd as well. It appears that mod_jk was never really a part > of Fedora. jpackage.org maintained an RPM for Apache 2.0 and RedHat platforms > until about Fedora 3 or Fedora 4, and then it was dropped. I don't find a > package in Fedora 14

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
You mean the logs(folder) from tomcat folder or the logs from console?I also saw that port 8080 is used by http-alt. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 10:42 AM, Alexandra Stylianidou > wrote: > > I tried to change the port from 8080 to another port (e.g.9000) and type > > loc

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 12:26 PM, Alexandra Stylianidou wrote: > You mean the logs(folder) from tomcat folder or the logs from console? I mean wherever your running Tomcat is writing its logging messages. You said you reconfigured the connector port and started it. Where are those startup messag

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-15 Thread Mark Eggers
- Original Message - > From: Mathan Karthik > To: users@tomcat.apache.org > Cc: > Sent: Friday, July 15, 2011 5:08 AM > Subject: How can i change JSESSIONIDSSO cookie name? > > Hi Guys, > > I have JSESSIONIDSSO cookie related problem. > > Currently I'm running two web applications i

Re: RedHat and mod_jk

2011-07-15 Thread Mark Eggers
- Original Message - > From: Rainer Jung > To: users@tomcat.apache.org > Cc: > Sent: Friday, July 15, 2011 12:24 PM > Subject: Re: RedHat and mod_jk > > On 15.07.2011 20:54, Mark Eggers wrote: >> I find it a bit odd as well. It appears that mod_jk was never really a part > of Fedora.

Re: RedHat and mod_jk

2011-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 7/15/2011 4:23 AM, André Warnier wrote: > I would suppose that RedHat has good lawyers, and that they are > "allowed" to do such a thing. Personally, I find this a bit > "cheeky", specially from a company that presents itself as a champion

Re: RedHat and mod_jk

2011-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 7/15/2011 7:40 AM, Martin Gainty wrote: > not having (publicly available) apt/rpm package for at least one of > the mod_jk distros will cause RH to lose market-share RHEL is one of the only Linux distros that are supported by some managed

Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
I'm looking for details on how to get the generated web.xml after all the annotations have been processed. I had watched a video on this feature and as I understand it, once the annotations have been processed, it's possible to log the web.xml generated from it and use it for production, which mea

Re: RedHat and mod_jk

2011-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 7/15/2011 2:54 PM, Mark Eggers wrote: > I wonder if there's a problem building mod_jk with OpenJDK. I have > Oracle's JDK installed here, so I don't know. mod_jk does not have any Java components. The tomcat-connectors package does have som

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Jesse Farinacci
Greetings, On Fri, Jul 15, 2011 at 3:52 PM, Stephen Munro wrote: > I'm looking for details on how to get the generated web.xml after all the > annotations have been processed. See http://tomcat.apache.org/tomcat-7.0-doc/config/context.html and look for logEffectiveWebXml. -Jesse -- There are

Re: How to send binary data in a form field via Java

2011-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paritosh, On 7/15/2011 11:23 AM, Paritosh Patel wrote: > The client specified content-type to be > "application/x-www-form-urlencoded" right now, but I have tried > several others. Note that application/x-www-form-urlencoded requires that you proper

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-15 Thread Mathan Karthik
Hi Mark Thanks for your swift response. Sorry i missed to mention my tomcat version. One of my application using tomcat_6_0_28 and another application using tomcat_5_0_28. I have added org.apache.catalina.SSO_SESSION_COOKIE_NAME and org.apache.catalina.SESSION_COOKIE_NAME. Now my JSESSIONID c

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
Thanks for the quick reply! I've got it working, so thanks. I'm a little curious why the web-app structure is dumped directly to the logs rather than have it written to a .xml for convenience say...web-generated.xml? On 15 July 2011 21:04, Jesse Farinacci wrote: > Greetings, > > On Fri, Jul 15,

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Jesse Farinacci
Greetings, On Fri, Jul 15, 2011 at 5:10 PM, Stephen Munro wrote: > Thanks for the quick reply! I've got it working, so thanks. I'm a little > curious why the web-app structure is dumped directly to the logs rather than > have it written to a .xml for convenience say...web-generated.xml? Great! T

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-15 Thread Mark Eggers
- Original Message - > From: Mathan Karthik > To: Tomcat Users List > Cc: > Sent: Friday, July 15, 2011 1:30 PM > Subject: Re: How can i change JSESSIONIDSSO cookie name? > > Hi Mark > > Thanks for your swift response. Sorry i missed to mention my tomcat version. > One > of my appli

IIS 7.5 2008 Server

2011-07-15 Thread Ian Porter
Hi All I am trying to get the tomcat server to work on IIS 7.5 with 2008 Server, I have tried many different ways and websites that say that they work, but when I go through there examples I am just not able to get it to work :( I have enabled the execute rights on the dll, virtual directory. I

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
Yeah, you may be right out it's usefulness, but on the video I watched, it was being pitched as a performance boost if you had a massive web app (with annotations and web-fragments). So the use case would be, develop the app with annotations enabled and in production, switch them off and use the ma

Re: RedHat and mod_jk

2011-07-15 Thread Mark Eggers
- Original Message - > From: Christopher Schultz > To: Tomcat Users List > Cc: > Sent: Friday, July 15, 2011 12:55 PM > Subject: Re: RedHat and mod_jk > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mark, > > On 7/15/2011 2:54 PM, Mark Eggers wrote: >> I wonder if there's a

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Pid
On 15/07/2011 22:25, Stephen Munro wrote: > Yeah, you may be right out it's usefulness, but on the video I watched, it > was being pitched as a performance boost if you had a massive web app (with > annotations and web-fragments). So the use case would be, develop the app > with annotations enabled

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-15 Thread Pid
On 15/07/2011 13:08, Mathan Karthik wrote: > Currently I'm running two web applications in the same machine, but using two > different tomcat servers. Both the applications has the same context path, > but port numbers are different. Wouldn't it be easier just to run the apps on two different I

Re: IIS 7.5 2008 Server

2011-07-15 Thread Pid
On 15/07/2011 22:21, Ian Porter wrote: > Hi All > > I am trying to get the tomcat server to work on IIS 7.5 with 2008 > Server, I have tried many different ways and websites that say that > they work, but when I go through there examples I am just not able to > get it to work :( Which version of

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
No, that wasn't the way it was pitched. The video was from springsource and a Mark Thomas was discussing the feature in question ( http://www.youtube.com/watch?v=HSPo8k6DbTs&feature=related). He did say that this feature was good for ensuring nothing was enabled accidentally through web-fragments a

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Pid
On 15/07/2011 22:38, Stephen Munro wrote: > No, that wasn't the way it was pitched. The video was from springsource and > a Mark Thomas was discussing the feature in question ( > http://www.youtube.com/watch?v=HSPo8k6DbTs&feature=related). Mark is a Tomcat committer. He did say that > this featu

Re: Terminating Timer Thread Gracefully

2011-07-15 Thread Terence M. Bandoian
On 1:59 PM, Mark Thomas wrote: On 14/07/2011 23:59, Terence M. Bandoian wrote: On 1:59 PM, Mark Thomas wrote: On 14/07/2011 06:11, Terence M. Bandoian wrote: I can live with this. It's just one of those "it would be nice not to have to explain" things and if Thread.sleep does the trick, I'

Re: Why we have duplicate JSESSIONIDSSO cookies ?

2011-07-15 Thread Konstantin Kolinko
2011/7/15 Mathan Karthik : > Why tomcat maintaining duplicate JSESSIONIDSSO cookies for the same hostname > and context path? Is it a bug? Tomcat is not "maintaining" them. Cookies are stored in the browser and are sent with request. Check what is data in your browser and thus what is it doing.

Re: RedHat and mod_jk

2011-07-15 Thread Thad Humphries
It's been my experience that it's best *not* to rely on the distro for any mission critical piece of software. Either download the binary from a trusted source or build it yourself. If you rely on RedHat, Novell, OpenSuSE, Unbuntu, etc. you can wait for some things until you are old and gray. Wors

Re: RedHat and mod_jk

2011-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thad, On 7/15/2011 9:59 PM, Thad Humphries wrote: > If you rely on RedHat, Novell, OpenSuSE, Unbuntu, etc. you can wait > for some things until you are old and gray. Sing it. We're stuck on MySQL 5.0 in production because of this very fact. Sometimes

Re: RedHat and mod_jk

2011-07-15 Thread Mark Eggers
- Original Message - > From: Christopher Schultz > To: Tomcat Users List > Cc: > Sent: Friday, July 15, 2011 9:09 PM > Subject: Re: RedHat and mod_jk > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Thad, > > On 7/15/2011 9:59 PM, Thad Humphries wrote: >> If you rely on RedHa

Re: IIS 7.5 2008 Server

2011-07-15 Thread Ian Porter
Hi pid I am using tomcat version 7.0, I have read the documentation below thanks, but it does not say that it is working with iis 7.5 ? I shall reinstall it again, and redo the files etc ? Is there any version you recommend of tomcat to work with iis 7.5 ?(with the isapi redirect.dll) Or is it b