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
> 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
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
> 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
@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
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
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
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
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
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
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
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
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
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
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
-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
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
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
пн, 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
> -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
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
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
пт, 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
-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
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
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
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
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
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'
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
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
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
-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
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:
&
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
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
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
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
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
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
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
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
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
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
-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.
>
&
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
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
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
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
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
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,
> 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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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.
> 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
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
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
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
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
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
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
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
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
.
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
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
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
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
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
-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
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
-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
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 :
>
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
> -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
>
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
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
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.:
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
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
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
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
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
-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
-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
-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
> 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
>-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 - 100 of 607 matches
Mail list logo