RE: running tomcat from CD

2003-08-21 Thread Shapira, Yoav
Howdy, You would have to at least modify tomcat's work and temp directories. The servlet container is required to provide a writeable temporary directory for each context, so unless the CD is writeable all the time via regular Java IO APIs, you have to do the above. Yoav Shapira Millennium

RE: running tomcat from CD

2003-08-21 Thread Halstead, Chris
Clarify 'completely'. If you have no access to writable disk you'll be unable to produce logs or persist context data under ./work. I suppose that you could do some fancy stuff with a RAMdisk, assuming that you are running on an OS that supports this. With an out of the box binary set you

Re: running tomcat from CD

2003-08-21 Thread Tim Funk
And this was discussed a few times in the archives! -Tim Shapira, Yoav wrote: Howdy, You would have to at least modify tomcat's work and temp directories. The servlet container is required to provide a writeable temporary directory for each context, so unless the CD is writeable all the time via

RE: running tomcat from CD

2003-08-21 Thread Yoav Shapira
Howdy, Note, however, that all FileLoggers have a configurable directory. The workDir for host and context is configurable as well. The system.out/system.err destination is set to $CATALINA_HOME/logs/catalina.out in $CATALINA_HOME/bin/catalina.sh and can be changed at will. So a more accurate

RE: running tomcat from CD

2003-08-21 Thread samckins
How do I access the archives? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 10:32 AM To: Tomcat Users List Subject: Re: running tomcat from CD And this was discussed a few times in the archives! -Tim Shapira, Yoav wrote: Howdy, You would

RE: running tomcat from CD

2003-08-21 Thread Jeff Tulley
., The Leading Provider of Net Business Solutions http://www.novell.com [EMAIL PROTECTED] 8/21/03 10:34:51 AM How do I access the archives? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 10:32 AM To: Tomcat Users List Subject: Re: running tomcat

RE: running tomcat from CD

2003-08-21 Thread Halstead, Chris
Thus the request for clarification on what our good friend Scott means by 'completely'. If access to writable disk is not available, the whole shootin' match is off... I think we agree, we just said it in different ways ;-) -chris Howdy, Note, however, that all FileLoggers have a

RE: running tomcat from CD

2003-08-21 Thread samckins
Thanks for all the help. I will have access to a writ able drive and will direct outputs accordingly. -Original Message- From: Halstead, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 1:55 PM To: Tomcat Users List Subject: RE: running tomcat from CD Thus the request

Re: running tomcat from CD

2003-08-21 Thread Jon Barber
samckins wrote: Thanks for all the help. I will have access to a writ able drive and will direct outputs accordingly. Well, maybe not Have a look at the Knoppix Linux project. This is a Linux distro that runs from CD, and sets up RAM disk for write operations. I've always wanted to set

Re: Running tomcat from CD-ROM

2003-05-27 Thread Wolfgang Egger
Servus Sriram, Am Dienstag, 27. Mai 2003 12:00 schrieb Sriram N: Some questions: 1. If your project is browser based, how automatic do you plan to make the solution ? Will the user have to type in the URL ? (I don't know if Un*x has anything like Windows' Internet Shortcuts). As automatic