On 1/7/11 11:10 AM, loteq wrote:
>=20
> Hi=20
>=20
> I have the same problem. I need to read the jvmRoute property of the to=
mcat
> engine, but I have no access to the request, because I am in a Quartz
> thread.
>=20
> 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=3Dtomcat12345
and then in server.xml, put:
<Engine ... jvmRoute=3D"${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 t=
his
>> 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.=20
>>
>> currently i have resolved this by the combination of catilina.base wit=
h
>> java.net.InetAddress.getLocalHost().getHostName() which makes unique.=
=2E
>>
>> =20
>>
>>
>> Caldarale, Charles R wrote:
>>>
>>>> From: bhanujirao [mailto:dumpala.venkata@gmail.com]
>>>> Subject: RE: reading jvmRoute property specified in server.xml
>>>>
>>>> i need to read it in java class which i dont have access=20
>>>> 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 *no=
t*
>>> doing), it would help. Playing twenty questions isn't that much fun.=
>>>
>>> - Chuck
>>>
>>>
>>> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIET=
ARY
>>> 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-ma=
il
>>> and its attachments from all computers.
>>>
>>>
>>> ---------------------------------------------------------------------=
>>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: users-help@tomcat.apache.org
>>>
>>>
>>>
>>
>>
>=20
|