Re: Hibernate in Tomcat

2011-04-02 Thread הילה - צוות אגורה
what is the hibernate mailing list address? hibern...@tomcat.apache.org? :] Thanks Hila 2011/4/3 Mark Eggers > - Original Message start (edited) > Hey guys, > > I tried to explore a bit the possibility of hibernate in tomcat, but some > things aren't that clear for me. > Before hitting

Re: Hibernate in Tomcat

2011-04-02 Thread Mark Eggers
- Original Message start (edited) Hey guys, I tried to explore a bit the possibility of hibernate in tomcat, but some things aren't that clear for me. Before hitting the specific questions, please explain what is hibernate in Tomcat, when do we want to use it, how do I use it specifically

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
On Apr 2, 2011, at 6:53 PM, Konstantin Kolinko wrote: 2011/4/3 Patrick Flaherty : Also of note, I see the stderr log with a *lot of the messages* that are in the Catalina log. Exact duplicate line entries. That is expected. Remove "java.util.logging.ConsoleHandler" from configuration. A "1

Hibernate in Tomcat

2011-04-02 Thread הילה
Hey guys, I tried to explore a bit the possibility of hibernate in tomcat, but some things aren't that clear for me. Before hitting the specific questions, please explain what is hibernate in Tomcat, when do we want to use it, how do I use it specifically with the JDBC connection pool (instead of

Re: linux users who unload from zip file can't start tomcat

2011-04-02 Thread Konstantin Kolinko
2011/4/2 Robert P. J. Day : > >  i just noticed that users on a linux/unix system that unload tomcat7 > from the zip file are going to have trouble running it since the bin/ > scripts are not marked executable in the zip file. > >  if tomcat7 is unloaded from the tar ball, then everything will work

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Konstantin Kolinko
2011/4/3 Patrick Flaherty : > Also of note, I see the stderr log with a *lot of the messages* that are in > the Catalina log. > Exact duplicate line entries. That is expected. Remove "java.util.logging.ConsoleHandler" from configuration. A "1catalina.org.apache.juli.FileHandler" there is enough.

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
There are definitely changes. What used to show up was anything I printed from my app via System.out.println. I don't see any of those messages in any of the logs. What I see that's was never seen in any Tomcat logs is what looks like messaging from a 3rd party dll. If I run the console v

Re: PUT Data Available in App?

2011-04-02 Thread Jonathan Rosenberg
My question was sloppy. I have a Grails app. If I use POST it sees data. If I use PUT in same situation data does not show up in Grails App. Spying shows me data is sent. I'm guessing tomcat handles put data differently than post data. On Apr 2, 2011 4:44 PM, "Konstantin Kolinko" wrote: > 201

Re: PUT Data Available in App?

2011-04-02 Thread Konstantin Kolinko
2011/4/3 Jonathan Rosenberg : > I've been experimenting with a REST service using Grails on Tomcat.  Some > experimentation & searching online leads to believe that Tomcat does not > normally pass PUT data through to app. > > Is this correct?  I am using v7. The manager webapp (ManagerServlet) use

RE: PUT Data Available in App?

2011-04-02 Thread Caldarale, Charles R
> From: Jonathan Rosenberg [mailto:shmol...@gmail.com] > Subject: PUT Data Available in App? > Some experimentation & searching online leads to believe > that Tomcat does not normally pass PUT data through to app. > Is this correct? I am using v7. No, it's not correct. - Chuck THIS COMMUN

PUT Data Available in App?

2011-04-02 Thread Jonathan Rosenberg
I've been experimenting with a REST service using Grails on Tomcat. Some experimentation & searching online leads to believe that Tomcat does not normally pass PUT data through to app. Is this correct? I am using v7. -- JR

Re: Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Konstantin Kolinko
2011/4/2 Patrick Flaherty : > Hello, > > I noticed that I'm getting what appears to be *all* console logging showing > up in my tomcat6-stdout log file. > It's capturing so much more that then it used to. I looked at the changelog > from 6.0.29 to 6.0.32 and I don't > see anything that describes su

Tomcat logging changed between 6.0.29 & 6.0.32

