Jetty - Start.jar

Java Conceptuel Diagram

5) /start.d/*.ini
Full command line
To see the full java command line that the start.jar generates:
java -jar start.jar --dry-run
C:\Program\ Files\Java\jre1.8.0_221\bin\java.exe
-Djava.io.tmpdir=C:\Users\gerard\AppData\Local\Temp\
-Djetty.home=C:\jetty
-Djetty.base=C:\jetty
-cp C:\jetty\lib\mail\javax.mail.glassfish-1.4.1.v201005082020.jar;C:\jetty\resources;C:\jetty\lib\servlet-api-3.1.jar;C:\jetty\lib\jetty-schemas-3.1.jar;C:\jetty\lib\jetty-http-9.4.21.v20190926.jar;C:\jetty\lib\jetty-server-9.4.21.v20190926.jar;C:\jetty\lib\jetty-xml-9.4.21.v20190926.jar;C:\jetty\lib\jetty-util-9.4.21.v20190926.jar;C:\jetty\lib\jetty-io-9.4.21.v20190926.jar;C:\jetty\lib\jetty-jndi-9.4.21.v20190926.jar;C:\jetty\lib\jetty-security-9.4.21.v20190926.jar;C:\jetty\lib\transactions\javax.transaction-api-1.3.jar;C:\jetty\lib\jetty-servlet-9.4.21.v20190926.jar;C:\jetty\lib\jetty-webapp-9.4.21.v20190926.jar;C:\jetty\lib\jetty-plus-9.4.21.v20190926.jar;C:\jetty\lib\jetty-annotations-9.4.21.v20190926.jar;C:\jetty\lib\annotations\asm-7.1.jar;C:\jetty\lib\annotations\asm-analysis-7.1.jar;C:\jetty\lib\annotations\asm-commons-7.1.jar;C:\jetty\lib\annotations\asm-tree-7.1.jar;C:\jetty\lib\annotations\javax.annotation-api-1.3.jar;C:\jetty\lib\apache-jsp\org.eclipse.jdt.ecj-3.17.0.jar;C:\jetty\lib\apache-jsp\org.eclipse.jetty.apache-jsp-9.4.21.v20190926.jar;C:\jetty\lib\apache-jsp\org.mortbay.jasper.apache-el-8.5.40.jar;C:\jetty\lib\apache-jsp\org.mortbay.jasper.apache-jsp-8.5.40.jar;C:\jetty\lib\apache-jstl\org.apache.taglibs.taglibs-standard-impl-1.2.5.jar;C:\jetty\lib\apache-jstl\org.apache.taglibs.taglibs-standard-spec-1.2.5.jar;C:\jetty\lib\jetty-client-9.4.21.v20190926.jar;C:\jetty\lib\jetty-deploy-9.4.21.v20190926.jar;C:\jetty\lib\websocket\javax.websocket-api-1.0.jar;C:\jetty\lib\websocket\javax-websocket-client-impl-9.4.21.v20190926.jar;C:\jetty\lib\websocket\javax-websocket-server-impl-9.4.21.v20190926.jar;C:\jetty\lib\websocket\websocket-api-9.4.21.v20190926.jar;C:\jetty\lib\websocket\websocket-client-9.4.21.v20190926.jar;C:\jetty\lib\websocket\websocket-common-9.4.21.v20190926.jar;C:\jetty\lib\websocket\websocket-server-9.4.21.v20190926.jar;C:\jetty\lib\websocket\websocket-servlet-9.4.21.v20190926.jar
org.eclipse.jetty.xml.XmlConfiguration
java.version=1.8.0_221
java.version.major=1
java.version.micro=0
java.version.minor=8
java.version.platform=8
jetty.base=C:\jetty
jetty.base.uri=file:///C:/jetty
jetty.home=C:\jetty
jetty.home.uri=file:///C:/jetty
C:\jetty\etc\jetty-bytebufferpool.xml
C:\jetty\etc\jetty-threadpool.xml
C:\jetty\etc\jetty.xml
C:\jetty\etc\jetty-webapp.xml
C:\jetty\etc\jetty-plus.xml
C:\jetty\etc\jetty-annotations.xml
C:\jetty\etc\jetty-deploy.xml
C:\jetty\etc\home-base-warning.xml
C:\jetty\etc\jetty-http.xml





Discover More
Java Conceptuel Diagram
Java - Jetty (Web Server)

is a java web server Jetty provides: an HTTP server (to send back static content), HTTP client (to make http request), and javax.servlet container (to send back...



Share this page:
Follow us:
Task Runner