RE: Tomcat migration tool for .war file going to 10.1x from 9x.

2024-08-29 Thread Mcalexander, Jon J.
Thank you From: Chuck Caldarale Sent: Thursday, August 29, 2024 2:57 PM To: Tomcat Users List Subject: Re: Tomcat migration tool for .war file going to 10.1x from 9x. > On Aug 29, 2024, at 14: 46, Mcalexander, Jon J. com. INVALID> wrote: > > I hate asking this question, but I&#

Re: Tomcat migration tool for .war file going to 10.1x from 9x.

2024-08-29 Thread Chuck Caldarale
> On Aug 29, 2024, at 14:46, Mcalexander, Jon J. > wrote: > > I hate asking this question, but I'm not finding the documentation I'm > looking for. I remember reading that if you DON'T want to migrate your .war > file when moving from 9x to 10.1x, you can

Tomcat migration tool for .war file going to 10.1x from 9x.

2024-08-29 Thread Mcalexander, Jon J.
I hate asking this question, but I'm not finding the documentation I'm looking for. I remember reading that if you DON'T want to migrate your .war file when moving from 9x to 10.1x, you can put the .war file in a different webapps directory, but I can't find the name of t

Re: Tomcat deploying war file for every restart on Red Hat Linux 8.6

2024-08-11 Thread Chuck Caldarale
> On Aug 11, 2024, at 11:03, Channa Puchakayala > wrote: > > I tested on VM, storage is in Local. > > I will try to test in Ubuntu and provide update. > > Problem observed on Rethat and Rocky Linux 8.6, but not on Redhat 8.8, 8.9 > and 8.10 This would certainly seem to indicate a problem w

RE: Tomcat deploying war file for every restart on Red Hat Linux 8.6

2024-08-11 Thread Channa Puchakayala
@tomcat.apache.org Subject: Re: Tomcat deploying war file for every restart on Red Hat Linux 8.6 On 08/08/2024 08:48, Channa Puchakayala wrote: > Hi All, > > Any suggestions or help on this ? What file system is being used? Is this a physical box or a VM? Is the storage local, NAS etc? > sh

Re: Tomcat deploying war file for every restart on Red Hat Linux 8.6

2024-08-08 Thread Mark Thomas
anaveen.cheven...@broadcom.com>>; 'Balamurali Krishna Ippili' mailto:balamurali.ipp...@broadcom.com>> *Subject:* RE: Tomcat deploying war file for every restart on Red Hat Linux 8.6 Hi Tomcat Team, Thanks to all for helping on this. - We set the "*autoDeploy="false*" *in se

Re: Tomcat deploying war file for every restart on Red Hat Linux 8.6

2024-08-02 Thread Christopher Schultz
Channa, On 8/2/24 05:30, Channa Puchakayala wrote: Hi Tomcat Team, Issue : Apache Tomcat deploying war file for every restart on Red Hat Linux 8.6 even though there are no changes in war file. Observations: -war-tracker file timestamp is setting with tomcat restart time which is not

Re: Tomcat deploying war file for every restart on Red Hat Linux 8.6

2024-08-02 Thread Sebastian Trost
James, On 02.08.2024 17:25, James H. H. Lampert wrote: If you need to suppress redeployment of WAR files, you need to change it to     That is true. However, Channa is reporting, that the war-tracker file doesn't get the same modified date as the war file. This shouldn't hap

Re: Tomcat deploying war file for every restart on Red Hat Linux 8.6

2024-08-02 Thread James H. H. Lampert
On 8/2/24 2:30 AM, Channa Puchakayala wrote: Issue : Apache Tomcat deploying war file for every restart on Red Hat Linux 8.6 even though there are no changes in war file. Look in your conf/server.xml file. Scroll down to the " If you need to suppress redeployment of WAR files, you ne

Re: war file timestamp change

2023-08-29 Thread Mark Thomas
ew of authorized changes. When the SSL certificate was updated on the CAS server, the timestamp on the application.war and war-tracker files also changed, so these files were flagged. The war file was NOT redeployed. There are other application war files on the same server whose timestamps did NOT chang

