It was an issues when I congifure HQ for Apache Tomcat 5.5.
The configuration has not been set for this resource due to : Invalid configuration: Plugin error: Plugin class not found: com/ibm/CORBA/iiop/ObjectURL (invalid classpath or corrupt plugin jar)
jmx.url:service:jmx:rmi:///jndi/rmi://localhost:6969/jmxrmi
ptql:State.Name.eq=java,Args.*.ct=catalina.home
started tomcat by JDK 1.5
tomcat 5.5 catalina.sh
elif [ "$1" = "start" ] ; then
shift
touch "$CATALINA_BASE"/logs/catalina.out
JAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6969
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Djava.rmi.server.hostname=192.168.1.88
$JAVA_OPTS"
export JAVA_OPTS
if [ "$1" = "-security" ] ; then
I don't know what to do now!
Could somebody help me?
thanks,
whatislinux
The configuration has not been set for this resource due to : Invalid configuration: Plugin error: Plugin class not found: com/ibm/CORBA/iiop/ObjectURL (invalid classpath or corrupt plugin jar)
jmx.url:service:jmx:rmi:///jndi/rmi://localhost:6969/jmxrmi
ptql:State.Name.eq=java,Args.*.ct=catalina.home
started tomcat by JDK 1.5
tomcat 5.5 catalina.sh
elif [ "$1" = "start" ] ; then
shift
touch "$CATALINA_BASE"/logs/catalina.out
JAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6969
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Djava.rmi.server.hostname=192.168.1.88
$JAVA_OPTS"
export JAVA_OPTS
if [ "$1" = "-security" ] ; then
I don't know what to do now!
Could somebody help me?
thanks,
whatislinux