Ronald,
On 10/24/24 10:31, Ronald Klop wrote:
Van: "Rémy Maucherat"
Datum: woensdag, 23 oktober 2024 17:48
Aan: users@tomcat.apache.org
Onderwerp: Re: deploying on 9.0.96 is painful
On Wed, Oct 23, 2024 at 5:37PM Ronald Klop
wrote:
>
> Hi,
>
> We pre-compile our JSPs
On Thu, Oct 24, 2024 at 4:32 PM Ronald Klop
wrote:
>
> Van: "Rémy Maucherat"
> Datum: woensdag, 23 oktober 2024 17:48
> Aan: users@tomcat.apache.org
> Onderwerp: Re: deploying on 9.0.96 is painful
> >
> > On Wed, Oct 23, 2024 at 5:37PM Ronald Klop
> >
Van: "Rémy Maucherat"
Datum: woensdag, 23 oktober 2024 17:48
Aan: users@tomcat.apache.org
Onderwerp: Re: deploying on 9.0.96 is painful
On Wed, Oct 23, 2024 at 5:37PM Ronald Klop
wrote:
>
> Hi,
>
> We pre-compile our JSPs. Team Dev uses Tomcat jars for this. And team
On Wed, Oct 23, 2024 at 5:37 PM Ronald Klop
wrote:
>
> Hi,
>
> We pre-compile our JSPs. Team Dev uses Tomcat jars for this. And team Sys
> keeps the Tomcat servers running and up-to-date.
> Running Tomcat since 5.x or maybe even before. Currently running 9.0.x.
>
> For years it worked fine if we
Chris, yes checked other files and I have also logs/localhost_*.log but
the deployments event reported there are the same found in catalina.out.
There is manager log too, same as above
Il 10/10/2023 04:54, Christopher Schultz ha scritto:
Ivano,
On 10/9/23 16:05, Ivano Luberti wrote:
I solve
Ivano,
On 10/9/23 16:05, Ivano Luberti wrote:
I solved my own issue:
In my web.xml
I had two times the same mapping for a servlet
reportservlet
/repinvenduti/reportservlet
But there was no error message in tomcat logs with this regard.
Maybe tomcat logging is not tuned correctl
I solved my own issue:
In my web.xml
I had two times the same mapping for a servlet
reportservlet
/repinvenduti/reportservlet
But there was no error message in tomcat logs with this regard.
Maybe tomcat logging is not tuned correctly?
Because doing the same mistake in Eclipse leads
I'm facing a similar problem with basic tomcat installing too
On Mon, 9 Oct 2023, 8:00 pm Ivano Luberti,
wrote:
> Hi, I was trying to update a web application deploying a war file.
>
> The manager says that is able to deploy the war but the application
> fails to start
>
> I had saved the previo
Shakila,
On 6/14/23 12:33, Shakila Rajaiah wrote:
I have several java applications running on different production servers.
I have the first production server set up to run Java 1.8 and
apache-tomcat-9.0.46.
I have the second production server set up to run Java 11 and
apache-tomcat-10.0.27 du
On 12/10/2020 18:48, Christopher Schultz wrote:
> There is already a check for -1 for the last-modified time for the file
> in the ZIP archive. Also for 0 for some reason (sorry, Brian Kernighan,
> you can't store your first file in a ZIP file!).
I've tracked that change back to this:
https://
Mark,
On 10/12/20 09:50, Mark Thomas wrote:
> On 12/10/2020 13:53, Mark Thomas wrote:
>> On 12/10/2020 12:49, Mark Thomas wrote:
>>> On 12/10/2020 12:19, Peter Henderson wrote:
Hello fellow tomcat users.
My environment.
Tomcat: 9.0.39
Java: openjdk 11.0.8 2020-07-14
O
On Mon, 12 Oct 2020 at 14:50, Mark Thomas wrote:
> On 12/10/2020 13:53, Mark Thomas wrote:
> > On 12/10/2020 12:49, Mark Thomas wrote:
> >> On 12/10/2020 12:19, Peter Henderson wrote:
> >>> Hello fellow tomcat users.
> >>>
> >>> My environment.
> >>> Tomcat: 9.0.39
> >>> Java: openjdk 11.0.8 2020
On 12/10/2020 13:53, Mark Thomas wrote:
> On 12/10/2020 12:49, Mark Thomas wrote:
>> On 12/10/2020 12:19, Peter Henderson wrote:
>>> Hello fellow tomcat users.
>>>
>>> My environment.
>>> Tomcat: 9.0.39
>>> Java: openjdk 11.0.8 2020-07-14
>>> OS: Ubuntu 18.04.5 LTS
>>>
>>> Source code [0]
>>>
>>> W
On 12/10/2020 12:49, Mark Thomas wrote:
> On 12/10/2020 12:19, Peter Henderson wrote:
>> Hello fellow tomcat users.
>>
>> My environment.
>> Tomcat: 9.0.39
>> Java: openjdk 11.0.8 2020-07-14
>> OS: Ubuntu 18.04.5 LTS
>>
>> Source code [0]
>>
>> When deploying this war [1], by copying it into the we
Hi Peter,
On Mon, Oct 12, 2020 at 2:20 PM Peter Henderson
wrote:
> Hello fellow tomcat users.
>
> My environment.
> Tomcat: 9.0.39
> Java: openjdk 11.0.8 2020-07-14
> OS: Ubuntu 18.04.5 LTS
>
> Source code [0]
>
> When deploying this war [1], by copying it into the webapps directory,
> I get thi
On 12/10/2020 12:19, Peter Henderson wrote:
> Hello fellow tomcat users.
>
> My environment.
> Tomcat: 9.0.39
> Java: openjdk 11.0.8 2020-07-14
> OS: Ubuntu 18.04.5 LTS
>
> Source code [0]
>
> When deploying this war [1], by copying it into the webapps directory,
> I get this exception. [2]
> ja
On 30/05/18 18:37, Blake McBride wrote:
> IMO, tomcat should have code to allow my earlier configuration
> (without the deployOnStartup="false")
> and just detect that another app directory is the same as the declared root
> and not deploy it again. This problem is all over the net and cost me
> h
IMO, tomcat should have code to allow my earlier configuration
(without the deployOnStartup="false")
and just detect that another app directory is the same as the declared root
and not deploy it again. This problem is all over the net and cost me
hours.
Thanks!
Blake
On Wed, May 30, 2018 at 12
Your suggestion is better. Mine prevents other apps from that host from
deploying altogether.
On Wed, May 30, 2018 at 11:34 AM, Blake McBride wrote:
> I think I may have found something that works. I changes it to:
>
>autoDeploy="false" deployOnStartup="false">
>
>
I think I may have found something that works. I changes it to:
(I added the deployOnStartup="false") Now tomcat is still deploying
http://mydomain.com but it stopped deploying http://mydomain.com/myapp.
This is just what I wanted.
Thanks.
Blake
On Wed, May 30, 2
On 30/05/18 17:14, Blake McBride wrote:
> Hi,
>
> I am using tomcat 8.5.31 on a 64 bit Linux box running JDK 1.8.0_162.
>
> I have several TLD's pointing to the same tomcat instance. In
> conf/server.xml I have the following _additional_ Host tag:
>
>autoDeploy="false">
>
>
On Wed, Nov 26, 2014 at 7:21 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> To whom it may concern,
>
> On 11/26/14 12:00 PM, Kernel freak wrote:
> > On Wed, Nov 26, 2014 at 5:33 PM, Christopher Schultz <
> > ch...@christopher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
To whom it may concern,
On 11/26/14 12:00 PM, Kernel freak wrote:
> On Wed, Nov 26, 2014 at 5:33 PM, Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
> To whom it may concern,
>
> On 11/26/14 9:03 AM, Kernel freak wrote:
After
On Wed, Nov 26, 2014 at 5:33 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> To whom it may concern,
>
> On 11/26/14 9:03 AM, Kernel freak wrote:
> > After arguing with the admins for all this time, I finally have the
> > few f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
To whom it may concern,
On 11/26/14 9:03 AM, Kernel freak wrote:
> After arguing with the admins for all this time, I finally have the
> few files ready. I have the following files :
>
> keystore.p12
That should contain your key. Can you confirm t
Hello,
After arguing with the admins for all this time, I finally have the few
files ready. I have the following files :
keystore.p12, server.crt, ssl-cert-snakeoil.key, domainname.com.ca-bundle,
domainname.com.crt domainname.com.csr domainname.com.key, vsftpd.pem.
I did the following as Christo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
To whom it may concern,
On 11/25/14 3:32 AM, Kernel freak wrote:
> I don't have the server.key and server.crt. I have root access to
> server, I can generate my own if necessary. I only have .crt and
> .ca-bundle file. Can you tell me what to do. Th
Hello Christopher,
I don't have the server.key and server.crt. I have root access to server, I
can generate my own if necessary. I only have .crt and .ca-bundle file. Can
you tell me what to do. Thank you very much for your help.
On Mon, Nov 24, 2014 at 7:48 PM, Christopher Schultz <
ch...@christ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Niranjan,
On 11/24/14 10:51 AM, Niranjan Babu Bommu wrote:
> I think you have create a keystore from the cert, please follow
> these instruction and ket me know.
>
> Create store with temporary key inside:
>
> keytool -genkey -alias -keystore you
it works for me with this conf.
On Mon, Nov 24, 2014 at 11:27 AM, Niranjan Babu Bommu <
niranjan.bo...@gmail.com> wrote:
> Are you able to see the 8443 port listening?
>
> nc -z 8443
>
> On Mon, Nov 24, 2014 at 11:25 AM, Kernel freak
> wrote:
>
>> I have added the certificate. I modified th
Are you able to see the 8443 port listening?
nc -z 8443
On Mon, Nov 24, 2014 at 11:25 AM, Kernel freak
wrote:
> I have added the certificate. I modified the server.xml code to add the
> following lines :
> maxThreads="150"
>scheme="https" secure="true" clientAuth="false"
> ss
I have added the certificate. I modified the server.xml code to add the
following lines :
Now when I open the application, it redirects to https, but it says unable
to connect, your connection to this website maynotbe encrypted. What am I
doing wrong?
On Mon, Nov 24, 2014 at 5:20 PM, Niranjan
Sorry, I did not notice that.
- *Import a root or intermediate CA certificate to an existing Java
keystore*
keytool -import -trustcacerts -alias root -file *ca.crt* -keystore
*yourkeystore.jks*
On Mon, Nov 24, 2014 at 11:02 AM, Kernel freak
wrote:
> Thank you, and what about the
Thank you, and what about the CA-Bundle file? Did you got a chance to look
at the question I have posted on Stackoverflow mentioned in the original
question?
On Mon, Nov 24, 2014 at 4:51 PM, Niranjan Babu Bommu <
niranjan.bo...@gmail.com> wrote:
> Hi Kernel,
>
> I think you have create a keystore
Hi Kernel,
I think you have create a keystore from the cert, please follow these
instruction and ket me know.
Create store with temporary key inside:
keytool -genkey -alias -keystore yourkeystore.jks -storepass
Hello1
Then delete existing entry:
keytool -delete -alias temp -keystore yourkeysto
Using the catalina.home variable did the trick, thank you!
Peter
On 6/26/14, 7:19 PM, "Caldarale, Charles R"
wrote:
>> From: Peter Rifel [mailto:pri...@mixpo.com]
>> Subject: Deploying a relative docBase outside of appBase
>
>> In Tomcat 7 I had a ROOT.xml file in conf/Catalina// which
>>contai
> From: Peter Rifel [mailto:pri...@mixpo.com]
> Subject: Deploying a relative docBase outside of appBase
> In Tomcat 7 I had a ROOT.xml file in conf/Catalina// which
> contained
> my Context with a docBase="../../www.war" parameter. This was able to reach
> my
> www.war directory that lived
: Re: Deploying JerseyWS 2.8 w/o web.xml
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nicholas,
On 6/2/14, 12:38 PM, Cuneo, Nicholas wrote:
> I think you are correct, maybe I need to exclude some jars from my
> bundle?
>
> find . -name "*.jar" | xargs grep
> ServletC
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nicholas,
On 6/2/14, 12:38 PM, Cuneo, Nicholas wrote:
> I think you are correct, maybe I need to exclude some jars from my
> bundle?
>
> find . -name "*.jar" | xargs grep
> ServletContainerInitializer.class Binary file ./servlet-api.jar
> matches
>
o: Tomcat Users List
Subject: RE: Deploying JerseyWS 2.8 w/o web.xml
We are using Ivy for our dependency manager, but I'm not exactly following what
you mean. Are you suggesting I'm supplying a jar file in my war that doesn't
need to be there because Tomcat has its own version o
stopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Friday, May 30, 2014 4:55 PM
To: Tomcat Users List
Subject: Re: Deploying JerseyWS 2.8 w/o web.xml
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nick
On 5/30/14, 5:03 PM, Cuneo, Nicholas wrote:
> We are trying to deploy a webservice to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nick
On 5/30/14, 5:03 PM, Cuneo, Nicholas wrote:
> We are trying to deploy a webservice to tomcat 8.0.5 using Jersey
> WS 2.8. In the Jersey documentation it mentions deploying without
> the need for a web.xml in your war file using annotations, so
Thanks for that, I changed my pom file finalName to look like:
myApp##${version}
This is exactly what I wanted and now my web app in the url is just myApp.
On Fri, February 28, 2014 2:56 am, Mark Thomas wrote:
> On 28/02/2014 10:38, p...@kuruma.co.uk wrote:
>
>> Is there a way to redefine the w
On 28/02/2014 10:38, p...@kuruma.co.uk wrote:
> Is there a way to redefine the web app path from within the war file so it
> always deploys with the build and tomcat uses this instead of the name of
> the warfile\webapp and there is no changes to the tomcat configuration?
Use the version marker. i
Thanks Olivier,
I was able to use your examples and specifying the dependencies manually
and got it work nicely. So I just put Liferay portal web war package into
my webapps section and also enumerated all the dependencies that need to be
available to Embedded tomcat and it worked! For anyone in
for 1) your jars must be in the plugin dependencies section (see jdbc
driver here http://tomcat.apache.org/maven-plugin-trunk/run-mojo-features.html
)
for 2) I understand you simply want to run a war (and maybe run unit
tests) so unpacking with the dependency looks to be the solution.
HTH
Olivier
2013/9/9 Greg Amerson :
> Hello all,
>
> I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn
> tomcat7:run* command.
>
> However, in my case I have two requirements that are different than the
> documentation provides for and I'm wondering if it is possible with the
> current
Hi Greg,
Your requirement is quite interesting and I am looking forward some fine
recommendation from our users.
On Mon, Sep 9, 2013 at 8:48 AM, Greg Amerson wrote:
> Hello all,
>
> I'm trying to use the tomcat7-maven-plugin, specifically running the *mvn
> tomcat7:run* command.
>
> However, in
Leo Donahue - PLANDEVX wrote:
>Tomcat 6.0.32
>
>When you add a new .war file to the webapps directory (by dragging the
>file in there from another directory) and it automaticallyp expands the
>web archive, is that any different than what the manager application
>does when it deploys the .war fil
On 08/08/2011 13:11, jenskreidler wrote:
>
> First of all thanks for the rapid answers and your time!
> I think I did not describe the scenario correctly, so I do this now:
>
> Assume you have a tomcat 'multiple-instances' setup like this
> /srv/tomcat/instance-1/
> /srv/tomcat/instance-2/
> ...
First of all thanks for the rapid answers and your time!
I think I did not describe the scenario correctly, so I do this now:
Assume you have a tomcat 'multiple-instances' setup like this
/srv/tomcat/instance-1/
/srv/tomcat/instance-2/
...
/srv/tomcat/instance-n/
Every instance dir is a full tom
On 08/08/2011 10:30, jenskreidler wrote:
>
>
> Pid * wrote:
>>
>> On 08/08/2011 09:56, jenskreidler wrote:
>>>
>>> Hi tomcat-users,
>>>
>>> using tomcat 7, is it possible to mount the ROOT context path for a .war
>>> file, where the .war file will have a variable file name, i.e. building a
>>> .w
Pid * wrote:
>
> On 08/08/2011 09:56, jenskreidler wrote:
>>
>> Hi tomcat-users,
>>
>> using tomcat 7, is it possible to mount the ROOT context path for a .war
>> file, where the .war file will have a variable file name, i.e. building a
>> .war by a continuous integration server.
>> For exampl
On 08/08/2011 09:56, jenskreidler wrote:
>
> Hi tomcat-users,
>
> using tomcat 7, is it possible to mount the ROOT context path for a .war
> file, where the .war file will have a variable file name, i.e. building a
> .war by a continuous integration server.
> For example, you get a myapp-3.2.0-20
> Date: Fri, 8 Jul 2011 10:39:16 -0700
> From: its_toas...@yahoo.com
> Subject: Re: Deploying emboss in Opal2
> To: users@tomcat.apache.org
>
> - Original Message -
>
> > From: jeroen vannevel
> > To: users@tomcat.apache.org
> > Cc:
> > S
- Original Message -
> From: jeroen vannevel
> To: users@tomcat.apache.org
> Cc:
> Sent: Friday, July 8, 2011 6:37 AM
> Subject: RE: Deploying emboss in Opal2
>
>
>
>
>> Date: Fri, 8 Jul 2011 15:21:05 +0200
>> From: a...@ice-sa.com
>>
> Date: Fri, 8 Jul 2011 15:21:05 +0200
> From: a...@ice-sa.com
> To: users@tomcat.apache.org
> Subject: Re: Deploying emboss in Opal2
>
> jeroen vannevel wrote:
> >
> >
> >> Date: Fri, 8 Jul 2011 14:04:37 +0200
> >> From: a...@ice-sa.com
&
jeroen vannevel wrote:
Date: Fri, 8 Jul 2011 14:04:37 +0200
From: a...@ice-sa.com
To: users@tomcat.apache.org
Subject: Re: Deploying emboss in Opal2
jeroen vannevel wrote:
Hello
I've installed Opal2 on my Tomcat 5.5.33 server and now I'd like to make the emboss programs availab
> Date: Fri, 8 Jul 2011 14:04:37 +0200
> From: a...@ice-sa.com
> To: users@tomcat.apache.org
> Subject: Re: Deploying emboss in Opal2
>
> jeroen vannevel wrote:
> > Hello
> >
> > I've installed Opal2 on my Tomcat 5.5.33 server and now I'd like
jeroen vannevel wrote:
Hello
I've installed Opal2 on my Tomcat 5.5.33 server and now I'd like to make the emboss programs available in this.
I've been working on this for two days and I just seem to trample at the same
spot.
Perhaps someone has the required files or could tell me how to deal
arno.schae...@sqs.de wrote:
Hi all,
if I confiure an instance of tomcat as a windows service, I have to give this
instance a unique name (tomcat6 //IS//servicename {params ...}).
What signs are at least allowed in this name? It seems that dashes and under-
scores are not allowed. What delimiter
On 05/13/2011 12:28 PM, Mark Thomas wrote:
> On 13/05/2011 11:25, Luca Gervasi wrote:
>> Hello,
>>
>> I have this bit of information from the server.xml
>>
>> > name="${host.defaulthost}"
>> appBase="${host.appbase}"
>> unpackWARs="false"
On 13/05/2011 11:25, Luca Gervasi wrote:
> Hello,
>
> I have this bit of information from the server.xml
>
> name="${host.defaulthost}"
> appBase="${host.appbase}"
> unpackWARs="false"
> autoDeploy="false"
>
Christopher
I got everthing working
Sent from my iPhone
On Jan 31, 2011, at 5:03 PM, "Christopher Schultz"
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Robert,
>
> On 1/31/2011 9:09 AM, robert.jen...@surecomp.com wrote:
>> I am trying to figure out why my web services do no
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On 1/31/2011 9:09 AM, robert.jen...@surecomp.com wrote:
> I am trying to figure out why my web services do not work in Tomcat.
>
> The following shows my web service code in eclipse
>
> package com.surecomp.allMATCH.client.webservices;
>
>
ttp://www.Surecomp.com
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Friday, January 28, 2011 2:54 PM
To: Tomcat Users List
Subject: Re: deploying a war file and starting the application
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On
On 30 Jan 2011, at 19:29, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Robert,
>
> On 1/28/2011 6:05 PM, robert.jen...@surecomp.com wrote:
>> Well after playing with web.xml I got my app up and partly working in Tomcat
>> 7.
>
> Good that it's working... sorry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On 1/28/2011 6:05 PM, robert.jen...@surecomp.com wrote:
> Well after playing with web.xml I got my app up and partly working in Tomcat
> 7.
Good that it's working... sorry only partly.
> When I go to http://localhost:7080/allMATCHWeb the de
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On 1/28/2011 4:24 PM, robert.jen...@surecomp.com wrote:
> webapps
> allMATCHWeb
> documents
> images
> lib
> logs
>
binLmJ2Fr2lkQ.bin
Description: PGP/MIME version identification
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com]
> Subject: RE: deploying a war file and starting the application
>
> MessageServiceServlethttp
> MessageService
>
> Now, these work for webshpere and weblogic, so I am assuming (bad
>
://www.Surecomp.com
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Friday, January 28, 2011 2:54 PM
To: Tomcat Users List
Subject: Re: deploying a war file and starting the application
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On 1/28
,
Robert Jenkin
Surecomp Services, Inc.
2 Hudson Place, 4th Floor
Hoboken, NJ 07030
Skype: robert.jenkin
Office: 201 217 1437 | Direct: 201 716 1219 | Mobile: 908 251 0537
http://www.Surecomp.com
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Friday, January 28, 2011
On 28/01/2011 21:12, robert.jen...@surecomp.com wrote:
> I have modified the InitServlet class (removed everything). The following is
> the complete code of InitServlet
>
> package com.surecomp.allMATCH.client;
>
> import javax.servlet.ServletException;
> import javax.servlet.ServletInputStream;
ubject: Re: deploying a war file and starting the application
On 28/01/2011 20:54, Caldarale, Charles R wrote:
>> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com]
>> Subject: RE: deploying a war file and starting the application
>
>> I make reference to getR
On 28/01/2011 20:54, Caldarale, Charles R wrote:
>> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com]
>> Subject: RE: deploying a war file and starting the application
>
>> I make reference to getRealPath to load a property file.
>
> It's de
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com]
> Subject: RE: deploying a war file and starting the application
> I make reference to getRealPath to load a property file.
It's definitely a bad thing to do. You should be using
ServletContext#getResourceAsS
Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Friday, January 28, 2011 3:36 PM
To: Tomcat Users List
Subject: RE: deploying a war file and starting the application
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com]
> Subject: RE: deploying
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com]
> Subject: RE: deploying a war file and starting the application
> If tomcat is not able to load my class (initservlet) or an error
> has occurred in the class I would expect some type of logging
> indi
> From: Caldarale, Charles R
> Subject: RE: deploying a war file and starting the application
> > The writing of a log file is not to a directory within tomcat.
On rereading your original message, the above statement does not appear to be
operative:
> > During startup of my
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com]
> Subject: RE: deploying a war file and starting the application
> the initservlet is just a means to initialize the application.
Which, as Chris S noted earlier, should be done by a ServletContextListener,
not
, 2011 3:13 PM
To: Tomcat Users List
Subject: Re: deploying a war file and starting the application
On 28/01/2011 20:03, robert.jen...@surecomp.com wrote:
> Christopher,
>
> Thanks for your assistance.
>
> Here is my web.xml
>
>
> http://java.sun.com/xml/ns/javaee"
, January 28, 2011 3:13 PM
To: Tomcat Users List
Subject: Re: deploying a war file and starting the application
On 28/01/2011 20:03, robert.jen...@surecomp.com wrote:
> Christopher,
>
> Thanks for your assistance.
>
> Here is my web.xml
>
>
> http://java.sun.com/xml/
On 28/01/2011 20:03, robert.jen...@surecomp.com wrote:
> Christopher,
>
> Thanks for your assistance.
>
> Here is my web.xml
>
>
> http://java.sun.com/xml/ns/javaee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.5"
> id="web-app_1">
That does not look quite right to me
Place, 4th Floor
Hoboken, NJ 07030
Skype: robert.jenkin
Office: 201 217 1437 | Direct: 201 716 1219 | Mobile: 908 251 0537
http://www.Surecomp.com
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Friday, January 28, 2011 2:54 PM
To: Tomcat Users List
Subjec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On 1/28/2011 1:09 PM, robert.jen...@surecomp.com wrote:
> I have downloaded and configured Tomcat 7. All appears to be working.
Glad to hear it!
> I have deployed a war file that currently works with WebSphere 7 and
> WebLogic 11g.
>
> The
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jamie,
Technically speaking, this is a discussion best left to the user list.
I'm cross-posting. Please consider subscribing to the user list and
continuing the discussion there.
On 1/13/2011 7:27 AM, Jamie wrote:
> This works, but is not persistent.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vikram,
On 11/3/2010 9:09 AM, Vikram Vaswani wrote:
> Hi David,
>
>>> When you say "your script", which script do you mean? I'm using the
>>> standard Ant build.xml that's shown in the Tomcat online docs.
>>
>> That's the script you need to change; p
On 11/3/2010 1:02 PM, Vikram Vaswani wrote:
Hi David,
When you say "your script", which script do you mean? I'm using the
standard Ant build.xml that's shown in the Tomcat online docs.
That's the script you need to change; point it to where you want your app to
end up.
Can you suggest which
Hi David,
>> When you say "your script", which script do you mean? I'm using the
>> standard Ant build.xml that's shown in the Tomcat online docs.
>
> That's the script you need to change; point it to where you want your app to
> end up.
Can you suggest which properties I should change in this fi
Hi David,
>> When you say "your script", which script do you mean? I'm using the
>> standard Ant build.xml that's shown in the Tomcat online docs.
>
> That's the script you need to change; point it to where you want your app to
> end up.
Can you suggest which properties I should change in this fi
On 11/3/2010 5:26 AM, Vikram Vaswani wrote:
Hi Charles,
I am able to do this manually, by creating a separate context file in
Catalina/localhost/lcs.xml and specifying the C:\lcs path as the
Context docbase. However, I would like this to happen automatically.
What do you want to happen automa
Hi Charles,
>> I am able to do this manually, by creating a separate context file in
>> Catalina/localhost/lcs.xml and specifying the C:\lcs path as the
>> Context docbase. However, I would like this to happen automatically.
>
> What do you want to happen automatically? Once the application and t
On 03/11/2010 06:24, Caldarale, Charles R wrote:
>> From: Vikram Vaswani [mailto:vikram.melonf...@gmail.com]
>> Subject: Deploying Tomcat app with Ant to non-webapps location (Windows)
>
>> When deployed, the application ends up at C:\program
>> files\Tomcat\lcs (lcs is the application name).
>
> From: Vikram Vaswani [mailto:vikram.melonf...@gmail.com]
> Subject: Deploying Tomcat app with Ant to non-webapps location (Windows)
> When deployed, the application ends up at C:\program
> files\Tomcat\lcs (lcs is the application name).
Not an appropriate spot, so it's good that you want to mo
Thank you. That's exactly what I was looking for.
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
And look here, for step-by-step instructions:
http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_
the_Tomcat_default_application_.3F
> From: Pid [mailto:p...@pidster.com]
> Subject: Re: deploying as ROOT application
> On 26/10/2010 20:31, Aggarwal, Ajay wrote:
> > Where is the official Tomcat documentation on how to make your
> > application a ROOT application? I am using Tomcat 6.0 and can't seem to
On 26/10/2010 20:31, Aggarwal, Ajay wrote:
> Where is the official Tomcat documentation on how to make your
> application a ROOT application? I am using Tomcat 6.0 and can't seem to
> locate the section on deploying as ROOT application.
Call it ROOT.war, or name the directory 'ROOT'.
http://tomc
No, there is no Apache in my situation. I guess I will begin playing
with ROOT application.
-Original Message-
From: Maximilian Stocker [mailto:m...@talentoyster.com]
Sent: Tuesday, October 26, 2010 4:20 PM
To: 'Tomcat Users List'
Subject: RE: Re: deploying as ROOT applicatio
On Tue, Oct 26, 2010 at 1:12 PM, Aggarwal, Ajay
wrote:
> In that case, you are right, making my application as ROOT is a better
> alternative. Just that I haven't been able to locate official Tomcat
> documentation on deploying as ROOT application. And I didn't want to enter an
> un-supported
1 - 100 of 356 matches
Mail list logo