-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutil.java
More file actions
9 lines (8 loc) · 715 Bytes
/
util.java
File metadata and controls
9 lines (8 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
import java.sql.SQLNonTransientConnectionException;
public class util {
//String executionPath = System.getProperty("user.dir");
public final static String CONFIG_PATH = System.getProperty("user.dir"); // your config file should be set under this dictory
public final static String WS_ROOT = ""; // your www_ROOT. Please construct a folder for every server. You also need insert the <ServerDocumentRoot, ServerName> in configure file
public final static String MONITOR_PATH = System.getProperty("user.dir"); // Where your monitor file is.Please set the monitor.java under this path so the program can find where the .java file is/
public final static String REQ_PATH = " "; //where you request file is.
}