Setting the directory under work

2004-11-15 Thread Vy Ho
Running Tomcat 5 under standalone mode, it creates a directory called 
work under tomcat's root.  Under that directory, there is a directory 
named Standalone.  First, what is this thing?  When I run the Tomcat 
5.5 under embedded mode, things run fine, but under work, I saw a 
null folder.  That's not so good.  So, how do I set this value to be 
more appropriate?

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


RE: Setting the directory under work

2004-11-15 Thread Shapira, Yoav

Hi,
The work directory is where Tomcat stores its work products.  Examples
for this include serialized sessions, compiled JSPs, and potentially
other files.  The work directory is broken into subdirectories for the
engine (Standalone is the default engine name for Tomcat Standalone:
see your server.xml), host (localhost is the default), and app path.

When using Embedded Tomcat, if configured properly it will automatically
do the right stuff with the work directory.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: Vy Ho [mailto:[EMAIL PROTECTED]
Sent: Monday, November 15, 2004 1:21 PM
To: Tomcat Users List
Subject: Setting the directory under work


Running Tomcat 5 under standalone mode, it creates a directory called
work under tomcat's root.  Under that directory, there is a directory
named Standalone.  First, what is this thing?  When I run the Tomcat
5.5 under embedded mode, things run fine, but under work, I saw a
null folder.  That's not so good.  So, how do I set this value to be
more appropriate?

Thanks,

vh.

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




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: Setting the directory under work

2004-11-15 Thread Vy Ho
Thank you for the reply.  Translating your advice, this null is the name 
of the engine used for embedded tomcat.  So, I do this:

engine.setName(Somename);
And now, Somename is shown up in the work directory instead of null 
(after deleting null).

Thanks again,
vh.

Shapira, Yoav wrote:
Hi,
The work directory is where Tomcat stores its work products.  Examples
for this include serialized sessions, compiled JSPs, and potentially
other files.  The work directory is broken into subdirectories for the
engine (Standalone is the default engine name for Tomcat Standalone:
see your server.xml), host (localhost is the default), and app path.
When using Embedded Tomcat, if configured properly it will automatically
do the right stuff with the work directory.
Yoav Shapira http://www.yoavshapira.com
 

-Original Message-
From: Vy Ho [mailto:[EMAIL PROTECTED]
Sent: Monday, November 15, 2004 1:21 PM
To: Tomcat Users List
Subject: Setting the directory under work
Running Tomcat 5 under standalone mode, it creates a directory called
work under tomcat's root.  Under that directory, there is a directory
named Standalone.  First, what is this thing?  When I run the Tomcat
5.5 under embedded mode, things run fine, but under work, I saw a
null folder.  That's not so good.  So, how do I set this value to be
more appropriate?
Thanks,
vh.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   



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]