2011-04-02 Thread Patrick Flaherty
Hello, I noticed that I'm getting what appears to be *all* console logging showing up in my tomcat6-stdout log file. It's capturing so much more that then it used to. I looked at the changelog from 6.0.29 to 6.0.32 and I don't see anything that describes such a change. Does anyone know what

Re: linux users who unload from zip file can't start tomcat

2011-04-02 Thread Robert P. J. Day
On Sat, 2 Apr 2011, Pierre Goupil wrote: > Yes, but the download page says that .tar.gz is recommended for Unix / Linux > and .zip for Windows, IIRC. > > > On Sat, Apr 2, 2011 at 12:41 PM, sebb wrote: > > > On 2 April 2011 10:35, Robert P. J. Day wrote: > > > > > > i just noticed that users on

Re: linux users who unload from zip file can't start tomcat

2011-04-02 Thread Pierre Goupil
Yes, but the download page says that .tar.gz is recommended for Unix / Linux and .zip for Windows, IIRC. On Sat, Apr 2, 2011 at 12:41 PM, sebb wrote: > On 2 April 2011 10:35, Robert P. J. Day wrote: > > > > i just noticed that users on a linux/unix system that unload tomcat7 > > from the zip

Re: Enabling DELETE

2011-04-02 Thread Jonathan Rosenberg
Thanks for the response & sorry for the paucity of detail. Turns out the problem was in my Grails app. I did not configure it correctly to respond to the DELETE request. -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary ---

Re: Enabling DELETE

2011-04-02 Thread Konstantin Kolinko
2011/4/2 Jonathan Rosenberg : > I have some Ajax code sending a DELETE to Tomcat, but am seeing this response: > >  HTTP/1.1 403 Forbidden >  Server: Apache-Coyote/1.1 >  Content-Type: text/html;charset=utf-8 >  Content-Length: 976 >  Date: Sat, 02 Apr 2011 15:22:51 GMT > > PUT works, so I thought

Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)

2011-04-02 Thread Peter P. Lupo
Just reporting back that the issue was related to JDK 7 beta. It would only happen with Tomcat 7, not 6, but it seems to be JVM's fault, not Tomcat's fault. Sorry for the inconvenience. Thank you for the assitance. Regards, Peter P. Lupo http://craftnicely.blogspot.com - http://sites.google.com/

Fwd: Enabling DELETE

2011-04-02 Thread Jonathan Rosenberg
[Sorry if this appears twice.] I have some Ajax code sending a DELETE to Tomcat, but am seeing this response:  HTTP/1.1 403 Forbidden  Server: Apache-Coyote/1.1  Content-Type: text/html;charset=utf-8  Content-Length: 976  Date: Sat, 02 Apr 2011 15:22:51 GMT PUT works, so I thought DELETE would a

Enabling DELETE

2011-04-02 Thread Jonathan Rosenberg
I have some Ajax code sending a DELETE to Tomcat, but am seeing this response: HTTP/1.1 403 Forbidden Server: Apache-Coyote/1.1 Content-Type: text/html;charset=utf-8 Content-Length: 976 Date: Sat, 02 Apr 2011 15:22:51 GMT PUT works, so I thought DELETE would also work. Does this response me

Re: Issue with isapi_redirect-1.2.31 on IIS7 on Win2008R2

2011-04-02 Thread Thomas Strauß
Hi, Answering myself ... found a blog entry that points to a direction http://blogs.msdn.com/b/david.wang/archive/2005/06/21/howto-diagnose-and-fix-common-isapi-filter-installation-failures.aspx?PageIndex=5. The return code is not 0005, it is 0500 and this is in fact an ACCESS_DENIED re

Re: linux users who unload from zip file can't start tomcat

2011-04-02 Thread sebb
On 2 April 2011 10:35, Robert P. J. Day wrote: > >  i just noticed that users on a linux/unix system that unload tomcat7 > from the zip file are going to have trouble running it since the bin/ > scripts are not marked executable in the zip file. Unfortunately Zip does not support such attributes.

linux users who unload from zip file can't start tomcat

2011-04-02 Thread Robert P. J. Day
i just noticed that users on a linux/unix system that unload tomcat7 from the zip file are going to have trouble running it since the bin/ scripts are not marked executable in the zip file. if tomcat7 is unloaded from the tar ball, then everything will work fine since the scripts are executab