[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Getting Started with Hyades in Eclipse 3.0 running a webapp on Tomcat.

Skip Hollowell a écrit :
> Sebastien Mathy wrote:
> 
>> Faizan a écrit :
>>
>>>> You should start tomcat with this parameter :
>>>> -XrunpiAgent:server=enabled (put it in the JAVA_OPTS var)
>>>> You can after profile your webapp as an external java process
>>>> Regards.
>>>
>>>
>>>
>> I use this scenario. Check the raserver log and tomcat log files to
>> detect a problem. Have you set the correct system variable (i.e
>> LD_LIBRARY_PATH=$RASERVER_HOME/lib PATH=$RASERVER_HOME/bin)?
>> Regards.
> 
> 
> Sebastien,
> 
> I too have run through the procedure about 1000 times, trying to see
> what else I might change in order to get this to work.  I am running
> Eclipse 3.0 and this is with Hyaedes V3.
> 
> I have updated the catalina.bat file with the following (tried both, one
> at a time)
> 
> rem  This is for the Eclipse Hyaedes plugin...try each as needed.

And this ?
SET JAVA_OPTS=-XrunpiAgent:server=enabled

Regards.