Hi people.
When you run the command /usr/sbin/starttomcat;
You take this output:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command './jsvc -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose org.apache.catalina.startup.Bootstrap start' returned: 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
But in OTHERS CASES you take:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Could not open '/var/run/jsvc.pid': No such file or directory
Can't exec "./jsvc": No such file or directory at /usr/sbin/starttomcat line 86.
Command './jsvc -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose org.apache.catalina.startup.Bootstrap start' returned: 72057594037927935
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Some idea about how fixed the error when we take the second output?
Apparently samplely is subjet of fixed the value in line of error:
/starttomcat line 86 => #"-security",
But really I unknow how I can fixed this "parameter".
Any idea please?
::::::::::::::::::::::::::::::::::::::::::::::::::::::
What I try?
Samplely start my TomCat with my owners parameters...
When you run the command /usr/sbin/starttomcat;
You take this output:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command './jsvc -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose org.apache.catalina.startup.Bootstrap start' returned: 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
But in OTHERS CASES you take:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Could not open '/var/run/jsvc.pid': No such file or directory
Can't exec "./jsvc": No such file or directory at /usr/sbin/starttomcat line 86.
Command './jsvc -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose org.apache.catalina.startup.Bootstrap start' returned: 72057594037927935
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Some idea about how fixed the error when we take the second output?
Apparently samplely is subjet of fixed the value in line of error:
/starttomcat line 86 => #"-security",
But really I unknow how I can fixed this "parameter".
Any idea please?
::::::::::::::::::::::::::::::::::::::::::::::::::::::
What I try?
Samplely start my TomCat with my owners parameters...