Need help to install GoDaddy's SSL certificates on Tomcat 8.0.32 (Amazon Linux)

2016-05-30 Thread Conor Skyler
Hello list, I'm trying to install the certificates I bought from GoDaddy into my Tomcat server, however so far I've been unsuccessful to achieve this. My system specs are: OS: Amazon Linux (fully updated) Tomcat version: 8.0.32, installed from the repos Java version: $ java -version openjdk

RE: Errors in catalina.out

2016-05-30 Thread Sebastien.Boulianne
Thanks Mark for your great answer. Can you tell me if Tomcat have a repos to download the latest rpm packages ? I use the latest rpmforge, epel repos and the latest version I can get is the 7.0.54-2. Sébastien Boulianne -Message d'origine- De : Mark Thomas [mailto:ma...@apache.org]

Re: Errors in catalina.out

2016-05-30 Thread Mark Thomas
On 30/05/2016 18:01, sebastien.boulia...@cpu.ca wrote: > Hi all, > > Anyone have ever seen this kind of errors ? > Is it Tomcat related or Xwiki related ? > > How can I check what is wrong ? > > http://pastebin.com/tJrtrT16 Known bug. Fixed in 7.0.56 onwards. Mark

Errors in catalina.out

2016-05-30 Thread Sebastien.Boulianne
Hi all, Anyone have ever seen this kind of errors ? Is it Tomcat related or Xwiki related ? How can I check what is wrong ? http://pastebin.com/tJrtrT16 Thanks Sebastien

Re: diAdmin/launch/logon.do missing

2016-05-30 Thread tomcat
On 30.05.2016 14:44, Michael Hargis wrote: Hello, When I try to log on to Data Integrator Management Console I get the HTTP Status 404 message: The requested resource (diAdmin/launch/logon.do) is not available. Anybody give me an idea how I might fix this problem? Maybe, if you gave us some

diAdmin/launch/logon.do missing

2016-05-30 Thread Michael Hargis
Hello, When I try to log on to Data Integrator Management Console I get the HTTP Status 404 message: The requested resource (diAdmin/launch/logon.do) is not available. Anybody give me an idea how I might fix this problem? Michael J. Hargis EDI Specialist Wockhardt/Morton Grove Pharmaceuticals

RE: tomcat8.0.33 classpath/classloader issues

2016-05-30 Thread Venkata Reddy P
Looks like I have no options as I have already tried with (catalina.properties), by setting the classpath variable in (setclasspath.bat). I am really wonder why default libraries(catalina_home\lib) also not loading when I change the protocol=com.poc.PocHttp11Protocol in server.xml. Is there

Re: JSON Logging of Tomcat Access Log.

2016-05-30 Thread Rainer Frey (Inxmail GmbH)
> On 27.05.2016, at 19:41, Christopher Schultz > wrote: > > AccessLogValve was written to conform to the age-old httpd log file > format, subject to whatever "pattern" you want to apply. > > You could sprinkle your pattern full of JSON stuff, but then >

RE: How to cancel download on the server side

2016-05-30 Thread Sebastian Trost
Hi, We had a similar problem. We just added a "preparation" step before the actual download. 1. User clicks on "request download" link 2. jQuery sends a request to servlet and instructs it to prepare the download 3. Meanwhile the request download link has been changed with Javascript to