Re: tomcat session id

2012-07-13 Thread Elias Kopsiaftis
Well basically, For the output servlet, I am using comet to keep the connection alive and push things out to the client when they are available. This program is a chat program with a drawing capability, so two people can draw on the same canvas and chat with each other. On Fri, Jul 13, 2012 at 10:

Re: Tomcat building problems: Apache Tomcat 5.5 Servelet/JSP container

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/12/12 6:49 PM, Caldarale, Charles R wrote: > tar.gz (pgp, md5) Should be labelled "competent software engineers should download this one". ;) I kid: I feel bad for anyone who is forced to run any Microsoft Windows-based server, though.

Re: Client Authentication using SSL

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 7/12/12 9:44 AM, Jeffrey Janner wrote: > Is there anyone who's implemented true-client SSL auth over APR > that would be willing to share hints/tips on how they handled > certificate distributions, etc.? I wasn't using APR -- though it sh

Re: tomcat session id

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Elias, On 7/13/12 9:39 AM, Elias Kopsiaftis wrote: > I am working on a program that uses two servlets, one for input > from the client, and one for output to the client. Good so far. > My question is, from the client side, I will have two connection

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Pid *
On 13 Jul 2012, at 18:04, Tim Pizey wrote: > Hi André, > > On 13 July 2012 17:32, André Warnier wrote: >> Tim Pizey wrote: > >>> I only joined this list this morning, and am appalled by the lack of >>> constructive responses. >>> >> Tim, >> this is probably a wrong initial impression, due to the

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Tim Pizey
Hi André, On 13 July 2012 17:32, André Warnier wrote: > Tim Pizey wrote: >> I only joined this list this morning, and am appalled by the lack of >> constructive responses. >> > Tim, > this is probably a wrong initial impression, due to the way in which you > phrased your initial message to the l

Re: Solved - Connecting Tmcat and IIS

2012-07-13 Thread Debabratta Jena
Well, thanks that you shared information. It would be better if you will share the steps that you followed for this connection of Tomcat and IIS. Thanks. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Watched Resources

2012-07-13 Thread Mark Eggers
- Original Message - > From: "Caldarale, Charles R" > To: Tomcat Users List > Cc: > Sent: Friday, July 13, 2012 6:49 AM > Subject: RE: Watched Resources > >> > Looks like we're going to referring to this a lot today: >> > http://www.catb.org/~esr/faqs/smart-questions.html > >> This

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread André Warnier
Tim Pizey wrote: ... I only joined this list this morning, and am appalled by the lack of constructive responses. Tim, this is probably a wrong initial impression, due to the way in which you phrased your initial message to the list, which sounded quite aggressive and condescending even to m

Poller & CometPoller general questions

2012-07-13 Thread Jeffrey Janner
I'm more curious here than there being a problem. Are the Poller & CometPoller threads necessary for Tomcat operation? If not, how to turn them off, and do I want to turn them off. Here's my scenario: Tomcat 6.0.33 with APR on Windows Server 2008 (regular and R2). Fairly normal server.xml, with g

Re: How Tomcat works?????????

