2012/4/27 Christopher Schultz :
>
> 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. See config/context.html ->
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"
> To: users@tomcat.apache.org
> Cc:
> Sent: Saturday, April 28, 2012 1:11 PM
> Subject: Running Swing app under T
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
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
plug
Awesome! I added the pluginGroup and it worked now.
Thank you!
2012/4/28 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 bui
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 build>plugins>plugin
(rather than pluginManagement)
HTH
--
Olivier Lamy
Talend: http://coders.talend.
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 5.5
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 Tomc
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 app
>From: André Warnier
>To: Tomcat Users List
>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 :
>> http://stackoverflow.com/questions/89
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\bin>service.bat
install tomcat7.exe
Neit
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
u
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
/* = server
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 de
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 val
Thanks again for your help.
I added 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
> Add
>
>
>
On 28 Apr 2012, at 06:51, 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, a
17 matches
Mail list logo