Sv: Webapp don't start after shutdown

2004-10-25 Thread Roland Carlsson
Hi again!

I found out why tomcat is using the path of my workstation instead of the
server as context path. It is a feature of Netbeans to put a file in the
Manifest-folder of the webapp with the path to the files and contextpath.

So it turns out that it had nothing to do with tomcat behaving strange.

Sorry for the trouble

Regards
Roland Carlsson


Den 04-10-22 20.16, skrev Roland Carlsson [EMAIL PROTECTED]:

 Hi!
 (I'm home now so it is another email-adress)
 I think that I have found another lead to why tomcat doesn't do right with
 my web-apps. In the web.xml in the %tomcat-home%/conf/Catalina/mydomain ..
 there is a context path... and of some freak reason the path to the files
 are the one that I use on my workstation and not the path to where
 tomcat-manager save the .war and unpacks it to. No wonder why tomcat don't
 find the files after a restart of tomcat.
 
 I'm going to take weekend now but if anyone has any ideas why tomcat tries
 to use the path from the uploading client instead of the path on the server
 I'd be happy to hear about it.
 
 Thanks you very much!
 
 Regards
 Roland Carlsson
 
 
 - Original Message -
 From: Shapira, Yoav [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Friday, October 22, 2004 3:58 PM
 Subject: RE: Webapp don't start after shutdown
 
 
 
 Hi,
 
 Then I run the bin/shutdown.sh script and bin/startup.sh
 
 Are you sure shutdown is completed properly, i.e. the JVM process is
 gone?
 
 I attempt to access the web-app and only get 404 errors.
 
 Are there any errors or startup?  If so, please post the relevant logs
 and/or configuration information.  Is the context information for your
 deployed webapp saved correctly?
 
 Yoav
 
 
 
 This e-mail, including any attachments, is a confidential business
 communication, and may contain information that is confidential, proprietary
 and/or privileged.  This e-mail is intended only for the individual(s) to
 whom it is addressed, and may not be saved, copied, printed, disclosed or
 used by anyone else.  If you are not the(an) intended recipient, please
 immediately delete this e-mail from your computer system and notify the
 sender.  Thank you.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Sv: Webapp don't start after shutdown

2004-10-25 Thread QM
On Mon, Oct 25, 2004 at 09:10:41AM +0200, Roland Carlsson wrote:
: I found out why tomcat is using the path of my workstation instead of the
: server as context path. It is a feature of Netbeans to put a file in the
: Manifest-folder of the webapp with the path to the files and contextpath.

feature

;)

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Webapp don't start after shutdown

2004-10-22 Thread Roland Carlsson
Hi!

I having problem with tomcat not starting web-apps after a shutdown.

I deploy my web-app through the manager web-interface.
I try the web-app and it works perfectly.
Then I run the bin/shutdown.sh script and bin/startup.sh
I attempt to access the web-app and only get 404 errors.
I look in the manager and it says the web-app is stopped.
I try to start  the web-app but if fails.

The logfile says that either the file doesn't exist or isn't readable but
when I look the files are there.

It is the same user that runs the show so it seems kind of strange if tomcat
doesn't have rights enough to read files it has created by itself.

I'm running tomcat 5.0.28 on a Mac OS X server.

Please help me with this, it is rather urgent!

Thanks in advance 
Roland Carlsson



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Webapp don't start after shutdown

2004-10-22 Thread Shapira, Yoav

Hi,

Then I run the bin/shutdown.sh script and bin/startup.sh

Are you sure shutdown is completed properly, i.e. the JVM process is
gone?

I attempt to access the web-app and only get 404 errors.

Are there any errors or startup?  If so, please post the relevant logs
and/or configuration information.  Is the context information for your
deployed webapp saved correctly?

Yoav



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Webapp don't start after shutdown

2004-10-22 Thread Phillip Qin
Also, have you tried starting it from Manager?

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: October 22, 2004 9:58 AM
To: Tomcat Users List
Subject: RE: Webapp don't start after shutdown



Hi,

Then I run the bin/shutdown.sh script and bin/startup.sh

Are you sure shutdown is completed properly, i.e. the JVM process is gone?

I attempt to access the web-app and only get 404 errors.

Are there any errors or startup?  If so, please post the relevant logs
and/or configuration information.  Is the context information for your
deployed webapp saved correctly?

Yoav



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


!DSPAM:4179121095381515284706!


Re: Webapp don't start after shutdown

2004-10-22 Thread Roland Carlsson
Hi!
(I'm home now so it is another email-adress)
I think that I have found another lead to why tomcat doesn't do right with 
my web-apps. In the web.xml in the %tomcat-home%/conf/Catalina/mydomain .. 
there is a context path... and of some freak reason the path to the files 
are the one that I use on my workstation and not the path to where 
tomcat-manager save the .war and unpacks it to. No wonder why tomcat don't 
find the files after a restart of tomcat.

I'm going to take weekend now but if anyone has any ideas why tomcat tries 
to use the path from the uploading client instead of the path on the server 
I'd be happy to hear about it.

Thanks you very much!
Regards
Roland Carlsson
- Original Message - 
From: Shapira, Yoav [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, October 22, 2004 3:58 PM
Subject: RE: Webapp don't start after shutdown


Hi,
Then I run the bin/shutdown.sh script and bin/startup.sh
Are you sure shutdown is completed properly, i.e. the JVM process is
gone?
I attempt to access the web-app and only get 404 errors.
Are there any errors or startup?  If so, please post the relevant logs
and/or configuration information.  Is the context information for your
deployed webapp saved correctly?
Yoav

This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to 
whom it is addressed, and may not be saved, copied, printed, disclosed or 
used by anyone else.  If you are not the(an) intended recipient, please 
immediately delete this e-mail from your computer system and notify the 
sender.  Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]