Re: Apache Tomcat 9

2016-05-06 Thread Daniel Savard
2016-05-06 14:27 GMT-04:00 Frederick Piña : > Hi ! I'm using Tomcat Controller. It works fine (turning off/on, etc). > However, after the confirmation page on my browser is shown; from Apache > Tomcat 9; I still can't get the Java Web Application to load. > > Apache

Re: Apache Tomcat 9

2016-05-06 Thread Frederick Piña
Hi ! I'm using Tomcat Controller. It works fine (turning off/on, etc). However, after the confirmation page on my browser is shown; from Apache Tomcat 9; I still can't get the Java Web Application to load. Apache Tomcat 9 is working fine... But I'm also getting this error: *Caused by:

Re: Apache Tomcat 9

2016-05-06 Thread prashant sharma
On Fri, May 6, 2016 at 7:17 PM, Frederick Piña wrote: > I'm having errors: > > /usr/local/apache-tomcat-9.0.0.M4/bin/catalina.sh run > Configuration Error: deployment source 'SimpleJavaWebApp:war exploded' is > not valid > [2016-05-06 01:50:26,222] Artifact

Re: Apache Tomcat 9

2016-05-06 Thread Frederick Piña
I'm having errors: /usr/local/apache-tomcat-9.0.0.M4/bin/catalina.sh run Configuration Error: deployment source 'SimpleJavaWebApp:war exploded' is not valid [2016-05-06 01:50:26,222] Artifact SimpleJavaWebApp:war exploded: Error during artifact deployment. See server log for details.

Re: Apache Tomcat 9

2016-05-06 Thread Mark Thomas
On 06/05/2016 17:50, Frederick Piña wrote: > Hi ! I'm having an issue with my Apache Tomcat 9 and the new IntelliJ > 2016.1 > > It seems that the Tomcat was properly installed, yet I can't compile my > Java Web Application on the server. It's a strange issue. > > Can someone assist me ? Sure,

Re: Auto-bounce a host or webapp?

2016-05-06 Thread Jerry Malcolm
On 5/6/2016 8:54 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 5/6/16 1:01 AM, Jerry Malcolm wrote: On 5/5/2016 2:05 PM, David kerber wrote: On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files

Apache Tomcat 9

2016-05-06 Thread Frederick Piña
Hi ! I'm having an issue with my Apache Tomcat 9 and the new IntelliJ 2016.1 It seems that the Tomcat was properly installed, yet I can't compile my Java Web Application on the server. It's a strange issue. Can someone assist me ?

Tomcat 8.5 NullPointerException on getSubmittedFileName() with HTTP/2

2016-05-06 Thread Thad Humphries
I have lifted from the GlassFish tutorial a simple file upload servlet example. When I run this with Tomcat 8.5 and HTTPS (Http11NioProtocol), it works fine, uploading a file to the /tmp directory: ... protected void processRequest(HttpServletRequest request, HttpServletResponse response)

Re: setting jvm parameters to optimize production performance

2016-05-06 Thread tomcat
On 06.05.2016 14:11, Stefan Frei wrote: Tomcat 8.0.33 Debain jessie java 8 Hello i cannot find any resources how to set configure the setenv.sh for a production environment. Does somebody have some tips? You have not been looking very hard. How about this for a start :

Re: Some Web Applications fail to deploy !

2016-05-06 Thread Mark Thomas
On 06/05/2016 11:25, Utkarsh Dave wrote: > Correcting the text if it is confusing. > > "XXX,YYY and ZZZ do not get copied from /usr/local/webapps to > Tomcat/webapps after tomcat upgrade as i do not see above logs. And so i > feel no installation happens. What can be probable reason Those logs

Re: setting jvm parameters to optimize production performance

2016-05-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stafan, On 5/6/16 8:11 AM, Stefan Frei wrote: > Tomcat 8.0.33 Debain jessie java 8 > > Hello > > i cannot find any resources how to set configure the setenv.sh for > a production environment. > > Does somebody have some tips? Just turn off the

Re: Auto-bounce a host or webapp?

2016-05-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 5/6/16 1:01 AM, Jerry Malcolm wrote: > On 5/5/2016 2:05 PM, David kerber wrote: >> On 5/5/2016 2:56 PM, Jerry Malcolm wrote: >>> I am not using WAR files for my apps. I simply copy updated >>> files to the image in \webapps as

Re: setting jvm parameters to optimize production performance

2016-05-06 Thread Aurélien Terrestris
Hi Stefan I think that tuning should be considered for one application, not for "production" or "development". First, you need to check how your JVM is working with its memory parameters. You can either learn its behaviour by checking the logs ( add this to the setenv : -XX:+PrintGCDetails

Re: setting jvm parameters to optimize production performance

2016-05-06 Thread Olaf Kock
Am 06.05.2016 um 14:11 schrieb Stefan Frei: > Tomcat 8.0.33 > Debain jessie > java 8 > > Hello > > i cannot find any resources how to set configure the setenv.sh for a > production environment. > > Does somebody have some tips? *How* to set them? CATALINA_OPTS="-your -parameters -here" *Which*

setting jvm parameters to optimize production performance

2016-05-06 Thread Stefan Frei
Tomcat 8.0.33 Debain jessie java 8 Hello i cannot find any resources how to set configure the setenv.sh for a production environment. Does somebody have some tips? Best regards Stefan - To unsubscribe, e-mail:

Re: Some Web Applications fail to deploy !

2016-05-06 Thread Utkarsh Dave
Correcting the text if it is confusing. "XXX,YYY and ZZZ do not get copied from /usr/local/webapps to Tomcat/webapps after tomcat upgrade as i do not see above logs. And so i feel no installation happens. What can be probable reason On Fri, May 6, 2016 at 11:09 AM, Utkarsh Dave

Re: Auto-bounce a host or webapp?

2016-05-06 Thread tomcat
On 06.05.2016 07:01, Jerry Malcolm wrote: On 5/5/2016 2:05 PM, David kerber wrote: On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev