You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: seqware-webservice/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ If you've setup your seqware user with createdb privileges and the plpgsql langu
25
25
26
26
If you want to startup the Tomcat server for interactive testing you can simply do:
27
27
28
-
mvn tomcat6:run
28
+
mvn tomcat7:run
29
29
30
30
You will need to make sure that your ~/.seqware/settings file includes the line
31
31
@@ -49,23 +49,23 @@ Three variables need to be changed in each file to reflect your local setup:
49
49
The url, username and password need to be changed to reflect the local database. ''The username and password are the PostgreSQL database username and password.''
50
50
51
51
## Installation
52
-
In order to deploy the Web service into Tomcat, drop the WAR from seqware-webservice/target into the webapps directory, and the XML into TOMCAT_HOME/conf/Catalina/localhost (maps to /etc/tomcat6/Catalina/localhost/ on many Linux distributions). On the SeqWare VM, these directories are /var/lib/tomcat6/webapps and /etc/tomcat6/Catalina/localhost.
52
+
In order to deploy the Web service into Tomcat, drop the WAR from seqware-webservice/target into the webapps directory, and the XML into TOMCAT_HOME/conf/Catalina/localhost (maps to /etc/tomcat7/Catalina/localhost/ on many Linux distributions). On the SeqWare VM, these directories are /var/lib/tomcat7/webapps and /etc/tomcat7/Catalina/localhost.
53
53
54
54
SeqWare WebService consumes quite a bit of memory, so configure your Tomcat instance with the following attributes:
This environment variable should either be set on your command line or in the conf/tomcat6.conf file, depending on your setup. On our production machines, these memory values are all doubled.
58
+
This environment variable should either be set on your command line or in the conf/tomcat7.conf file, depending on your setup. On our production machines, these memory values are all doubled.
59
59
60
-
Restart Tomcat with <tt>bin/shutdown.sh;bin/startup.sh</tt> (<tt>/etc/init.d/tomcat6 restart</tt> for Tomcat 6).
60
+
Restart Tomcat with <tt>bin/shutdown.sh;bin/startup.sh</tt> (<tt>/etc/init.d/tomcat7 restart</tt> for Tomcat 7).
61
61
62
-
You can double-check whether this setting was successfully set by going to http://localhost:8080/manager/status/all and checking the JVM section. You may need to edit your <tt>/etc/tomcat6/tomcat-users.xml</tt> file and add/enable the following lines in order to enable access to the tomcat manager
62
+
You can double-check whether this setting was successfully set by going to http://localhost:8080/manager/status/all and checking the JVM section. You may need to edit your <tt>/etc/tomcat7/tomcat-users.xml</tt> file and add/enable the following lines in order to enable access to the tomcat manager
In some cases, tomcat will ignore configuring the JAVA_OPTS either on command line or in the /etc/init.d/tomcat6 . In these cases, you can try adding a setenv.sh file with the single line
68
+
In some cases, tomcat will ignore configuring the JAVA_OPTS either on command line or in the /etc/init.d/tomcat7 . In these cases, you can try adding a setenv.sh file with the single line
Copy file name to clipboardExpand all lines: seqware-webservice/src/test/java/net/sourceforge/seqware/webservice/resources/tables/DummyExperimentIDResourceTest.java
0 commit comments