Re: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-08 Thread Rashmi Rubdi
I too use IDEA, but I point IDEA to an installation of Tomcat that I installed manually (downloaded the ZIP file and unzipped it to a folder under C:\) Does the Tomcat you are using come with IDEA or did you install it? Have you set a CLASSPATH System Environment Variable? Having an incomplete

Re: [OT] GET-then-redirect 'reload' behavior

2007-04-08 Thread Rashmi Rubdi
On 4/8/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: This issue has already been identified as "not an issue". If you read the original post, you'd see that I was, in fact, using redirects after non-cleanly-repeatable operations. :( Ok, I was guessing that there might probably be an HTTP F

Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-08 Thread Mark Plutowski
It is nice that IDEA now supports Tomcat 6, but whereas Tomcat5 builds and runs just fine, I can't build on Tomcat6, using exactly the same settings I had used for Tomcat5 (except where needed to point at Tomcat6 --- of course). I've researched this online, and have come up short after having

Re: [OT] GET-then-redirect 'reload' behavior

2007-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashmi, Rashmi Rubdi wrote: > These 2 articles talk about how to properly prevent idempotent data > from being manipulated (deleted, saved etc) more than once. > > http://www.javaranch.com/journal/200603/frontman.html > > http://www.theserverside.co

Re: HTTP Status 404 - /docs/RELEASE-NOTES.txt

2007-04-08 Thread MERWYN C WELCOME
Thanks Rashmi, I'm using Tomcat 6.0.10 too. So I guess that it's a bug report since the link points to http://localhost:8080/docs/RELEASE-NOTES.txt not http://localhost:8080/RELEASE-NOTES.txt. Any idea how I make a bug report? -Merwyn Rashmi Rubdi <[EMAIL PROTECTED]> wrote: On Tomcat 6.0.10 th

Re: HTTP Status 404 - /docs/RELEASE-NOTES.txt

2007-04-08 Thread Rashmi Rubdi
On Tomcat 6.0.10 the Release Notes URL is at: http://localhost:8080/RELEASE-NOTES.txt I don't have a Tomcat lower than 6.0.10 so I can't tell if the URL is wrong in may be 6.0 , but you can always upgrade to 6.0.10 -Rashmi - To

HTTP Status 404 - /docs/RELEASE-NOTES.txt

2007-04-08 Thread MERWYN C WELCOME
Hello folks, I'm relatively new to Tomcat, so I'm not sure if this is a bug report or a configuration issue: In Apache Tomcat 6.0 from the homepage - http://localhost:8080/docs/ - Reference, Release Notes link appears to be broken. When I click on the Release Notes link, I get HTTP Status 404

Re: Tomcat 6 NIO connector/CometProcessor goes to 100% CPU usage

2007-04-08 Thread Filip Hanik - Dev Lists
Elias Naur wrote: On 4/8/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Elias Naur wrote: > On 4/7/07, Rémy Maucherat <[EMAIL PROTECTED]> wrote: >> On 4/6/07, Elias Naur <[EMAIL PROTECTED]> wrote: >> > I'm aware that a correct implementation must empty the buffer on a >> > READ event, bu

Java Web Parts v1.1 Beta 1 released

2007-04-08 Thread Frank W. Zammetti
Hey everyone... just a quick weekend note to those that might be interested that Java Web Parts v1.1 beta 1 has been released. This release includes a number of new features as well as a number of bug fixes and enhancements to existing functionality (see release notes for full list). You can

Re: sharing same session across multiple webapp

2007-04-08 Thread Rashmi Rubdi
I think it is possible, if you set the crossContext="true" , in both application's Context. Details on crossContext attribute is here: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html -Rashmi On 4/8/07, Dominique Jocal <[EMAIL PROTECTED]> wrote: Is there a way in Tomcat to share th

sharing same session across multiple webapp

2007-04-08 Thread Dominique Jocal
Hi, we'd like to make modular web development, not with merging in 1 deployable webapp separate web sources, but with making run 2 webapps sharing the same user's session. We all know JEE standard does not specify such thing for the moment, but servers start to enable it a proprietary way (s

Re: Tomcat 6 NIO connector/CometProcessor goes to 100% CPU usage

2007-04-08 Thread Elias Naur
On 4/8/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Elias Naur wrote: > On 4/7/07, Rémy Maucherat <[EMAIL PROTECTED]> wrote: >> On 4/6/07, Elias Naur <[EMAIL PROTECTED]> wrote: >> > I'm aware that a correct implementation must empty the buffer on a >> > READ event, but as I stated in th

Re: Make Tomcat run slow

2007-04-08 Thread Leon Rosenberg
You could write a valve for tomcat, put that into server/libs and configure your tomcat via server.xml to use it. This valve could basically sleep 1 second or longer before allowing the tomcat to continue with request processing. This was you willnot modify the webapp neither slow down the entire

Re: Cannot open apache

2007-04-08 Thread Rashmi Rubdi
On 4/8/07, Johnny Kewl <[EMAIL PROTECTED]> wrote: Just wondering why you can just start and stop from the task bar (near the clock) The start and stop icon comes up if Tomcat was installed from the "Windows Service Installer" . I think the OP installed Tomcat from the ZIP install. If it was in

Re: Tomcat 6 NIO connector/CometProcessor goes to 100% CPU usage

2007-04-08 Thread Filip Hanik - Dev Lists
Elias Naur wrote: On 4/7/07, Rémy Maucherat <[EMAIL PROTECTED]> wrote: On 4/6/07, Elias Naur <[EMAIL PROTECTED]> wrote: > I'm aware that a correct implementation must empty the buffer on a > READ event, but as I stated in the original post, a READ event is > never received (not even when the cli

Re: Cannot open apache

2007-04-08 Thread Johnny Kewl
Probably because tomcat is still running Do a cntrl alt delete look for tomcat5 in the PROCESSs and kill it... start again. Just wondering why you can just start and stop from the task bar (near the clock)... its works well. If its not there... install again and make sure service is sele

Ajax xmlhttprequest

2007-04-08 Thread Richard Dunne
I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). My webpage is executing a php script via an xmlhttprequest which queries a database and sends back the info to the webpage. I have an a few alerts in my request to see the http.readystate and the http.status as t

Re: Cannot open apache

2007-04-08 Thread Richard Dunne
There is a problem with ctrl+c. It does not always kill your processes. I have the same problem with jakarta tomcat v5.0.28. On restarting your machine, at the desktop, check your processes ctrl+alt+del and look for java.exe or any tomcat processes. If you see any of these, just kill them.

Cannot open apache

2007-04-08 Thread gokal
Hi, I'm not too familiar with Tomcat. I have downloaded the webserver and set the PATH on Windows. I then ran the startup.bat file and went to localhost:8080. It worked fine. I saw the Apache site. I then broke the connection(CTRL+C) from the command prompt and ever since then I cannot startup Tom