Fulltext results:
- jps - Java Virtual Machine Process Status Tool @info:java
- ====== jps - Java Virtual Machine Process Status Tool ====== The Java Virtual Machine has a ''jps'' tool wich is a bit like the ''ps'' command. ''jps'' lists all ''java'' Processes of a user. You can find the man page at [[http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html]]
- Specify Java VM for Eclipse @info:code:eclipse
- ====== Specify Java VM for Eclipse ====== To let Eclipse use the Java VM from ''/opt/jdk/bin/java'' add these two lines to the ''eclipse.ini'' in the Eclipse installation directory: <code> -vm /opt/jdk/bin/java </code> <note important>It is important that the
- Install the Java-Plugin for Firefox @info:java
- ====== Install the Java-Plugin for Firefox ====== To install the Java plugin for Firefox, you have to create a symlink from Fi... he JRE's "lib" dir. <code bash> sudo ln -s \ ${JAVA_HOME}/jre/lib/amd64/libnpjp2.so \ /usr/lib/fire... the "plugin" directory may be somewhere else on your system. {{tag>java plugin linux ubunutu sysadmin}}
- JAX-WS Debugging @info:java
- pipe. The system property to set depends on your Java version. <code> com.sun.xml.ws.transport.http.cl... .http.client.HttpTransportPipe.dump=true </code> Java 8 on OS X needs this: <code> -Dcom.sun.xml.ws.tra... ttp.client.HttpTransportPipe.dump=true </code> {{tag>java jax jax-ws webservice debugging programming}}
- Java @info:java
- ====== Java ====== {{indexmenu>.}} {{tag>coding java topic}}
- Print all certificates in a file @info:cryptography:openssl
- is especially helpful if you want to use Tomcat-/Java-Keystore-Certificates with the Apache webserver.
- Convert a Key @info:cryptography:openssl
- ====== Convert a Key ====== ===== Convert P12 to Java Keystore ===== keytool -importkeystore -srckey
- Increase the Tomcat Upload Limit @info:sysadmin
- sr/share/tomcat7-admin/manager/WEB-INF/web.xml'' {{tag>sysadmin admin java apache tomcat config limit}}