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 up Tomcat on Knoppix.  All you 
need to do is get Tomcat to use the file path that maps to the RAM disk 
for logs etc.

Regards,

Jon.



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


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 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 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 answer might be:
> - You need to modify the above in your server.xml and
> catalina.sh before
> burning your copy of tomcat to CD
> - Whatever directory you use for your logs and workDir (which
> is required
> by the servlet spec, as I said earlier) needs to be off the
> CD-ROM, but
> accessible and writeable.
>
> Yoav Shapira
>
>
>  \On Thu, 21 Aug 2003, Halstead, Chris wrote:
>
> > 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
> wouldn't be successful...catalina.sh will fail when it can't
> create ./logs/catalina.out.
> >
> > -chris
> >
> > > -Original Message-
> > > From: samckins [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, August 21, 2003 9:30 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: running tomcat from CD
> > >
> > >
> > >
> > > Is there a way to run Tomcat completely off of a CD-ROM?
> > >
> > > Thanks
> > > Scott
> > >
> >
>

-
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: 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 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 answer might be:
> - You need to modify the above in your server.xml and 
> catalina.sh before
> burning your copy of tomcat to CD
> - Whatever directory you use for your logs and workDir (which 
> is required
> by the servlet spec, as I said earlier) needs to be off the 
> CD-ROM, but
> accessible and writeable.
> 
> Yoav Shapira
> 
> 
>  \On Thu, 21 Aug 2003, Halstead, Chris wrote:
> 
> > 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 
> wouldn't be successful...catalina.sh will fail when it can't 
> create ./logs/catalina.out.
> >
> > -chris
> >
> > > -Original Message-
> > > From: samckins [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, August 21, 2003 9:30 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: running tomcat from CD
> > >
> > >
> > >
> > > Is there a way to run Tomcat completely off of a CD-ROM?
> > >
> > > Thanks
> > > Scott
> > >
> >
> 

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



RE: running tomcat from CD

2003-08-21 Thread Jeff Tulley
http://marc.theaimsgroup.com is a good one.  Choose Tomcat-user (under
"Java"), then do a search.
http://jakarta.apache.org/site/mail.html  also lists other archives at
the bottom of the page, in case marc.theaimsgroup doesn't suit you.

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., 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 from CD


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 regular Java IO APIs, you have to do the above.
> 
> Yoav Shapira
> Millennium ChemInformatics
> 
> 
> 
>>-Original Message-
>>From: samckins [mailto:[EMAIL PROTECTED] 
>>Sent: Thursday, August 21, 2003 9:30 AM
>>To: [EMAIL PROTECTED] 
>>Subject: running tomcat from CD
>>
>>
>>Is there a way to run Tomcat completely off of a CD-ROM?
>>
>>Thanks
>>Scott


-
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: 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 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 ChemInformatics
> 
> 
> 
>>-Original Message-
>>From: samckins [mailto:[EMAIL PROTECTED]
>>Sent: Thursday, August 21, 2003 9:30 AM
>>To: [EMAIL PROTECTED]
>>Subject: running tomcat from CD
>>
>>
>>Is there a way to run Tomcat completely off of a CD-ROM?
>>
>>Thanks
>>Scott


-
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: 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 answer might be:
- You need to modify the above in your server.xml and catalina.sh before
burning your copy of tomcat to CD
- Whatever directory you use for your logs and workDir (which is required
by the servlet spec, as I said earlier) needs to be off the CD-ROM, but
accessible and writeable.

Yoav Shapira


 \On Thu, 21 Aug 2003, Halstead, Chris wrote:

> 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 wouldn't be successful...catalina.sh 
> will fail when it can't create ./logs/catalina.out.
>
> -chris
>
> > -Original Message-
> > From: samckins [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 21, 2003 9:30 AM
> > To: [EMAIL PROTECTED]
> > Subject: running tomcat from CD
> >
> >
> >
> > Is there a way to run Tomcat completely off of a CD-ROM?
> >
> > Thanks
> > Scott
> >
> > -
> > 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: 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 regular Java IO APIs, you have to do the above.
Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: samckins [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 9:30 AM
To: [EMAIL PROTECTED]
Subject: running tomcat from CD
Is there a way to run Tomcat completely off of a CD-ROM?

Thanks
Scott


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


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 wouldn't be successful...catalina.sh will fail 
when it can't create ./logs/catalina.out.

-chris

> -Original Message-
> From: samckins [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 21, 2003 9:30 AM
> To: [EMAIL PROTECTED]
> Subject: running tomcat from CD
> 
> 
> 
> Is there a way to run Tomcat completely off of a CD-ROM?
> 
> Thanks
> Scott
> 
> -
> 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: 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 ChemInformatics


>-Original Message-
>From: samckins [mailto:[EMAIL PROTECTED]
>Sent: Thursday, August 21, 2003 9:30 AM
>To: [EMAIL PROTECTED]
>Subject: running tomcat from CD
>
>
>Is there a way to run Tomcat completely off of a CD-ROM?
>
>Thanks
>Scott
>
>-
>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]



running tomcat from CD

2003-08-21 Thread samckins

Is there a way to run Tomcat completely off of a CD-ROM?

Thanks
Scott

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



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 as possible;-)

> If you could depend on your user to run some file, you might have to just
> alter startup.bat, I think. You could then bundle JRE+tools.jar on the CD
> itself
Yes, I hope I can talk with the customers that this should be the way we go. 
The concept says, that there should be some autostart-action when putting the 
CD into the CD-player, but I don't think, that I will find a solution doing 
that for all platforms with the same procedure, so I hope I could let the 
user make the choice. In real life 98% of the possible users have MS Windows 
running, so may be we only promote the windows-cd-autostart and let the other 
users starting the system manually.

> (I'm busy with industrial automation at factories now-a-days, and have no
> access to a real Tomcat system or code, sorry...)

No problem! I'm happy to have some days to think about all of that, without 
time-pressure. Thanx for your constructive answer!

Wolfgang


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