2012-07-13 Thread André Warnier
Puneet Dewan wrote: I apologise to the community on asking the question in the wrong way. Ok, apologies accepted. And our own apologies for having a bit of fun. Now, what do you really want to know, that is not already in the online Tomcat documentation ? (available here : http://tomcat.apac

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Konstantin Kolinko
2012/7/13 Tim Pizey : > On 13 July 2012 14:05, Christopher Schultz wrote: >> Tim, >> >> On 7/13/12 8:11 AM, Tim Pizey wrote: >>> In the hope of helping future users: the migration guide is here: >>> http://tomcat.apache.org/migration-7.html >> >> Hopefully, users will find that guide more easily fr

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Tim Pizey
On 13 July 2012 14:05, Christopher Schultz wrote: > Tim, > > On 7/13/12 8:11 AM, Tim Pizey wrote: >> In the hope of helping future users: the migration guide is here: >> http://tomcat.apache.org/migration-7.html > > Hopefully, users will find that guide more easily from the Tomcat home > page (clev

RE: Watched Resources

2012-07-13 Thread Caldarale, Charles R
> > Looks like we're going to referring to this a lot today: > > http://www.catb.org/~esr/faqs/smart-questions.html > This website must be wrong: its predictions don't agree with my > observations: http://stardate.org/nightsky/moon I think you're forgetting that it's Friday the 13th... - Chuck

Re: Watched Resources

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/13/12 8:02 AM, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Watched >> Resources > >> On 13/07/2012 09:46, kieran...@gmx.net wrote: >>> with the context.xml like this: >> reloadable="true"> > >>

Re: Exclude url from authorized access-web.xml

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul, On 7/12/12 2:55 AM, Rahul R wrote: > How can I add an email id to auth instead of adding a whole group? You can't. > Is that possible? Not when using the servlet-spec-defined authorization features. You can certainly implement anything you w

Re: Logging framework for Tomcat -Exceptions

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kiran, On 7/11/12 11:33 PM, Kiran Badi wrote: > I know this is not a place to learn Java and thats not my > intention.Its time for me to implement robust logging framework,so > thought let me ask here as which is light weight and yet can log > excepti

Re: a lot of threads waiting for a ThreadPool monitor

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander, On 7/13/12 4:34 AM, Alexander Shutyaev wrote: > I've encountered a problem with an embedded tomcat. That sound serious. > The thread dump shows a lot of threads (106 out of 722 total) are > blocked waiting for a monitor > org.apache.tomc

Re: How Tomcat works?????????

2012-07-13 Thread Puneet Dewan
I apologise to the community on asking the question in the wrong way. On Fri, Jul 13, 2012 at 5:49 PM, André Warnier wrote: > Puneet Dewan wrote: > >> Can anyone tell me how does tomcat works >> > > We don't know. You're on the wrong list. On this list, we only deal with > it when it d

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 7/13/12 8:11 AM, Tim Pizey wrote: > In the hope of helping future users: the migration guide is here: > http://tomcat.apache.org/migration-7.html Hopefully, users will find that guide more easily from the Tomcat home page (cleverly hidden beh

Re: How Tomcat works?????????

2012-07-13 Thread André Warnier
Puneet Dewan wrote: Can anyone tell me how does tomcat works We don't know. You're on the wrong list. On this list, we only deal with it when it doesn't work. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apa

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Tim Pizey
In the hope of helping future users: the migration guide is here: http://tomcat.apache.org/migration-7.html yours Tim -- Tim Pizey - http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addi

RE: Watched Resources

2012-07-13 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Watched Resources > On 13/07/2012 09:46, kieran...@gmx.net wrote: > > with the context.xml like this: > > > That docBase looks very, very wrong. As does the path. Since the OP provided no useful information, it's impossible to res

Re: How Tomcat works?????????

2012-07-13 Thread Darryl Lewis
On 13/07/12 9:36 PM, "Puneet Dewan" wrote: >Can anyone tell me how does tomcat works >Architecture of Tomcat??? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h..

Re: How Tomcat works?????????

2012-07-13 Thread Puneet Dewan
Thanks Mark. On Fri, Jul 13, 2012 at 5:12 PM, Mark Thomas wrote: > On 13/07/2012 12:36, Puneet Dewan wrote: > > Can anyone tell me how does tomcat works > > Architecture of Tomcat??? > > Terry Pratchett's views on the use of multiple exclamation marks extend, > in my opinion, to the ques

Re: How Tomcat works?????????

2012-07-13 Thread Mark Thomas
On 13/07/2012 12:36, Puneet Dewan wrote: > Can anyone tell me how does tomcat works > Architecture of Tomcat??? Terry Pratchett's views on the use of multiple exclamation marks extend, in my opinion, to the question mark as well. Try reading this: http://www.catb.org/~esr/faqs/smart-quest

Re: How Tomcat works?????????

2012-07-13 Thread David kerber
On 7/13/2012 7:36 AM, Puneet Dewan wrote: Can anyone tell me how does tomcat works Very well! Architecture of Tomcat??? It's irrelevant as long as it works. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apa

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Mark Thomas
On 13/07/2012 11:50, Tim Pizey wrote: > Hi Mark, > On 13 July 2012 11:37, Mark Thomas wrote: >> On 13/07/2012 11:04, Tim Pizey wrote: >>> Please maintain backwards compatibility by supplying a default of html >>> to the the manager url, >>> you will save a lot of people a lot of pointless work. >>

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Konstantin Kolinko
2012/7/13 Tim Pizey : > Hi Mark, > On 13 July 2012 11:37, Mark Thomas wrote: >> On 13/07/2012 11:04, Tim Pizey wrote: >>> Please maintain backwards compatibility by supplying a default of html >>> to the the manager url, >>> you will save a lot of people a lot of pointless work. >> >> The change wa

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Tim Pizey
Hi Mark, On 13 July 2012 11:37, Mark Thomas wrote: > On 13/07/2012 11:04, Tim Pizey wrote: >> Please maintain backwards compatibility by supplying a default of html >> to the the manager url, >> you will save a lot of people a lot of pointless work. > > The change was made for a good reason and it

Re: Watched Resources

2012-07-13 Thread Mark Thomas
On 13/07/2012 09:46, kieran...@gmx.net wrote: > Hello Tomcat users, > > with the context.xml like this: > > That docBase looks very, very wrong. Mark > WEB-INF/servlet-context.xml > > > I want to make tomcat reloading the webapplication subseqently to changes in > servlet-context.xml.

Re: Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Mark Thomas
On 13/07/2012 11:04, Tim Pizey wrote: > Please maintain backwards compatibility by supplying a default of html > to the the manager url, > you will save a lot of people a lot of pointless work. The change was made for a good reason and it will not be reverted. Neither is the work it generates for

Tomcat7 deployment url change - please maintain backwards compatibility

2012-07-13 Thread Tim Pizey
Hi, I have just upgraded to tomcat7, to overcome a problem with redeployment of a Spring application resulting in the following annoyance: INFO: Illegal access: this web application instance has been stopped already. Could not load com.mysql.jdbc.profiler.ProfilerEventHandlerFactory. The eventu

Solved - Connecting Tmcat and IIS

2012-07-13 Thread Vijaya
Hello Everyone, I want to post this message so that if you are struggling with isapi_redirector to connect Tomcat and IIS. From one of the posts in forums.iis.net, I came to know about a new redirector for IIS7 http://tomcatiis.riaforge.org. after wasting around a month to make the isapi redire

Watched Resources

2012-07-13 Thread kieransun
Hello Tomcat users, with the context.xml like this: WEB-INF/servlet-context.xml I want to make tomcat reloading the webapplication subseqently to changes in servlet-context.xml. It does not work. Tomcat does not react. Do have to configure something else? Cheers, Kieran