Strange classloading problem when application is deployed for the first time.

2015-01-16 Thread John Doe
Hello list, I have a strange classloading problem, that only occurs when my webapp is deployed by tomcat (aka when tomcat expands the .war file during startup). I'm using Tomcat 8, Java 8 and a few old Axis webservices. The very first call to the webservice now fails with a RuntimeException that

Re: from https to http?

2007-01-04 Thread John Doe
programmer must resolve this kind of situations. Cheers! - Pablo On 1/4/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pablo, John Doe wrote: > Thanks a lot by the explanation. Looks like Tomcat (or maybe the > "Servlet speci

Re: from https to http?

2007-01-04 Thread John Doe
ocbook/acegi.html#channel-security [2] http://acegisecurity.org/multiproject/acegi-security-catalina/downloads.html On 1/4/07, John Doe <[EMAIL PROTECTED]> wrote: > Chris, Chuck: > > Thanks a lot by the explanation. Looks like Tomcat (or maybe the > "Servlet specification"?

Re: from https to http?

2007-01-04 Thread John Doe
way we get paid to do this stuff ;-) May be a "workarround" is to use the rewrite filter located at http://tuckey.org/urlrewrite/ Somebody is using it? is reliable? Cheers! - Pablo On 1/3/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: John Doe [mailto:[EMAIL PRO

from https to http?

2007-01-03 Thread John Doe
Hi, I new in the list. I hope can help somebody someday, but now I need a hand to solve this mail's subject question. I have configured a tomcat application to use https in a arbitrary jsp file (just for testing) when the user request it. So, the webapp's "web.xml" file contains the followin