Java Servlets
//Return the name of the server public String ServletRequest.getServerName(); //Return the port number for this request public int ServletRequest.getServerPort(); //Return name and version of server software public String ServletContext.getServerInfo(); //Return the value of name server attribute public Object ServletContext.getAttribute(String name);
javax.servlet.context.tempdir
which is a java.io.File
reference to a temp directory. 24 of 89