Re: tomcat session id

2012-07-15 Thread Konstantin Kolinko
2012/7/15 Elias Kopsiaftis : > thank you, and it wasnt working thats why i asked. there must be something > else wrong in my code Session is recognized by sessionid sent either via a "Cookie" header in HTTP request, or as a path parameter in URL of HTTP request. You can inspect what is actually

Re: Embedded Tomcat 6 & 7 logging to file

2012-07-15 Thread Konstantin Kolinko
2012/7/16 Benjamin Muschko : > Hi, > > I'd like to redirect the embedded Tomcat's startup logging messages to a > file. What I am looking for is something like this: > > ... > Initializing ProtocolHandler ["http-bio-8080"] > Initializing ProtocolHandler ["http-bio-8091"] > Starting service Tomcat >

Re: Solved - Connecting Tmcat and IIS

2012-07-15 Thread Vijaya
Andre Warnier, thanks very much pointing the shortfall in my message. I myself have been using isapi_redirector for more than 3 years without any problem and suddenly for unexplainable reasons (I am sure it was not the isapi_redirector problem but some other problem in our server that was driv

Re: tomcat session id

2012-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Elias, On 7/15/12 3:52 PM, Elias Kopsiaftis wrote: > thank you, and it wasnt working thats why i asked. there must be > something else wrong in my code Would you care to *post* your code? Perhaps someone with Comet experience could give you an opinio

RE: Calling Bootstrap.main from a Java program

2012-07-15 Thread Caldarale, Charles R
> From: Mike O'Leary [mailto:tmole...@uw.edu] > Subject: Calling Bootstrap.main from a Java program > When I tried this running my Java program in Eclipse, the call > to Bootstrap.main(new String[]{"start"}) did not return. The thread that calls Bootstrap.main() ends up waiting for input on the

Embedded Tomcat 6 & 7 logging to file

2012-07-15 Thread Benjamin Muschko
Hi, I'd like to redirect the embedded Tomcat's startup logging messages to a file. What I am looking for is something like this: ... Initializing ProtocolHandler ["http-bio-8080"] Initializing ProtocolHandler ["http-bio-8091"] Starting service Tomcat Starting Servlet Engine: Apache Tomcat/7.0.11

Calling Bootstrap.main from a Java program

2012-07-15 Thread Mike O'Leary
I would like to be able to start and stop Tomcat from a Java program running on a Windows machine. I looked at the contents of startup.bat, shutdown.bat and catalina.bat, and it looks like one easy way to do that would be to set system properties that correspond to the -D command line arguments

Re: tomcat session id

2012-07-15 Thread Elias Kopsiaftis
thank you, and it wasnt working thats why i asked. there must be something else wrong in my code On Sun, Jul 15, 2012 at 3:50 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Elias, > > On 7/15/12 1:37 PM, Elias Kopsiaftis wrote:

Re: tomcat session id

2012-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Elias, On 7/15/12 1:37 PM, Elias Kopsiaftis wrote: > ok i appreciate the input, but for now i will stick with the comet > approach because i read that websocket for tomcat 7 is still > experimental and i already built a lot of logic around the comet >

Re: tomcat session id

2012-07-15 Thread Elias Kopsiaftis
ok i appreciate the input, but for now i will stick with the comet approach because i read that websocket for tomcat 7 is still experimental and i already built a lot of logic around the comet approach. does anyone know the answer to my original question? On Sat, Jul 14, 2012 at 1:07 PM, Christoph