Re: tomcat admin console set values

2009-02-16 Thread Srinivas Jonnalagadda
Chris,

Thank you very much for the answer. This is really a nice help.

Srinivas Jonnalagadda

-Original Message-
>From: Christopher Schultz 
>Sent: Feb 13, 2009 6:52 PM
>To: Tomcat Users List 
>Subject: Re: tomcat admin console set values
>
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Srinivas,
>
>On 2/13/2009 12:21 PM, Srinivas Jonnalagadda wrote:
>> Sorry for not mentioning. I am using tomcat 5.5.9 on a solaris
>> machine and 5.5.27 on a windows machine. I tried to set the JnDi
>> DataSource and i was successful on 5.5.27 windows version. I already
>> had the same settings in my context.xml so got a [question] regarding
>> location where the values i set thru admin console of Admin web app
>> are persisted. For example in a properties file.
>
>That's exactly the point: they are NOT PERSISTED AT ALL. No properties
>file. No JNDI directory. No text file. No database. It's all in memory.
>When you shut down Tomcat, it's gone.
>
>Feel free to patch it yourself, but the TC devs have completely
>abandoned the admin webapp. You should stick to editing the server.xml
>file by hand.
>
>Oh, and your JNDI resources are better-off in context.xml files, anyway.
>
>- -chris
>
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.4.9 (MingW32)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
>iEYEARECAAYFAkmWFc4ACgkQ9CaO5/Lv0PC5XwCdEpcc+34rJoo0FKyfsYOVh16Q
>72sAn3WRhLRxIEUJwBC1N5vv2uf1MFex
>=TmV/
>-END PGP SIGNATURE-
>
>-
>To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>For additional commands, e-mail: users-h...@tomcat.apache.org
>


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat admin console set values

2009-02-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Srinivas,

On 2/13/2009 12:21 PM, Srinivas Jonnalagadda wrote:
> Sorry for not mentioning. I am using tomcat 5.5.9 on a solaris
> machine and 5.5.27 on a windows machine. I tried to set the JnDi
> DataSource and i was successful on 5.5.27 windows version. I already
> had the same settings in my context.xml so got a [question] regarding
> location where the values i set thru admin console of Admin web app
> are persisted. For example in a properties file.

That's exactly the point: they are NOT PERSISTED AT ALL. No properties
file. No JNDI directory. No text file. No database. It's all in memory.
When you shut down Tomcat, it's gone.

Feel free to patch it yourself, but the TC devs have completely
abandoned the admin webapp. You should stick to editing the server.xml
file by hand.

Oh, and your JNDI resources are better-off in context.xml files, anyway.

- -chris

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmWFc4ACgkQ9CaO5/Lv0PC5XwCdEpcc+34rJoo0FKyfsYOVh16Q
72sAn3WRhLRxIEUJwBC1N5vv2uf1MFex
=TmV/
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: tomcat admin console set values

2009-02-13 Thread Srinivas Jonnalagadda
Chuck, 

Sorry for not mentioning. I am using tomcat 5.5.9 on a solaris machine and 
5.5.27 on a windows machine. I tried to set the JnDi DataSource and i was 
successful on 5.5.27 windows version. I already had the same settings in my 
context.xml so got a doubt regarding location where the values i set thru 
admion console of Admini web app are persisted. For example in a properties 
file.

Thanks
Srinivas Jonnalagadda



-Original Message-
>From: "Caldarale, Charles R" 
>Sent: Feb 10, 2009 10:16 AM
>To: Tomcat Users List 
>Subject: RE: tomcat admin console set values
>
>> From: Srinivas Jonnalagadda [mailto:sarinivas7...@earthlink.net]
>> Subject: tomcat admin console set values
>>
>> When i set the DataSource values thru the Tomcat
>> Administration web application. Where are these values
>> physically stored?
>
>First off, tell us your Tomcat level - we're not psychics.
>
>The lack of persistent storage by the admin app is just one of the reasons it 
>is no longer present in newer levels of Tomcat.  You can access much of the 
>same information via JConsole or similar JMX tools, but I'm not aware of any 
>means of persisting any changes made across a Tomcat restart.
>
> - Chuck
>
>
>THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
>MATERIAL and is thus for use only by the intended recipient. If you received 
>this in error, please contact the sender and delete the e-mail and its 
>attachments from all computers.
>
>-
>To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>For additional commands, e-mail: users-h...@tomcat.apache.org
>


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: tomcat admin console set values

2009-02-10 Thread Caldarale, Charles R
> From: Srinivas Jonnalagadda [mailto:sarinivas7...@earthlink.net]
> Subject: tomcat admin console set values
>
> When i set the DataSource values thru the Tomcat
> Administration web application. Where are these values
> physically stored?

First off, tell us your Tomcat level - we're not psychics.

The lack of persistent storage by the admin app is just one of the reasons it 
is no longer present in newer levels of Tomcat.  You can access much of the 
same information via JConsole or similar JMX tools, but I'm not aware of any 
means of persisting any changes made across a Tomcat restart.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



tomcat admin console set values

2009-02-10 Thread Srinivas Jonnalagadda
Hi,

When i set the DataSource values thru the Tomcat Administration web 
application. Where are these values physically stored? the file name. I set 
these values and tried to figure out if they are stored in server.xml 
orcontext.xml and i dont see them. any documentation regarding this?

Your help is appreciated.

Thanks,
Srinivas Jonnalagadda 

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org