Re: tomcat is not coming Up

2023-01-12 Thread Zero
On 1/12/23 11:46, Ganesan, Prabu wrote: Hi Team, This is the only message we are receiving while starting the services. Can some one help on this . 11-Jan-2023 18:21:58.101 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument:

Re: setenv.sh not loaded

2022-11-04 Thread Zero
If I look how the service is defined in Arch Linux (for tomcat 10) it defines a service file for Systemd, usr/lib/systemd/system/tomcat10.service Looking in that file it calls jsvc. In the parameters you then can define additional class

Re: [OT] programming style or mental process ?

2021-04-04 Thread Zero
On 4/4/21 12:23 PM, André Warnier (tomcat/perl) wrote: Hi. I have a question which may be totally off-topic for this list, but this has been puzzling me for a while and I figure that someone here may be able to provide some clue as to the answer, or at least some interesting ponts of view.

Re: Unable to start Tomcat 10.0.4

2021-03-16 Thread Zero
On 3/16/21 3:57 PM, dku...@ccilindia.co.in wrote: Your more recent exception log didn't include the "caused by" exception -- which is the actual failure details. Double-check that and make sure it's the same issue. Also, use netstat to confirm you aren't using the ports already. Changing

Re: Cannot add dependency job for unit systemd-console-setup.service

2019-10-20 Thread Zero
On 10/20/19 3:28 PM, Emefile Francis Nwajie wrote: Thank you Andre for helping out. I figured that the "systemd-console-setup.service" was disabled in the server. I have enable it. However, tomcat still refuses to start. Below is the content of tomcat.service: [Unit] Description=Apache Tomcat

Re: Any tutorials or hints about JSP using javax.script engines instead of Java?

2019-10-08 Thread Zero
On 10/8/19 5:11 PM, Rony G. Flatscher (Apache) wrote: Does anyone know of any tutorials that would demonstrate how to use any javax.script language in JSPs instead of Java (e.g. using Jython or JavaScript instead)? If not, any advice/hint how to realize/create such a functionality (for then

Re: It's possible run PHP on Tomcat 8 without use Quercus?

2019-04-23 Thread Zero
On 4/23/19 10:28 PM, Pablo Salazar wrote: Hi Zero, Not Yet. DO you recomend it?? REgards, Pablo Salazar No I don't know, I am curious about that. Regards, Harm-Jan Z. -Original Message- From: Zero [mailto:hz0...@gmail.com] Sent: martes, 23 de abril de 2019 03:26 p.m

Re: It's possible run PHP on Tomcat 8 without use Quercus?

2019-04-23 Thread Zero
On 4/23/19 9:55 PM, Pablo Salazar wrote: Thanks Chris, Do you know if exist some GUIDE to configure Tomcat 8 for run php files??? Regards, Pablo Salazar Out of curiosity, did you try PHP-JavaBridge ? Regards, Harm-Jan Z. -Original Message- From: Christopher Schultz

What causes OutOfMemoryError ?

2007-11-19 Thread zero args
Hi Right now I was using tomcat 5.5.25 and got the exception as shown below: 2007/11/16 21:44:01 org.apache.coyote.http11.Http11Processor process 致命的: Error processing request java.lang.OutOfMemoryError: Java heap space at org.apache.tomcat.util.buf.ByteChunk.allocate(ByteChunk.java:159)