moved templates to WeContent folder
This commit is contained in:
parent
1d34162bb5
commit
29def452b6
16 changed files with 11465 additions and 29 deletions
|
|
@ -55,7 +55,7 @@ public class ApacheStatus implements WAServiceStatus {
|
|||
FileUtil.getContent(new File(PID_FILE)));
|
||||
if(Ps.isRunning(pid))
|
||||
return ServiceStatusType.RUNNING;
|
||||
return ServiceStatusType.UNAVAILABLE;
|
||||
return ServiceStatusType.STOPPED;
|
||||
}catch(IOException e){
|
||||
log.log(Level.WARNING, null, e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue