Re: deploying on 9.0.96 is painful

2024-10-25 Thread Christopher Schultz
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

Re: deploying on 9.0.96 is painful

2024-10-24 Thread Rémy Maucherat
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 > >

Re: deploying on 9.0.96 is painful

2024-10-24 Thread 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

Re: deploying on 9.0.96 is painful

2024-10-23 Thread Rémy Maucherat
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

Re: deploying war with tomcat manage fails with no significative errors in logs

2023-10-09 Thread Ivano Luberti
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

Re: deploying war with tomcat manage fails with no significative errors in logs

2023-10-09 Thread Christopher Schultz
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

Re: deploying war with tomcat manage fails with no significative errors in logs

2023-10-09 Thread Ivano Luberti
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

Re: deploying war with tomcat manage fails with no significative errors in logs

2023-10-09 Thread Deepak Lalchandani
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

Re: Deploying Multiple versions of Apache Tomcat on the same physical server/Machine

2023-06-20 Thread Christopher Schultz
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

Re: Deploying war, Negative Date exception

2020-10-12 Thread Mark Thomas
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://

Re: Deploying war, Negative Date exception

2020-10-12 Thread Christopher Schultz
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

Re: Deploying war, Negative Date exception

2020-10-12 Thread Peter Henderson
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

Re: Deploying war, Negative Date exception

2020-10-12 Thread Mark Thomas
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

Re: Deploying war, Negative Date exception

2020-10-12 Thread Mark Thomas
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

Re: Deploying war, Negative Date exception

2020-10-12 Thread Martin Grigorov
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

Re: Deploying war, Negative Date exception

2020-10-12 Thread Mark Thomas
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

Re: Deploying app twice when change ROOT

2018-05-30 Thread Mark Thomas
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

Re: Deploying app twice when change ROOT

2018-05-30 Thread Blake McBride
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

Re: Deploying app twice when change ROOT

2018-05-30 Thread Blake McBride
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"> > >

Re: Deploying app twice when change ROOT

2018-05-30 Thread Blake McBride
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

Re: Deploying app twice when change ROOT

2018-05-30 Thread Mark Thomas
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"> > >

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-27 Thread Kernel freak
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-26 Thread Christopher Schultz
-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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-26 Thread Kernel freak
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-26 Thread Christopher Schultz
-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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-26 Thread Kernel freak
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-25 Thread Christopher Schultz
-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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-25 Thread Kernel freak
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Christopher Schultz
-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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Kernel freak
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

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
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

Re: Deploying a relative docBase outside of appBase

2014-06-30 Thread Peter Rifel
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

RE: Deploying a relative docBase outside of appBase

2014-06-26 Thread Caldarale, Charles R
> 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

2014-06-02 Thread Cuneo, Nicholas
: 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

Re: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Christopher Schultz
-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 >

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
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

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
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

Re: Deploying JerseyWS 2.8 w/o web.xml

2014-05-30 Thread Christopher Schultz
-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

Re: Deploying web apps from war file using different url path

2014-02-28 Thread paul
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

Re: Deploying web apps from war file using different url path

2014-02-28 Thread Mark Thomas
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

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-10 Thread Greg Amerson
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

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Olivier Lamy
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

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Cédric Couralet
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

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-09 Thread Mak Pandian
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

Re: Deploying .war files

2011-11-07 Thread markt
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

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread Mark Thomas
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/ > ...

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread jenskreidler
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

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread Pid
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

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread jenskreidler
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

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread Pid
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

RE: Deploying emboss in Opal2

2011-07-11 Thread jeroen vannevel
> 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

Re: Deploying emboss in Opal2

2011-07-08 Thread Mark Eggers
- 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 >>

RE: Deploying emboss in Opal2

2011-07-08 Thread jeroen vannevel
> 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 &

Re: Deploying emboss in Opal2

2011-07-08 Thread André Warnier
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

RE: Deploying emboss in Opal2

2011-07-08 Thread jeroen vannevel
> 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

Re: Deploying emboss in Opal2

2011-07-08 Thread André Warnier
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

Re: Deploying tomcat 6.0.10 as a windows service

2011-05-25 Thread André Warnier
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

Re: Deploying with JMX (but not with manager app) when autodeploy is disabled

2011-05-13 Thread Luca Gervasi
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"

Re: Deploying with JMX (but not with manager app) when autodeploy is disabled

2011-05-13 Thread Mark Thomas
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" >

Re: deploying a war file and starting the application

2011-01-31 Thread Robert.Jenkin
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

Re: deploying a war file and starting the application

2011-01-31 Thread Christopher Schultz
-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; > >

RE: deploying a war file and starting the application

2011-01-31 Thread Robert.Jenkin
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

Re: deploying a war file and starting the application

2011-01-30 Thread Pid *
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

Re: deploying a war file and starting the application

2011-01-30 Thread Christopher Schultz
-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

Re: deploying a war file and starting the application

2011-01-30 Thread Christopher Schultz
-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 >

Re: deploying a war file and starting the application

2011-01-30 Thread Christopher Schultz
binLmJ2Fr2lkQ.bin Description: PGP/MIME version identification

RE: deploying a war file and starting the application

2011-01-29 Thread Caldarale, Charles R
> 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 >

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
://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

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
, 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

Re: deploying a war file and starting the application

2011-01-28 Thread Mark Thomas
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;

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
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

Re: deploying a war file and starting the application

2011-01-28 Thread Mark Thomas
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

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> 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

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
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

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> 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

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> 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

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> 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

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
, 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"

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
, 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/

Re: deploying a war file and starting the application

2011-01-28 Thread Mark Thomas
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

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
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

Re: deploying a war file and starting the application

2011-01-28 Thread Christopher Schultz
-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

Re: Deploying new Applications

2011-01-13 Thread Christopher Schultz
-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.

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-11 Thread Christopher Schultz
-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

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread David kerber
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

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Vikram Vaswani
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

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Vikram Vaswani
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

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread David kerber
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

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Vikram Vaswani
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

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Pid
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). >

RE: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-02 Thread Caldarale, Charles R
> 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

RE: deploying as ROOT application

2010-10-27 Thread Aggarwal, Ajay
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

RE: deploying as ROOT application

2010-10-26 Thread Caldarale, Charles R
> 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

Re: deploying as ROOT application

2010-10-26 Thread Pid
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

RE: Re: deploying as ROOT application

2010-10-26 Thread Aggarwal, Ajay
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

Re: Re: deploying as ROOT application

2010-10-26 Thread Hassan Schroeder
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   2   3   4   >