no message
This commit is contained in:
@@ -105,10 +105,6 @@ public class ComponentsServer extends RepositoryServer<BugReportsDatabase> {
|
||||
super(BugReportsDatabase.class);
|
||||
}
|
||||
@Override
|
||||
public String getServerFileName() {
|
||||
return "VisualSapfor.jar";
|
||||
}
|
||||
@Override
|
||||
public String getServerHomeName() {
|
||||
return "_sapfor_x64";
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ public class Constants {
|
||||
public static final String SMTPHost = "smtp.mail.ru";
|
||||
public static final int SMTPPort = 465;
|
||||
public static final int MailSocketPort = 465;
|
||||
//7796 отладочный порт
|
||||
//7796 отладочный порт Is_DVM_STAT //
|
||||
public static final int ComponentsServerPort = 7995; //7795
|
||||
public static final int TestingServerPort = 7998; //7998
|
||||
public static final int SocketTimeout = 0;
|
||||
|
||||
@@ -30,7 +30,7 @@ import java.util.Vector;
|
||||
public abstract class RepositoryServer<D extends Database> {
|
||||
protected static FileWriter Log;
|
||||
protected static boolean printOn = true;
|
||||
public abstract String getServerFileName();
|
||||
public String getServerFileName(){return Constants.ApplicationFileName;};
|
||||
public abstract String getServerHomeName();
|
||||
//-
|
||||
public D db;
|
||||
|
||||
@@ -266,10 +266,6 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
//-
|
||||
}
|
||||
@Override
|
||||
public String getServerFileName() {
|
||||
return "TestingSystem.jar";
|
||||
}
|
||||
@Override
|
||||
public String getServerHomeName() {
|
||||
return "_testing_system";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user