RE: staging

2008-09-19 Thread Frank Uccello
I check war the work directory and there no abc folder in the staging computer 
so I not sure if that the issue. Anyways I copy the directory in and still same 
issue and yes I refresh the browsers also I clear the cache just be the safe 
side same issue


-Original Message-
From: Paul McGurn [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 18, 2008 5:01 PM
To: Tomcat Users List
Subject: RE: staging

Check to make sure your Tomcat work directory is being updated when you deploy 
the new war.  Also, have you confirmed it isn't just the browser cacheing the 
content (CTRL+F5 to hard refresh that)?


Paul McGurn   |   Manager, Customer Support
Escalations  Operations
· ·· LogMeIn, Inc.
www.LogMeIn.com   |   [EMAIL PROTECTED]
p. +1 781.897.1320   |   f. +1 781.897.0632


-Original Message-
From: Frank Uccello [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2008 4:42 PM
To: users@tomcat.apache.org
Subject: staging

I have a test server and a staging server: In the test server I have two
war files abclaunch.war and abcota.war
It works fine when I pull up it from the web browser

I copy this two file to the staging but it shows me the old version on
the staging web page I have confirmed there the same release date and
size I have also restart tomcat server for this webapp I now stuck I not
sure how do I get the test and staging to be same version why keep
showing the old version even though the war files are the same...

I also to test delete the files from staging and no web page shows up so
I know it is call from the correct directory


Please help




Frank


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: staging

2008-09-19 Thread Frank Uccello
I not sure if /manager/h\ml is installed I look at the testing which is
a linux box and tried //ip/manager/hml did not work and in windows which
is the staging server I have tried //localhost/manager/html


I also newbie at this so can went over my head here can you step by step
it please



Thanks


Frank


-Original Message-
From: Johnny Kewl [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2008 1:48 AM
To: Tomcat Users List
Subject: Re: staging


- Original Message - 
From: Frank Uccello [EMAIL PROTECTED]
To: users@tomcat.apache.org
Sent: Thursday, September 18, 2008 10:42 PM
Subject: staging


I have a test server and a staging server: In the test server I have two
war files abclaunch.war and abcota.war
It works fine when I pull up it from the web browser

I copy this two file to the staging but it shows me the old version on
the staging web page I have confirmed there the same release date and
size I have also restart tomcat server for this webapp I now stuck I not
sure how do I get the test and staging to be same version why keep
showing the old version even though the war files are the same...

I also to test delete the files from staging and no web page shows up so
I know it is call from the correct directory


Please help

Frank

---
Frank... maybe a browsr caching, but unlikely.
Maybe... autodeploy not set, but unlikely
But one way to make sure... its use /manager/html
and undeploy the old one
Then also use that to deploy or drop the wars in...

Also do that on your test server because very often its the test server
that 
is actually fooling you, because its not looking at the wars, its
looking at 
the IDE.

If you get a funny in TC... undeploy old stuff... then drop in...
especially 
on the dev env with IDE's attached to that TC
Have fun...

---
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm

--- 


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



staging

2008-09-18 Thread Frank Uccello
I have a test server and a staging server: In the test server I have two
war files abclaunch.war and abcota.war 
It works fine when I pull up it from the web browser

I copy this two file to the staging but it shows me the old version on
the staging web page I have confirmed there the same release date and
size I have also restart tomcat server for this webapp I now stuck I not
sure how do I get the test and staging to be same version why keep
showing the old version even though the war files are the same...

I also to test delete the files from staging and no web page shows up so
I know it is call from the correct directory


Please help




Frank 



RE: staging

2008-09-18 Thread Paul McGurn
Check to make sure your Tomcat work directory is being updated when you deploy 
the new war.  Also, have you confirmed it isn't just the browser cacheing the 
content (CTRL+F5 to hard refresh that)?


Paul McGurn   |   Manager, Customer Support
Escalations  Operations
· ·· LogMeIn, Inc.
www.LogMeIn.com   |   [EMAIL PROTECTED]
p. +1 781.897.1320   |   f. +1 781.897.0632


-Original Message-
From: Frank Uccello [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2008 4:42 PM
To: users@tomcat.apache.org
Subject: staging

I have a test server and a staging server: In the test server I have two
war files abclaunch.war and abcota.war
It works fine when I pull up it from the web browser

I copy this two file to the staging but it shows me the old version on
the staging web page I have confirmed there the same release date and
size I have also restart tomcat server for this webapp I now stuck I not
sure how do I get the test and staging to be same version why keep
showing the old version even though the war files are the same...

I also to test delete the files from staging and no web page shows up so
I know it is call from the correct directory


Please help




Frank


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: staging

2008-09-18 Thread Johnny Kewl


- Original Message - 
From: Frank Uccello [EMAIL PROTECTED]

To: users@tomcat.apache.org
Sent: Thursday, September 18, 2008 10:42 PM
Subject: staging


I have a test server and a staging server: In the test server I have two
war files abclaunch.war and abcota.war
It works fine when I pull up it from the web browser

I copy this two file to the staging but it shows me the old version on
the staging web page I have confirmed there the same release date and
size I have also restart tomcat server for this webapp I now stuck I not
sure how do I get the test and staging to be same version why keep
showing the old version even though the war files are the same...

I also to test delete the files from staging and no web page shows up so
I know it is call from the correct directory


Please help

Frank

---
Frank... maybe a browsr caching, but unlikely.
Maybe... autodeploy not set, but unlikely
But one way to make sure... its use /manager/html
and undeploy the old one
Then also use that to deploy or drop the wars in...

Also do that on your test server because very often its the test server that 
is actually fooling you, because its not looking at the wars, its looking at 
the IDE.


If you get a funny in TC... undeploy old stuff... then drop in... especially 
on the dev env with IDE's attached to that TC

Have fun...
---
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
--- 



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]