Re: Tomcat Admin Question

2005-04-25 Thread Hassan Schroeder
James Croft wrote: Tomcat's administration web application is no longer installed by default. Download and install the "admin" package to use it. I've had a look around the Jakarta site and can't find this package. Anyone know where I can find this? The same page you got the rest of the software

Tomcat Admin Question

2005-04-25 Thread James Croft
Hi All, I've just installed Tomcat 5.5 on my XP laptop and it's up and running fine. The manager and examples are all working however the admin page shows: Tomcat's administration web application is no longer installed by default. Download and install the "admin" package to use it. I've had a l

admin question ??

2003-07-26 Thread Kevin Passey
Has anybody set up a datasource in the admin console and got it to work? If so can you enlighten me. Regards Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: admin question

2001-05-21 Thread Venkatesh Sangam
IL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: admin question Date: Mon, 21 May 2001 16:14:30 -0400 Try something like this: Process p1 = rt.exec("cmd /c start Tomcat.bat"); -Original Message- From: Venkatesh Sangam [mailto:[E

RE: admin question

2001-05-21 Thread Posey, Dan
Try something like this: Process p1 = rt.exec("cmd /c start Tomcat.bat"); -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 1:01 PM To: [EMAIL PROTECTED] Subject: RE: admin question Hi Randy. I am actually trying to execute

RE: admin question

2001-05-21 Thread Venkatesh Sangam
But it is still not working .. I have no idea as to what the problem is .. if there is any mistake in this please let me know thanks Venkatesh From: Randy Layman <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: admin question Date: Mon, 21 May 2001 14:54:39 -0

RE: admin question

2001-05-21 Thread Randy Layman
CTED]] > Sent: Monday, May 21, 2001 1:41 PM > To: [EMAIL PROTECTED] > Subject: RE: admin question > > > Hi Randy, > > How do u start a tomcat server using a Java program ?? > How do I say Net Start on the Dos Prompt > what is the service name to be specificed > I

RE: admin question

2001-05-21 Thread Venkatesh Sangam
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: admin question Date: Mon, 21 May 2001 07:05:21 -0400 > -Original Message- > From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 6:29 PM > To: [EMAIL PROTECTED] > Subject: RE: admin questio

RE: admin question

2001-05-21 Thread Randy Layman
> -Original Message- > From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 6:29 PM > To: [EMAIL PROTECTED] > Subject: RE: admin question > > > hey the in second option what u suggested ... > did u mean that have an applicat

RE: admin question

2001-05-18 Thread Venkatesh Sangam
[EMAIL PROTECTED] Subject: RE: admin question Date: Fri, 18 May 2001 16:08:52 -0400 The problem with this is, how to you restart Tomcat? I see two basic choices: 1. Use some other package to remotely control the services. This has been the methodology used here for 90%

RE: admin question

2001-05-18 Thread Mark Mynsted
le services in a particular order) it can get complicated and messy without forethought. Randy > -Original Message- > From: Mark Mynsted [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 3:31 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: admin

RE: admin question

2001-05-18 Thread Randy Layman
Original Message- > From: Mark Mynsted [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 3:31 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: admin question > > > Could you not create a servlet to run the following? > org.apache.tomcat.startup.T

Re: admin question

2001-05-18 Thread Mark Mynsted
Could you not create a servlet to run the following? org.apache.tomcat.startup.Tomcat -stop Sincerely yours; Mark Mynsted VHA Management Information Systems Client Services [EMAIL PROTECTED] (972) 830 - 0592, Internal x1592 >>> [EMAIL PROTECTED] 5/18/2001 2:26:14 PM >>> is there any way to s

Re: admin question

2001-05-18 Thread Venkatesh Sangam
please tell me what is net start jakarta ?? thanks Venkatesh From: "Eric Lubin" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: admin question Date: Fri, 18 May 2001 15:26:14 -0400 is there any way t

admin question

2001-05-18 Thread Eric Lubin
is there any way to stop/restart the server remotely without telnet access?? I know I can do a net stop jakarta and net start jakarta. Is there any restart option on the admin console? Has anyone written a Java utilility to do this? Thanks, Eric Lubin [EMAIL PROTECTED]