On 1/7/11 11:10 AM, loteq wrote:
> 
> Hi 
> 
> I have the same problem. I need to read the jvmRoute property of the tomcat
> engine, but I have no access to the request, because I am in a Quartz
> thread.
> 
> Has anyone solved this issue?

I don't know how old the thread you're replying to is, but I would
appendthe following in catalina.properties:

 jvm.route=tomcat12345

and then in server.xml, put:

 <Engine ... jvmRoute="${jvm.route}"

You'll be able to read the value from the System properties.


p


> bhanujirao wrote:
>>
>> We have Quartz jobs running in back ground. It needs to know whether this
>> instance has to run the job
>> or not. Earlier we use to catilina.base which we can read as System
>> property . now all the servers have
>> the same instance names..so i am just thinking is there any way this
>> property will help to get the unique name to find out the instance. 
>>
>> currently i have resolved this by the combination of catilina.base with
>> java.net.InetAddress.getLocalHost().getHostName()  which makes unique..
>>
>>  
>>
>>
>> Caldarale, Charles R wrote:
>>>
>>>> From: bhanujirao [mailto:dumpala.venk...@gmail.com]
>>>> Subject: RE: reading jvmRoute property specified in server.xml
>>>>
>>>> i need to read it in java class which i dont have access 
>>>> to HttpServletRequest
>>>
>>> So what does this Java class have access to?  If you'd provide
>>> information about what you *are* doing (as opposed to what you're *not*
>>> doing), it would help.  Playing twenty questions isn't that much fun.
>>>
>>>  - 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
>>>
>>>
>>>
>>
>>
> 

Attachment: 0x62590808.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to