war file timestamp change

2023-08-29 Thread Loeschmann, Lori
e was updated on the CAS server, the timestamp on the application.war and war-tracker files also changed, so these files were flagged. The war file was NOT redeployed. There are other application war files on the same server whose timestamps did NOT change. I need to provide a justification fo

Re: When does tomcat 7.0.76 determine it needs to redeploy the war file?

2021-07-14 Thread Brian Wolfe
Thx mark. that was helpful On Mon, Jul 12, 2021 at 2:38 PM Mark Thomas wrote: > On 12/07/2021 19:21, Brian Wolfe wrote: > > Hi, > > As the subject asks, when does tomcat decide that it needs to redeploy > the > > war file? I know the usual one where the a

Re: When does tomcat 7.0.76 determine it needs to redeploy the war file?

2021-07-12 Thread Mark Thomas
On 12/07/2021 19:21, Brian Wolfe wrote: Hi, As the subject asks, when does tomcat decide that it needs to redeploy the war file? I know the usual one where the app folder does not exist. Basically I have an app where some changes were made to the webapp folder, but were not made in the

When does tomcat 7.0.76 determine it needs to redeploy the war file?

2021-07-12 Thread Brian Wolfe
Hi, As the subject asks, when does tomcat decide that it needs to redeploy the war file? I know the usual one where the app folder does not exist. Basically I have an app where some changes were made to the webapp folder, but were not made in the accompanied war file. Then we updated the web.xml

Re: How to find war file name programmatically?

