Am 09.01.2018 um 16:59 schrieb Christopher Schultz:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256



On 1/9/18 10:53 AM, Christoph P.U. Kukulies wrote:
I had Tomcat 7.0 installed on my Windows 7/64 system and for some
reason the directory c:\Program Files\Apache Software
Foundation´\Tomcat 7.0 got wiped out. I found the directory on a
disk copy and copied it back to my system disk.> The service also
points to the correct directory but for some readon I'm getting:>
Der Dienst "Apache Tomcat 7.0 Tomcat7" wurde mit folgendem
dienstspezifischem Fehler beendet: Unzulässige Funktion..

which translates to something like "invalid function". A Java path
thing?
Can you post the whole stack trace?

Anyway, I'm seeking for a way to run tomcat7.exe in commandline
mode kind of debug mode. Is that possible?
Try this:

C:\path> set CATALINA_HOME=C:\Program Files\Apache Software
Foundation\Tomcat 7.0
C:\path> %CATALINA_HOME%\bin\catalina.bat start

[Tomcat should log to console, here]

- -chris
Nonetheless still having a bit trouble with it and would like to use your suggestion, but it fails somehow
due to blanks in path name. This weirdness with blanks in paths:

C:\Program Files\Apache Software Foundation\Tomcat 7.0>SET CATALINA_HOME=c:"\Program Files\Apache Software Foundation\Tomcat 7.0"

C:\Program Files\Apache Software Foundation\Tomcat 7.0>echo %CATALINA_HOME%
c:"\Program Files\Apache Software Foundation\Tomcat 7.0"

C:\Program Files\Apache Software Foundation\Tomcat 7.0>%CATALINA_HOME%\bin\catalina.bat start
"Files\Apache" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Program Files\Apache Software Foundation\Tomcat 7.0>

I tried various combinations of quoting. Does anyone see the error?

--
Christoph


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to