Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty Start up with Two instances when --exec specified in start.ini

Hi,

Not sure why, but after uncomment --exec in start.ini file, there are always two Jetty instance running when I start up Jetty service (bin/jetty.sh).

These two PID seems to link each other, but when I tried to stop Jetty: jetty.sh stop. Only short one(1993) is killed, but long one(2004) still there until I manually kill it.

I have tried to find in Bug list and can't find. Anyone knows why?

eg:
root 1993 1 0 Feb08 ? 00:00:00 /usr/java/jdk1.6.0_06/bin/java -Dberlioz.config=web -Djetty.home=/usr/jetty-7.1.6 -Djava.io.tmpdir=/tmp -jar /usr/jetty-7.1.6/start.jar --pre=etc/jetty-logging.xml --daemon root 2004 1993 0 Feb08 ? 00:00:06 /usr/java/jdk1.6.0_06/jre/bin/java -XX:+CMSClassUnloadingEnabled -Djetty.home=/usr/jetty-7.1.6 -cp /usr/jetty-7.1.6/lib/jetty-xml-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/servlet-api-2.5.jar:/usr/jetty-7.1.6/lib/jetty-http-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-continuation-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-server-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-security-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-servlet-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-webapp-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-deploy-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-servlets-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-jmx-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jsp/com.sun.el_1.0.0.v201004190952.jar:/usr/jetty-7.1.6/lib/jsp/ecj-3.6.jar:/usr/jetty-7.1.6/lib/jsp/javax.el_2.1.0.v201004190952.jar:/usr/jetty-7.1.6/lib/jsp/javax.servlet.jsp_2.1.0.v201004190952.jar:/usr/jetty-7.1.6/lib/jsp/javax.servlet.jsp.jstl_1.2.0.v201004190952.jar:/usr/jetty-7.1.6/lib/jsp/jetty-jsp-2.1-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jsp/org.apache.jasper.glassfish_2.1.0.v201007080150.jar:/usr/jetty-7.1.6/lib/jsp/org.apache.taglibs.standard.glassfish_1.2.0.v201004190952.jar:/usr/jetty-7.1.6/resources:/usr/jetty-7.1.6/lib/jetty-websocket-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-util-7.1.6.v20100715.jar:/usr/jetty-7.1.6/lib/jetty-io-7.1.6.v20100715.jar org.eclipse.jetty.xml.XmlConfiguration /usr/jetty-7.1.6/etc/jetty-logging.xml /usr/jetty-7.1.6/etc/jetty.xml /usr/jetty-7.1.6/etc/jetty-deploy.xml /usr/jetty-7.1.6/etc/jetty-testrealm.xml

Thanks,
cheney



Back to the top