Letractively / jcatapult

Automatically exported from code.google.com/p/jcatapult
0 stars 0 forks source link

Tomcat startup -- Windows service #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using the getting started guide
2. I've already installed Tomcat -- as a Windows service
3. Attempt to start up application per instructions:
target/tomcat/bin/tomcat.sh start
4. OK, I figure out I should switch to the .bat version of the script:
target/tomcat/bin/tomcat.bat start
5. I recieve an error message:
CURRENT_DIR = c:\projects\webapps\internal\keys
BIN_DIR = c:\projects\webapps\internal\keys\target\tomcat\bin\
PROJECT_ROOT = C:\projects\webapps\internal\keys\target\tomcat
CATALINA_BASE = C:\projects\webapps\internal\keys\target\tomcat\target\tomcat
WEBAPP_ROOT = C:\projects\webapps\internal\keys\target\tomcat\web
Starting Tomcat from
C:\projects\webapps\internal\keys\target\tomcat\target\tomcat
Starting webapp from C:\projects\webapps\internal\keys\target\tomcat\web
'C:\server\tomcat/bin/catalina.bat' is not recognized as an internal or
external command, operable program or batch file.

Problem 1: When you install Tomcat as a Windows service (very popular),
there is no catalina.bat or catalina.sh installed at all.

Problem 2: Even if I install another instance of tomcat, it will take me
forever to reconfigure the port numbers and get my Catapult app to start up.

What version of the product are you using? On what operating system?
Catapult source download on Win2k
Tomcat 5.5 -- installed as a service

Original issue reported on code.google.com by pokneet...@gmail.com on 12 Feb 2008 at 5:10

GoogleCodeExporter commented 8 years ago
This is an environment setup issue. JCatapult requires that you use a 
stand-alone
tomcat. I'll add that do the documentation, but we won't be supporting the 
windows
service installation of tomcat.

Original comment by bpontare...@gmail.com on 14 Feb 2008 at 12:47

GoogleCodeExporter commented 8 years ago

Original comment by bpontare...@gmail.com on 14 Feb 2008 at 12:47

GoogleCodeExporter commented 8 years ago
Added documentation.

Original comment by bpontare...@gmail.com on 18 Mar 2008 at 3:50