Re: “Virtual hosting” with port removed?

2015-02-11 Thread Micky Hulse
On Wed, Feb 11, 2015 at 12:35 AM, André Warnier wrote: > Just be careful when doing this, that an "undeploy" of your application > would not delete much more than what you are prepared for. Ahh, good tip. Had not realized that could be a possibility. Thanks André! :) Cheers, Micky -

Re: [OT] FileNotFoundException for existing JAR files

2015-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexander, On 2/10/15 8:48 PM, Alexander Johnson wrote: > Thanks for the suggestions. I don't have access to the server > where this is happening, but I did get a script to run there: > > echo Displaying JAR files with current permissions... ls -l

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vinoth, On 2/10/15 10:03 PM, Vinoth Raja wrote: > Thanks for the quick response. > > Please find the stack trace. This happens when there is more > requests. I could reproduce it by loading more concurrent request > All datasources called with sam

RE: tomcat errors

2015-02-11 Thread Wirth, Kevin
The catalina log and the err logs are being written too -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, February 11, 2015 6:28 AM To: Tomcat Users List Subject: Re: tomcat errors 2015-02-10 22:45 GMT+03:00 Wirth, Kevin : > Yes, that is the log

RE: tomcat errors

2015-02-11 Thread Wirth, Kevin
yes -Original Message- From: Jeff Kohut [mailto:jeff.ko...@gmail.com] Sent: Wednesday, February 11, 2015 6:24 AM To: Tomcat Users List Subject: RE: tomcat errors Did you try restarting the whole server (i.e. Operating System restart?) Sent from Google Nexus Phone On Feb 10, 2015 1:45 PM

Re: tomcat errors

2015-02-11 Thread Konstantin Kolinko
2015-02-10 22:45 GMT+03:00 Wirth, Kevin : > Yes, that is the log I am looking at and it is blank. > What about the other log files? > > Look for anything in the logs/ directory. In a default configuration, the > logs for your application would probably have gone to localhost-*.log. > Are logs b

RE: tomcat errors

2015-02-11 Thread Jeff Kohut
Did you try restarting the whole server (i.e. Operating System restart?) Sent from Google Nexus Phone On Feb 10, 2015 1:45 PM, "Wirth, Kevin" wrote: > Yes, that is the log I am looking at and it is blank. > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz

Re: “Virtual hosting” with port removed?

2015-02-11 Thread André Warnier
Micky Hulse wrote: I just wanted to say thanks to everyone for the help. I ended up downloading Tomcat directly from the Tomcat site and got that up-and-running super fast. In the end, I opted to not worry about spoofing/vhosting anything. Maybe down the road, but for right now I've been fine w

Re: FileNotFoundException for existing JAR files

2015-02-11 Thread André Warnier
Alexander Johnson wrote: Sorry, those aren't the actual project or directory names since I was asked to obscure the information when seeking help. I've double-checked and the actual directory names are consistent. Yes, the target directory is created by the same build. We're using Maven so thi