2019-08-17 Thread W
ServletContext.getRealPath("/") works for me.Thanks. On Tuesday, August 13, 2019, 01:43:35 AM PDT, Mark Thomas wrote: On 12/08/2019 23:18, W wrote: > Hi, > I would like to find the war file name (for example,  > ROOT##2019-08-1

Re: How to find war file name programmatically?

2019-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/13/19 04:43, Mark Thomas wrote: > On 12/08/2019 23:18, W wrote: >> Hi, I would like to find the war file name (for example, >> ROOT##2019-08-12-10-44.war) inside >> ServletContextListener.con

Re: How to find war file name programmatically?

2019-08-13 Thread Mark Thomas
On 12/08/2019 23:18, W wrote: > Hi, > I would like to find the war file name (for example,  > ROOT##2019-08-12-10-44.war) inside   > ServletContextListener.contextInitialized() and  > ServletContextListener.contextDestroyed(). So I can send email to admins warn > them which

How to find war file name programmatically?

2019-08-12 Thread W
Hi, I would like to find the war file name (for example,  ROOT##2019-08-12-10-44.war) inside  ServletContextListener.contextInitialized() and ServletContextListener.contextDestroyed(). So I can send email to admins warn them which app is up and down.  Is there a way to do it? Any information

Re: WAR file not deploying correctly

2019-07-22 Thread Konstantin Kolinko
пн, 22 июл. 2019 г. в 11:28, Victor WILLART : > > 22-Jul-2019 09:36:31.598 SEVERE > [ContainerBackgroundProcessor[StandardEngine[Catalina]]] > org.apache.catalina.startup.ExpandWar.deleteDir [C:\Program Files\Apache > Software Foundation\Tomcat 8.0\webapps\ProductionMetricsApp-0.3.0\config] > c

RE: [EXTERNAL] Re: WAR file not deploying correctly

2019-07-22 Thread Victor Willart (NOVOTEK Benelux)
> -Original Message- > From: André Warnier (tomcat) > Sent: Monday, July 22, 2019 12:26 > To: users@tomcat.apache.org > Subject: [EXTERNAL] Re: WAR file not deploying correctly > > On 22.07.2019 10:27, Victor WILLART wrote: > > Hi, > > > > &g

Re: WAR file not deploying correctly

2019-07-22 Thread tomcat
e you mean Polymer ? I mean Windows, Linux, .. (OS) @Konstantin My back up files are not in any folders from Tomcat. @Christopher This command is really handy, I didn't know about it. But It' returning the entire structure of my app folder so I think my WAR file is good, at least

RE: WAR file not deploying correctly

2019-07-22 Thread Victor WILLART
files are not in any folders from Tomcat. @Christopher This command is really handy, I didn't know about it. But It' returning the entire structure of my app folder so I think my WAR file is good, at least it isn't empty. Below are the logs I found in Catalina.2019-07-22.l

Re: WAR file not deploying correctly

2019-07-20 Thread Konstantin Kolinko
пт, 19 июл. 2019 г. в 12:47, Victor WILLART : > > Hi everybody, > > > I am using Tomcat 8.0, and I am struggling to replace and deploy a WAR file. > Tomcat 8.0 has reached End of Life and should not be used anymore. The replacements are Tomcat 8.5 and 9.0. > > I made

Re: WAR file not deploying correctly

2019-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 7/19/19 05:47, Victor WILLART wrote: > Hi everybody, > > > I am using Tomcat 8.0, and I am struggling to replace and deploy a > WAR file. > > > I made a new WAR file, named it like the old one, and replaced i

Re: WAR file not deploying correctly

2019-07-19 Thread tomcat
On 19.07.2019 11:47, Victor WILLART wrote: Hi everybody, I am using Tomcat 8.0, and I am struggling to replace and deploy a WAR file.. I made a new WAR file, named it like the old one, and replaced it in my webapps folder. But the new generated folder for my application is just containing a

WAR file not deploying correctly

2019-07-19 Thread Victor WILLART
Hi everybody, I am using Tomcat 8.0, and I am struggling to replace and deploy a WAR file. I made a new WAR file, named it like the old one, and replaced it in my webapps folder. But the new generated folder for my application is just containing a single folder "config" which is

Re: Modify web.xml in production war file

2019-07-16 Thread Martynas Jusevičius
ans that to update the war we need to > >> save new web.xml somewhere, copy the new war, run the server so that it > >> extracts the war, then shut down the server and copy web.xml back. This > is > >> a headache for our cloud based web services upgrade as well as

Re: Modify web.xml in production war file

2019-07-16 Thread Mark Eggers
et based on target characteristics b. all values are recorded in the Jenkins job log Like I said, this works for simple changes, and obviously not for Tomcat-related changes. I currently don't keep a copy of the WAR file, which may lead to some challenges when trying to reproduce a deplo

Re: Modify web.xml in production war file

2019-07-16 Thread tomcat
deployment scenarios, including tests. To facilitate deployment we've added a new packaging of another war file, which is the same as our original war but its web.xml doesn't contain any security sections. With an empty web.xml (in terms of security), the security can be defined via server'

Re: Modify web.xml in production war file

2019-07-16 Thread Martynas Jusevičius
shut down the server and copy web.xml back. This is > a headache for our cloud based web services upgrade as well as in all other > deployment scenarios, including tests. > > To facilitate deployment we've added a new packaging of another war file, > which is the same as our orig

Re: Modify web.xml in production war file

2019-07-16 Thread Mark Thomas
ces upgrade as well as in all >other >deployment scenarios, including tests. > >To facilitate deployment we've added a new packaging of another war >file, >which is the same as our original war but its web.xml doesn't contain >any >security sections. >With an empty w

Modify web.xml in production war file

2019-07-12 Thread Grigor Aleksanyan
ded a new packaging of another war file, which is the same as our original war but its web.xml doesn't contain any security sections. With an empty web.xml (in terms of security), the security can be defined via server's conf/web.xml, where it belongs, since the security is in reality define

Re: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file.

2018-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dve, On 11/13/18 14:19, David Cleary wrote: > Turns out it is a JDK bug. > > http://www-01.ibm.com/support/docview.wss?uid=swg1IV99686 > https://bugs.openjdk.java.net/browse/JDK-8177809 > > While it has been fixed, we currently are required to su

RE: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file.

2018-11-13 Thread David Cleary
on of AIX. Dave -Original Message- From: Mark Thomas Sent: Monday, November 12, 2018 4:30 AM To: users@tomcat.apache.org Subject: Re: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file. On 12/11/2018 05:36, Nagaraju Varaparla wrote: &

RE: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file.

2018-11-13 Thread Nagaraju Varaparla
Mark, I did not find any luck with this. Can I try anything more ? Thanks, Nagaraju.V From: Mark Thomas Sent: Monday, November 12, 2018 3:00 PM To: users@tomcat.apache.org Subject: Re: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file. On 12

Re: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file.

2018-11-12 Thread Mark Thomas
On 12/11/2018 05:36, Nagaraju Varaparla wrote: > Mark, >Thanks. > I have checked the last modified time of the META-INF/war-tracker file and > the war file. > I see both are same. And still tomcat re-deploying the war file. > > May be the time comparison failing? May

RE: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file.

2018-11-11 Thread Nagaraju Varaparla
Mark, Thanks. I have checked the last modified time of the META-INF/war-tracker file and the war file. I see both are same. And still tomcat re-deploying the war file. May be the time comparison failing? Thanks, Nagaraju.V From: Mark Thomas Sent: Sunday, November 11, 2018 2:06 AM To

Re: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file.

2018-11-10 Thread Mark Thomas
On 10/11/2018 16:35, Nagaraju Varaparla wrote: > Hi, > greetings!! > > Issue Description: > Apache Tomcat Deploying war file every time on AIX even though there are no > changes in war file. > This causing all my applications are getting un-registered. > > Environmen

Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file.

2018-11-10 Thread Nagaraju Varaparla
Hi, greetings!! Issue Description: Apache Tomcat Deploying war file every time on AIX even though there are no changes in war file. This causing all my applications are getting un-registered. Environment. Tomcat Version: apache-tomcat-8.5.34 JAVA Version : IBM JAVA 8.5.0.25 OS : IBM AIX 6.1

RE: Tomcat 9 does not work with war file named along with revision number

2018-08-09 Thread premsudhan jaikumar
Subject: Re: Tomcat 9 does not work with war file named along with revision number On 08/08/18 15:20, premsudhan jaikumar wrote: > Hello everyone, > > Did some more digging into this issue am facing with various other tomcat > versions and it appears other than Tomcat version

Re: Tomcat 9 does not work with war file named along with revision number

2018-08-08 Thread Mark Thomas
n jaikumar > Sent: Tuesday, August 07, 2018 11:53 AM > To: 'users@tomcat.apache.org' > Subject: Tomcat 9 does not work with war file named along with revision number > > Hi > Am trying to deploy an application in Tomcat version 9.10,it has application > war file name

RE: Tomcat 9 does not work with war file named along with revision number

2018-08-08 Thread premsudhan jaikumar
patcher' Any ideas, pointers to further investigate this? Appreciate any help on this. Thanks. -Prem From: premsudhan jaikumar Sent: Tuesday, August 07, 2018 11:53 AM To: 'users@tomcat.apache.org' Subject: Tomcat 9 does not work with war file named along with revision number Hi Am

Tomcat 9 does not work with war file named along with revision number

2018-08-07 Thread premsudhan jaikumar
Hi Am trying to deploy an application in Tomcat version 9.10,it has application war file name like For Eg: app-name##r123.war file. And I can see its not recognizing the context path from the exploded war. If I rename the war file name without revision number it works fine. from Tomcat

embedded tomcat (8.5.28) classloading issues when adding another war file and classes can be resolved via that webapp classloader and the bootstrap classloader

2018-03-02 Thread Torsten Krah
Hi, i am using an embedded tomcat to e.g. start my wicket application in my IDE. This works fine so far - the whole classpath used and provided by IntelliJ is used. But adding e.g. a war file via setWebapp to start some additional webapps i am running into some issues with that war files. The

Re: Tomcat 8 non-Latin filename war file deploy issue

2017-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 6/4/17 11:38 AM, Desteny Child wrote: > Hi, > > On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 > application(war file) that contains a files with names with Unicode > characters. > &

Re: Tomcat 8 non-Latin filename war file deploy issue

2017-06-05 Thread Konstantin Kolinko
2017-06-04 18:38 GMT+03:00 Desteny Child : > Hi, > > On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 application(war > file) that contains a files with names with Unicode characters. > > Inside of the war file the name looks like: > > бжк-природний-14

Re: Tomcat 8 non-Latin filename war file deploy issue

2017-06-04 Thread tomcat
On 04.06.2017 17:38, Desteny Child wrote: Hi, On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 application(war file) that contains a files with names with Unicode characters. Inside of the war file the name looks like: бжк-природний-1496336830201.xml but after deploy the

Tomcat 8 non-Latin filename war file deploy issue

2017-06-04 Thread Desteny Child
Hi, On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 application(war file) that contains a files with names with Unicode characters. Inside of the war file the name looks like: бжк-природний-1496336830201.xml but after deploy the file looks like: ???-?-149633683020

Re: war file incompletely deployed

2016-11-08 Thread Christoph P.U. Kukulies
Am 08.11.2016 um 10:01 schrieb André Warnier (tomcat): On 08.11.2016 09:47, Christoph P.U. Kukulies wrote: Am 07.11.2016 um 19:09 schrieb Caldarale, Charles R: From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Subject: Re: war file incompletely deployed This makes sense somehow, but

Re: war file incompletely deployed

2016-11-08 Thread tomcat
On 08.11.2016 09:47, Christoph P.U. Kukulies wrote: Am 07.11.2016 um 19:09 schrieb Caldarale, Charles R: From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Subject: Re: war file incompletely deployed This makes sense somehow, but wouldn't a local move or copy from within the ser

Re: war file incompletely deployed

2016-11-08 Thread Christoph P.U. Kukulies
Am 07.11.2016 um 19:09 schrieb Caldarale, Charles R: From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Subject: Re: war file incompletely deployed This makes sense somehow, but wouldn't a local move or copy from within the server's filesystem have the same complications? No,

RE: war file incompletely deployed

2016-11-07 Thread Caldarale, Charles R
> From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] > Subject: Re: war file incompletely deployed > This makes sense somehow, but wouldn't a local move or copy from within > the server's filesystem have the same complications? No, a local mv or rename in a mod

Re: war file incompletely deployed

2016-11-07 Thread Christoph P.U. Kukulies
s R: From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Subject: war file incompletely deployed I started developing a webapp (Windows 7, tomcat 7/x64). I generate a WAR file using eclipse/maven. Once built I copy over the war file to a network share on the tomcat server. The share is the tomc

RE: war file incompletely deployed

2016-11-07 Thread Caldarale, Charles R
> From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] > Subject: war file incompletely deployed > I started developing a webapp (Windows 7, tomcat 7/x64). I generate a > WAR file using eclipse/maven. Once built I copy over the war file > to a network share on the tomcat se

war file incompletely deployed

2016-11-07 Thread Christoph P.U. Kukulies
I started developing a webapp (Windows 7, tomcat 7/x64). I generate a WAR file using eclipse/maven. Once built I copy over the war file to a network share on the tomcat server. The share is the tomcat webapps directory. Once done tomcat autodeploys the .war file into the webapps subdirectory

Re: Xwiki-Entreprise-Web-8.1 WAR File Installation issues... Tomcat error

2016-05-25 Thread tomcat
On 25.05.2016 18:09, sebastien.boulia...@cpu.ca wrote: Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0

Xwiki-Entreprise-Web-8.1 WAR File Installation issues... Tomcat error

2016-05-25 Thread Sebastien.Boulianne
Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share

Xwiki-Entreprise-Web-8.1 WAR File Installation issues... Tomcat error

2016-05-25 Thread Sebastien.Boulianne
Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
12:38 AM, Martijn Bos wrote: > > > >> What happens if you do not use a symbolic link? > >> Are you deploying with the manager web-app? > >> > >> Best regards, > >> Martijn > >> > >> > >> > >> On 11-09-15 03

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Mark Thomas
ijn >> >> >> >> On 11-09-15 03:31, prashant gothi wrote: >>> Tomcat version: 8.0.24 >>> OS RHEL 6.6 >>> >>> >>> Just one war file (ascws.war) is deployed under it. We are seeing >>> intermittent failure while deploying

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread David kerber
On 9/11/2015 2:51 PM, prashant gothi wrote: Hi Mark, what is slow uploads? I google it couldn't find anything relevant. It means the process of copying the .war file to the appBase location is slow enough that TC tries to load it before the copy is done. Regards, Prashant On Fri

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
the manager web-app? > > Good questions. > > Slow uploads directly to the appBase can cause this sort of issue. > > Mark > > > > > > Best regards, > > Martijn > > > > > > > > On 11-09-15 03:31, prashant gothi wrote: > >> Tomcat ver

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
ing with the manager web-app? > > Best regards, > Martijn > > > > On 11-09-15 03:31, prashant gothi wrote: > > Tomcat version: 8.0.24 > > OS RHEL 6.6 > > > > > > Just one war file (ascws.war) is deployed under it. We are seeing > > intermittent

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Mark Thomas
On 11-09-15 03:31, prashant gothi wrote: >> Tomcat version: 8.0.24 >> OS RHEL 6.6 >> >> >> Just one war file (ascws.war) is deployed under it. We are seeing >> intermittent failure while deploying war file, tomcat logs indicates (zip >> file is empty) exce

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Martijn Bos
What happens if you do not use a symbolic link? Are you deploying with the manager web-app? Best regards, Martijn On 11-09-15 03:31, prashant gothi wrote: > Tomcat version: 8.0.24 > OS RHEL 6.6 > > > Just one war file (ascws.war) is deployed under it. We are seeing > in

Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-10 Thread prashant gothi
Tomcat version: 8.0.24 OS RHEL 6.6 Just one war file (ascws.war) is deployed under it. We are seeing intermittent failure while deploying war file, tomcat logs indicates (zip file is empty) exception is mentioned below. We have verified file is correct (non zero), and only way to recover from

Re: Grails war file not starting on Tomcat 7.0.64

2015-09-03 Thread Daniel Mikusa
On Thu, Sep 3, 2015 at 7:30 AM, Ashish Gupta wrote: > > Hi , > > > > I have a grails application war file, built in production mode. The > Grails > > version I am using is 2.1.1 and I am building the war from command > prompt. > > My OS is UBUNTU 12.0.4.

Re: Grails war file not starting on Tomcat 7.0.64

2015-09-03 Thread Ashish Gupta
> Hi , > > I have a grails application war file, built in production mode. The Grails > version I am using is 2.1.1 and I am building the war from command prompt. > My OS is UBUNTU 12.0.4. > > The war is generated without errors . But when I am deploying it to > Tomcat

Re: Grails war file not starting on Tomcat 7.0.64

2015-09-03 Thread Daniel Mikusa
On Thu, Sep 3, 2015 at 3:26 AM, Ashish Gupta wrote: > Hi , > > I have a grails application war file, built in production mode. The Grails > version I am using is 2.1.1 and I am building the war from command prompt. > My OS is UBUNTU 12.0.4. > > The war is generated without e

Grails war file not starting on Tomcat 7.0.64

2015-09-03 Thread Ashish Gupta
Hi , I have a grails application war file, built in production mode. The Grails version I am using is 2.1.1 and I am building the war from command prompt. My OS is UBUNTU 12.0.4. The war is generated without errors . But when I am deploying it to Tomcat(7.0.64), the app is not starting. I am

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Zoran Avtarovski
much faster to upload and deploy. Z. On 26/05/2015 8:21 pm, "Aditya Chopra" wrote: >The reason i am trying to reduce the war file size is because its size >has gone upto 55MB and time taken for copying it to the server for >deployments has increased. > >Is there any

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Daniel Mikusa
On Tue, May 26, 2015 at 6:21 AM, Aditya Chopra wrote: > The reason i am trying to reduce the war file size is because its size has > gone upto 55MB and time taken for copying it to the server for deployments > has increased. > What you're trying to do may seem like a good idea

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
The reason i am trying to reduce the war file size is because its size has gone upto 55MB and time taken for copying it to the server for deployments has increased. Is there any best practice around this that we should be following? Anyways, i will also check Spring usage to see why the

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Mark Thomas
eption exception is part >>> of JAR present under WEB-INF/lib. >>> >>> I enabled the class loader logs and don’t see that class getting loaded on >>> server startup. However, when i copy all JAR’s from /mylib to WEB-INF/lib, >>> that class is getting

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
ted. > > The dependency may not be obvious. If you provide the full stack trace > we might be able to provide you with some pointers. > > Mark > >> >> Aditya >> >>> On 26-May-2015, at 3:04 pm, Mark Thomas wrote: >>> >>> On 26/05/2015

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Mark Thomas
u provide the full stack trace we might be able to provide you with some pointers. Mark > > Aditya > >> On 26-May-2015, at 3:04 pm, Mark Thomas wrote: >> >> On 26/05/2015 08:36, Aditya Chopra wrote: >>> Hi, >>> >>> To reduce the size of my w

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
. Any thoughts what might be causing this? Aditya > On 26-May-2015, at 3:04 pm, Mark Thomas wrote: > > On 26/05/2015 08:36, Aditya Chopra wrote: >> Hi, >> >> To reduce the size of my war file, i am trying to put all the jar files >> being used by my web ap

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Mark Thomas
On 26/05/2015 08:36, Aditya Chopra wrote: > Hi, > > To reduce the size of my war file, i am trying to put all the jar files being > used by my web app in a separate folder /mylibs. I added path to /mylibs > folder under shared.loader property in catalina.properties but on

Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
Hi, To reduce the size of my war file, i am trying to put all the jar files being used by my web app in a separate folder /mylibs. I added path to /mylibs folder under shared.loader property in catalina.properties but on runtime i am getting a ClassNotFoundException for one of the classes that

Re: Connection reset error trying to deploy WAR file

2014-09-30 Thread Konstantin Kolinko
2014-09-30 15:21 GMT+04:00 : > I just installed Tomcat 7.0.55 on a Windows 7 64-bit machine. Previously, > I was using Tomcat 6.0.32 (?) but I was having trouble running apps since > I've installed Java 1.8. Anyway, the issue I am having with Tomcat 7 is > that I am unable to

Connection reset error trying to deploy WAR file

2014-09-30 Thread pmoss
I just installed Tomcat 7.0.55 on a Windows 7 64-bit machine. Previously, I was using Tomcat 6.0.32 (?) but I was having trouble running apps since I've installed Java 1.8. Anyway, the issue I am having with Tomcat 7 is that I am unable to deploy a WAR file via the Tomcat Manager HTML pa

Re: WAR file deployment question

2014-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/19/14 4:50 PM, James H. H. Lampert wrote: > Thanks, Messrs Janner and Schultz. I feared that was the case, but > it never hurts to ask. > > The thing is, if I have it sitting someplace off-site, and Manager > could snag it from there di

Re: WAR file deployment question

2014-09-19 Thread James H. H. Lampert
Thanks, Messrs Janner and Schultz. I feared that was the case, but it never hurts to ask. The thing is, if I have it sitting someplace off-site, and Manager could snag it from there directly, then we'd only have to pass it through the "insulin needle" upload pipe of our cable internet when we

Re: WAR file deployment question

2014-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/15/14 8:11 PM, James H. H. Lampert wrote: > We have a rather large WAR file. 89,925,956 bytes. And we have > cable internet. With its usual extremely asymmetrical bandwidth: a > download pipe the size of an air conditioning duc

Re: WAR file deployment question

2014-09-17 Thread William Hey Tow
ciation or society? William On 17 September 2014 11:18, 侯树成 wrote: > try "manager", located in the webapps/manager. You need to edit your > tomcat-users.xml, After that you can deploy your app via manager. > > 2014-09-16 8:11 GMT+08:00 James H. H. Lampert : >

Re: WAR file deployment question

2014-09-17 Thread André Warnier
Jeffrey Janner wrote: -Original Message- From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Sent: Monday, September 15, 2014 7:11 PM To: Tomcat Users List Subject: WAR file deployment question We have a rather large WAR file. 89,925,956 bytes. And we have cable internet. With

RE: WAR file deployment question

2014-09-17 Thread Jeffrey Janner
> -Original Message- > From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Sent: Monday, September 15, 2014 7:11 PM > To: Tomcat Users List > Subject: WAR file deployment question > > We have a rather large WAR file. 89,925,956 bytes. And we have cable >

Re: WAR file deployment question

2014-09-16 Thread 侯树成
try "manager", located in the webapps/manager. You need to edit your tomcat-users.xml, After that you can deploy your app via manager. 2014-09-16 8:11 GMT+08:00 James H. H. Lampert : > We have a rather large WAR file. 89,925,956 bytes. And we have cable > internet. With its

WAR file deployment question

2014-09-15 Thread James H. H. Lampert
We have a rather large WAR file. 89,925,956 bytes. And we have cable internet. With its usual extremely asymmetrical bandwidth: a download pipe the size of an air conditioning duct, and an upload pipe the size of an insulin needle. Squirting this huge WAR file through such a narrow pipe takes

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

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

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 versi

Deploying web apps from war file using different url path

2014-02-28 Thread paul
I am trying to work out how I can build my war file and then deploy it using a different path. I have looked at the tomcat docs (specifically): The locations for Context Descriptors are: 1. $CATALINA_BASE/conf/[enginename]/[hostname]/[webappname].xml I want to be able to build a war file

Re: Issue while deploying a war file using Tomcat 7.0.52

2014-02-27 Thread Neha Munjal
t; Hi All, > > > > I am using Tomcat7.0.52 on Windows 7 64 Bit. > > > > The issue I am facing is that when I try to deploy a war file, I receive > > the following exception: > > *Caused by: java.lang.ClassCastException: > > org.hornetq.jms.c

Re: Issue while deploying a war file using Tomcat 7.0.52

2014-02-27 Thread Konstantin Kolinko
2014-02-27 15:36 GMT+04:00 Neha Munjal : > Hi All, > > I am using Tomcat7.0.52 on Windows 7 64 Bit. > > The issue I am facing is that when I try to deploy a war file, I receive > the following exception: > *Caused by: java.la

Issue while deploying a war file using Tomcat 7.0.52

2014-02-27 Thread Neha Munjal
Hi All, I am using Tomcat7.0.52 on Windows 7 64 Bit. The issue I am facing is that when I try to deploy a war file, I receive the following exception: *Caused by: java.lang.ClassCastException: org.hornetq.jms.client.HornetQJMSConnectionFactory cannot be cast to javax.jms.ConnectionFactory* The

RE: [OT] How to Deploy an Update to War File

2013-11-22 Thread Crystal Maramba
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, November 21, 2013 5:54 PM To: Tomcat Users List Subject: Re: [OT] How to Deploy an Update to War File -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 11/21/13, 6:06 PM, Leo

Re: How to Deploy an Update to War File

2013-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Crystal, On 11/21/13, 6:04 PM, Crystal Maramba wrote: > Can someone provide me the steps on how to manually re-deploy an > updated war file You can simply copy the new WAR over the old WAR. If you delete the WAR file, you may trigger

Re: [OT] How to Deploy an Update to War File

2013-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 11/21/13, 6:06 PM, Leo Donahue - OETX wrote: >> -Original Message- From: Daniel Mikusa >> [mailto:dmik...@gopivotal.com] Subject: Re: How to Deploy an >> Update to War File >> >> You can use para

RE: How to Deploy an Update to War File

2013-11-21 Thread Caldarale, Charles R
> From: Leo Donahue - OETX [mailto:leodona...@mail.maricopa.gov] > Subject: RE: How to Deploy an Update to War File > In conf/Catalina/localhost I can have xml files that don't match the names > of any > web app in the webapps directory, and these xml files are treated as

RE: How to Deploy an Update to War File

2013-11-21 Thread Leo Donahue - OETX
>-Original Message- >From: Daniel Mikusa [mailto:dmik...@gopivotal.com] >Subject: Re: How to Deploy an Update to War File > > You can use parallel deployment with WAR files. Just name the war file > "webapps/##.war". > I need to try this... very cool. So w

  1   2   3   4   5   6   7   >