Re: Tomcat 5.5 with Java 1.4 ???

2006-01-01 Thread Wolfgang Egger
Servus Markus, Markus Schönhaber schrieb: > Look here: > >http://tomcat.apache.org/download-55.cgi#5.5.12 > > yepp, thank you very much!!! Wolfgang ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: embedded tomcat: how to fix >>out of environment space<

2006-01-01 Thread Wolfgang Egger
Servus Mark, Mark Thomas schrieb: >Google is your friend... > >eg http://support.microsoft.com/kb/q230205/ > > Thanks a lott! Do you know, if its possible to enlarge the DOS-Environment via java or in my run.bat? I didn't use windows since four years and don't remember such details ;-) Have a n

embedded tomcat: how to fix >>out of environment space<

2006-01-01 Thread Wolfgang Egger
Servus, I have a WebApp running from CD-ROM served by an embedded Catalina (5.5) started within a java app. If I run that app under Windows 98 via run.bat, it "crashes" with an "out of environment space"-error. In my RUNNING.txt I found the following hint: -

Re: is there any log file viewer for tomcat log files with live feed ability

2006-01-01 Thread Wolfgang Egger
Servus Legolas, Legolas Woodland schrieb: > could you please tell me more ? > how i can configure log4j , which client i should use ? Sorry, the last time i used log4j, was 3 years ago, so I don't remember the details. But you may have a look at google and the urls above http://www.jguru.com/f

Re: is there any log file viewer for tomcat log files with live feed ability

2006-01-01 Thread Wolfgang Egger
Servus Legolas, Legolas Woodland schrieb: my experiences with tomcat are some years old and I'm "new" to tomcat again since some weeks, but perhaps my hint may help you fooking further ... > is there any tool that could automatically fetch the changes from log > file and show them instantly ? >

Tomcat 5.5 with Java 1.4 ???

2006-01-01 Thread Wolfgang Egger
Servus, I want to run an embedded Tomcat 5.5 with J2SE1.4. In the RUNNING.txt I read the following: === Running Tomcat With J2SE Version 1.4 or 1.3 === (1) Obtain the compat package: (1.1) Download the compat packag

Re: Shutting down tomcat from Servlet

2005-12-30 Thread Wolfgang Egger
Servus Mark, Mark Thomas schrieb: > I am guessing that you haven't flushed and closed the output stream > >before calling System.exit() The following code works without error >for me. > > Thanks a lot!!!, it works for me too Wolfgang --

Shutting down tomcat from Servlet

2005-12-30 Thread Wolfgang Egger
Servus, I have a web-application, running from CD-ROM and I want the user to stop tomcat by klicking a link within this web-app. Tomcat is started as a embedded version from a Java-Application, but I don't want, that this start-application has a GUI. The only GUI I want to present the user, is the