Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread Pid *
On 28 Apr 2012, at 06:51, Jacques Desodt jdes...@gmail.com wrote: Hi Kiran, On Windows 7, you can't run batch files as services. See : http://stackoverflow.com/questions/8972679/windows-7-bat-file-not-starting-as-a-service Your first step : compile the .bat file into .exe Then create the

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-28 Thread Henrique Ordine
Thanks again for your help. I added pluginRepositories to my POM, but if I use tomcat6:deploy or tomcat6:run, Maven says: The plugin 'org.apache.maven.plugins:maven-tomcat6-plugin' does not exist or no valid version could be found I'm using Maven, 2.2.0 by the way. 2012/4/27 Olivier Lamy

Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread André Warnier
Jacques Desodt wrote: Hi Kiran, On Windows 7, you can't run batch files as services. See : http://stackoverflow.com/questions/8972679/windows-7-bat-file-not-starting-as-a-service Your first step : compile the .bat file into .exe Then create the service, and after change the service register

Does Tomcat Maven plugin support WAR overlays ?

2012-04-28 Thread Jeff MAURY
Hello, I am facing the following problem with WAR overlays: I have a first WAR, called skeleton, that contains all necessary stuff: base web.xml, index.jsp and JAR dependencies. I have another WAR whose first dependency is the skeleton which is (as of yet) almost empty except for the slf4j_log4

multiple mod_jk server mappings and JSESSIONID

2012-04-28 Thread Mike Wilson
I need to set up a configuration where a site's path space gets distributed over two servers and I'm looking at using mod_jk like this: Apache httpd mod_jk workers.properties workerA - serverA workerB - serverB uriworkermap.properties /* = serverA

Re: multiple mod_jk server mappings and JSESSIONID

2012-04-28 Thread Rainer Jung
On 28.04.2012 16:52, Mike Wilson wrote: I need to set up a configuration where a site's path space gets distributed over two servers and I'm looking at using mod_jk like this: Apache httpd mod_jk workers.properties workerA - serverA workerB - serverB

Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread Kiran Badi
Thanks for the all your suggestions, How about running service.bat and registering tomcat7.exe as windows service , the one for which I already have a copy, Below is the output I get, C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.11\binservice.bat install tomcat7.exe

Re: How to run Tomcat as Service on windows start up.

2012-04-28 Thread Mark Eggers
From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, April 28, 2012 4:31 AM Subject: Re: How to run Tomcat as Service on windows start up. Jacques Desodt wrote: Hi Kiran, On Windows 7, you can't run batch files as services. See :

Re: Javamelody and Struts

2012-04-28 Thread Miguel González Castaños
On 23/04/2012 22:00, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/23/12 3:57 PM, Miguel González Castaños wrote: On 16/04/2012 12:43, Darryl Lewis wrote: Make sure the monitoring code is before the struts call. Start over again from scratch. Same

Running Swing app under Tomcat 6 on Linux

2012-04-28 Thread dgchristensen
My version info: • Tomcat 6.0.28 • Java 1.6 • Ubuntu 10.4 I have a small debugging/monitoring app written in Java/Swing that I'd like to run inside Tomcat to help with debugging. The app is started by dynamically loading the monitoring class from a webservice running under

Re: Javamelody and Struts

2012-04-28 Thread evernat
Hi Miguel, First, javamelody.war is *optional*. I suggest to try javamelody without using it. You may read the user guide for help with this: http://code.google.com/p/javamelody/wiki/UserGuide (if you have an exception, please copy the complete stack-trace) Then, there is an issue with Tomcat

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-28 Thread Olivier Lamy
Have a look here http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/index.html there is a section regarding content to add in ~/.m2/settings.xml or add the plugin declaration in the pom section buildpluginsplugin (rather than pluginManagement) HTH -- Olivier Lamy Talend:

Re: mvn tomcat:deploy fails with HTTP response 401

2012-04-28 Thread Henrique Ordine
Awesome! I added the pluginGroup and it worked now. Thank you! 2012/4/28 Olivier Lamy ol...@apache.org Have a look here http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/index.html there is a section regarding content to add in ~/.m2/settings.xml or add the plugin declaration in the pom

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-28 Thread Olivier Lamy
Salut Jeff, Current Overlay support with tomcat6/7:run is very limited (only use jars from WEB-INF/lib of the the war dependencies). Perso, I use maven-dependency-plugin to extract war content (see sample in this pom [1] ). I agree it's hackhish :-) and having a better support as in the war

Re: multiple mod_jk server mappings and JSESSIONID

2012-04-28 Thread André Warnier
Mike Wilson wrote: I need to set up a configuration where a site's path space gets distributed over two servers and I'm looking at using mod_jk like this: Apache httpd mod_jk workers.properties workerA - serverA workerB - serverB uriworkermap.properties

Re: Running Swing app under Tomcat 6 on Linux

2012-04-28 Thread Mark Eggers
Comments and questions are in line. Please note I run Fedora / CentOS / Redhat and I'm not so familiar with Ubuntu. - Original Message - From: dgchristen...@comcast.net dgchristen...@comcast.net To: users@tomcat.apache.org Cc: Sent: Saturday, April 28, 2012 1:11 PM Subject:

Re: Long timeout after aborted upload

2012-04-28 Thread Konstantin Kolinko
2012/4/27 Christopher Schultz ch...@christopherschultz.net: In the browser (Firefox 11.0 and 12.0 in our case), we can see the throbber work for a good 10-20 seconds *after* the upload has failed - -- our code has stopped running -- apparently waiting for something. Just several notes 1.