Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard mysql port) and there aren't any firewalls causing problems between tomcat and mysql.

Stack Trace debug to screen

2010-01-18 Thread iainmac
Hi, I am upgrading from Tomcat 5 to 6. When developing I run Tomcat from the command line so I can see the debug as it happens, but with Tomcat 6 I can see the debug that I have coded but when there is a Tomcat exception, it doesn't appear in the command line window any more although it is in

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://localhost/cyclos3 Besides verifying that MySQL is actually running as David suggested, note that there's a mismatch in the cyclos installation instructions

Re: Stack Trace debug to screen

2010-01-18 Thread Konstantin Kolinko
2010/1/18 iainmac iain_macau...@hotmail.com: Hi, I am upgrading from Tomcat 5 to 6. When developing I run Tomcat from the command line so I can see the debug as it happens, but with Tomcat 6 I can see the debug that I have coded but when there is a Tomcat exception, it doesn't appear in

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 07:39 -0500, David Smith wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard mysql port) and there

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Rick Bragg wrote: On Mon, 2010-01-18 at 07:39 -0500, David Smith wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure To me this looks like it's outside of tomcat. Check that mysql is up, listening on tcp port 3306 (the standard

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 07:42 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://localhost/cyclos3 Besides verifying that MySQL is actually running as David suggested, note

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url = jdbc:mysql://127.0.0.1:3306/cyclos The above doesn't jibe with the error message

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url =

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Error connecting to database at jdbc:mysql://127.0.0.1:3306/cyclos You've still got some inconsistencies in your posts. You've stated that you're installing Tomcat+cyclos on a brand new machine, yet you

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread David Smith
Rick Bragg wrote: On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies Here is the mysql section... hibernate.connection.url =

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote: Rick Bragg wrote: On Mon, 2010-01-18 at 08:23 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Cyclos Webapp Trouble (404) Yes I notices that as well, I forgot to post my cyclos.properies

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat -ano and verify that the MySQL pid really is listening on

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Markus Schönhaber
18.01.2010 15:57, Rick Bragg: On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote: MySQL leave the tcp port disabled for security reasons. I've never understood the decision, but it happens. You can test w/ the mysql command: mysql -P 3306 -h localhost -u cyclos -p Yes the above works

Re: Log files? - [solved]

2010-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick, On 1/17/2010 11:16 AM, Rick Bragg wrote: OK, I did #apt-get install --reinstall tomcat6 And the log files are back! I'm definitely a newbe at this. The re-install kept my startup scripts (and config files) all in tact. So this is a

Re: Stack Trace debug to screen

2010-01-18 Thread iainmac
Thanks, I read that but its not clear at all. I added java.util.logging.ConsoleHandler.useParentHandler = true but has not made a difference. Apache Tomcat 6.0.20 on XP. I have it working by now by deleting the loggers other than: handlers = 1catalina.org.apache.juli.FileHandler,

RE: Cyclos Webapp Trouble (404)

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:02 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat

Re: Cyclos Webapp Trouble (404)

2010-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/18/2010 10:02 AM, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the

Re: The code of method _jspService(...) is exceeding the 65535 byteslimit

2010-01-18 Thread iainmac
Hi, I am moving from Tomcat 5 to 6, and jsp's that worked fine in 5 now give me this length error. I also have moved from java j2sdk1.4.1_02 to jdk1.6.0_18. I know I can rewrite the code, and over time I probably will, but is there a way of configuring Tomcat 6 to enable me to compile these

RE: Cyclos Webapp Trouble (404) [solved]

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 09:02 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Cyclos Webapp Trouble (404) Yes the above works perfect. I can log into MySQL in exactly that way. I also double checked the password. Just for grins, do a netstat

Re: Log files? - [solved]

2010-01-18 Thread Mark Thomas
On 17/01/2010 16:08, Peter Crowther wrote: 2010/1/17 Hassan Schroeder hassan.schroe...@gmail.com: You're welcome to your opinion, but personally I think the whole splatter-files-all-over-the-system repackaging approach is horribly flawed for apps like Tomcat [...] Tomcat has a very strong

RE: Tomcat crash dump on Windows

2010-01-18 Thread Jeffrey Janner
*** NOTICE * This message is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of

SSLv3/TLS man-in-middle vulnerability

2010-01-18 Thread Steve G. Johnson
We recently installed Tomcat 5.5.23 in Windows server to support the Infor WebUI (webtop) application. We installed a cerificate and are using SSl on port 8443. This all works fine. The local IT Security team ran an HP Web Inspect and it showed a High vulnerability for SSLv3/TLS known as

Comet Connection Writeable?

2010-01-18 Thread Steffen Heil
Hi I am using comet connections for some time now in a server push manner: Whenever the server needs to inform the client about some event, it sends a packet to the client and waits for a reply in the same connection. As soon, as a READ event is triggered, that reply is read and the next message

Re: SSLv3/TLS man-in-middle vulnerability

2010-01-18 Thread Jens Neu
Steve, it is not a vulnerability of Tomcat, nevertheless it can be fixed by it. You definitely _should_ fix it, since data integrity can not be assured on your https connections any more. I have little to no Windows experienc; but my understanding is, that while running Tomcat on Windows

Re: SSLv3/TLS man-in-middle vulnerability

2010-01-18 Thread Mark Thomas
On 18/01/2010 11:03, Steve G. Johnson wrote: We recently installed Tomcat 5.5.23 in Windows server to support the Infor WebUI (webtop) application. We installed a cerificate and are using SSl on port 8443. This all works fine. The local IT Security team ran an HP Web Inspect and it showed

Re: SSLv3/TLS man-in-middle vulnerability

2010-01-18 Thread Mark Thomas
On 18/01/2010 11:37, Jens Neu wrote: Steve, it is not a vulnerability of Tomcat, nevertheless it can be fixed by it. You definitely _should_ fix it, since data integrity can not be assured on your https connections any more. I have little to no Windows experienc; but my understanding

Re: SSLv3/TLS man-in-middle vulnerability

2010-01-18 Thread Filip Hanik - Dev Lists
On 01/18/2010 10:18 AM, Mark Thomas wrote: On 18/01/2010 11:03, Steve G. Johnson wrote: We recently installed Tomcat 5.5.23 in Windows server to support the Infor WebUI (webtop) application. We installed a cerificate and are using SSl on port 8443. This all works fine. The local IT

Re: Tomcat crash dump on Windows

2010-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 1/18/2010 10:59 AM, Jeffrey Janner wrote: Thanks Chris. Some useful info I can start looking at. Yes, it looked like a normal shutdown to me also, all connectors stopped, etc. The only issue was that I think I should have seen a 3rd

Re: The code of method _jspService(...) is exceeding the 65535 byteslimit

2010-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain, On 1/18/2010 10:28 AM, iainmac wrote: I am moving from Tomcat 5 to 6, and jsp's that worked fine in 5 now give me this length error. Unlikely. See below. I also have moved from java j2sdk1.4.1_02 to jdk1.6.0_18. This is going to be the

RE: Tomcat crash dump on Windows

2010-01-18 Thread Jeffrey Janner
*** NOTICE * This message is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of

RE: Tomcat crash dump on Windows

2010-01-18 Thread Jeffrey Janner
*** NOTICE * This message is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of

Tomcat Connector 1.2.28 success and failure

2010-01-18 Thread Michael Hahn
Hello, we've been tasked with fowarding some requests to our IIS6 sharepoint server to tomcat 5.5 for use with SSO for other Tomcat based authentication. The SSO piece of the puzzle is working fine. However, the request forwarding we are having major problems with. We first installed Tomcat 5.5

Re: Tomcat Connector 1.2.28 success and failure

2010-01-18 Thread Mladen Turk
Nice letter, but what's the actual question? On 01/18/2010 10:52 PM, Michael Hahn wrote: Hello, we've been tasked with fowarding some requests to our IIS6 sharepoint Regards -- ^TM - To unsubscribe, e-mail:

Getting 403 (Access Denied) when running Tomcat under Eclipse

2010-01-18 Thread ohaya
Hi, I have a web application that works when run directly under Tomcat. This web app has the following in web.xml: security-constraint web-resource-collection web-resource-nametestweb/web-resource-name description accessible by authenticated

Re: Getting 403 (Access Denied) when running Tomcat under Eclipse

2010-01-18 Thread Ziggy
Doesnt eclipse use use a $CATALINA_BASE to run tomcat? I think the tomcat instance on eclipse is not the same as the one on $CATALINA_HOME. Look at the server project files under eclipse they will have their own configuration files. On Mon, Jan 18, 2010 at 10:43 PM, oh...@cox.net wrote: Hi, I

Re: Log files? - [solved]

2010-01-18 Thread Rick Bragg
On Mon, 2010-01-18 at 10:14 -0500, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick, On 1/17/2010 11:16 AM, Rick Bragg wrote: OK, I did #apt-get install --reinstall tomcat6 And the log files are back! I'm definitely a newbe at this. The re-install

Re: Tomcat Connector 1.2.28 success and failure

2010-01-18 Thread Michael Hahn
The question, simply put, is we have no idea why we were able to get the connector to work on one server (and only one server) and every other server we've tried has failed with 404 errors and no isapi_redirect.log files being generated. Even making the configuration identical to the working

Re: Getting 403 (Access Denied) when running Tomcat under Eclipse

2010-01-18 Thread ohaya
Hi, AHH!! I was only looking through the Eclipse GUI settings, and hadn't noticed that under Servers--Tomcat v5.5 in the Eclipse Project Explorer, there were catalina.policy, etc. files, including tomcat-users.xml :(... So, I added my role and user definitions to that tomcat-users.xml, and it

Re: SSLv3/TLS man-in-middle vulnerability

2010-01-18 Thread Steve G. Johnson
Mark, Since we do not know how to switch connectors, or install OpenSSL, and do not have JDK on the server (only JRE 1.6.0_17), then I suppose the best bet is to wait until Tomcat is fixed (coming soon). Steve Johnson (619) 237-8315 P Please consider the environment before printing this e-mail.