File tree Expand file tree Collapse file tree
SIF3InfraREST/SIF3Demo/sif3-demo-web/scripts/tomcat Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ For Tomcat deployment follow the instructions below:
2+
3+ 1) Open setenv.bat file.
4+ 2) Modify the path to your project to pint to your specific config directory.
5+ 3) Save setenv.bat
6+ 4) Copy the setenv.bat into the Tomcat/bin directory.
7+ 5) Start tomcat
8+
9+ The above should ensure that all required configuration files are on the classpath.
10+
Original file line number Diff line number Diff line change 1+ rem -----------------------------------------------
2+ rem -- Classpath setup for SIF2InfraRest Project --
3+ rem -----------------------------------------------
4+ set SIF3_REST_BASE_DIR = C:\Development\GitHubRepositories\SIF3InfraRest\SIF3InfraREST
5+ set " CLASSPATH = %CLASSPATH% ;%SIF3_REST_BASE_DIR% \config;%SIF3_REST_BASE_DIR% \config\consumers;%SIF3_REST_BASE_DIR% \config\providers" ;%SIF3_REST_BASE_DIR% \hibernate
6+
7+ echo " Project Specific Classpath: %CLASSPATH% "
You can’t perform that action at this time.
0 commit comments