Re: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread will trillich
it runs on my remote server, but if I type: > > http://www.myhomepage.de:8180 > > nothing at all appears? > > Is this the normal way? Shall I change some entries (and if so, whre?)? Make sure you know which ports it's using: apt-get install lsof lsof -ni | egrep 'tomcat|jav

Re: Windows x64 Installer

2009-05-28 Thread will trillich
ou can't open the port at all, Tomcat isn't listening. If you can open the port but Tomcat doesn't play nice with an HTTP response, your configuration needs attention. -- will trillich "Our only real economic security li

Re: Windows x64 Installer

2009-05-27 Thread will trillich
> message and all its attachments. > > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- will trillich "Our o

Re: Upload stop after 30 minutes: Processing of multipart/form-data requestfailed. Stream ended unexpectedly

2009-05-22 Thread will trillich
On Fri, May 22, 2009 at 2:22 PM, Christopher Schultz wrote: > On 5/22/2009 2:01 PM, will trillich wrote: >> - we'd accidentally set up 'default gateway' on both >> >> This meant the system was confused as to where to send replies. > > I recently

Re: Upload stop after 30 minutes: Processing of multipart/form-data requestfailed. Stream ended unexpectedly

2009-05-22 Thread will trillich
t;> MATERIAL and is thus for use only by the intended recipient. If you received >> this in error, please contact the sender and delete the e-mail and its >> attachments from all computers. >> >> >> -

Re: running tomcat5 -- as a service under 64-bit windows?

2009-05-18 Thread will trillich
e tomcat service as "service.bat install yadaboing" then you can configure it via "tomcat5w //ES//yadaboing" Easy! -- will trillich "Our only real economic security lies in our power to meet human needs." -- S.Covey, the 8th Habit --

Re: never mind :)

2009-05-18 Thread will trillich
cat 5 to work as a service on windows 64-bit, woo hoo! >> (see email with subject "running tomcat5 -- as a service under 64-bit >> windows? SOLVED".) >> >> We thought we had another new snag, but there's just a firewall or >> netw

Re: running tomcat5 -- as a service under 64-bit windows? SOLVED

2009-05-18 Thread will trillich
; > When you install the service you have to name it tomcat5. It is a > 'feature' of that service wrapper that for a service XXX the binarie > smust be named XXX.exe and XXXw.exe -- will trillich "Our only real economic security lies in our power to meet human needs." -

Re: startup.bat and catalina.bat -> NoClassDefFoundError: server

2009-05-17 Thread will trillich
problem in my C code, back in college -- took days to notice that there was one missing (or extra) semicolon. Thanks! -- will trillich "Our only real economic security lies in our power to meet human needs." -- S.Covey, the 8th Habit ---

Re: trouble starting tomcat: "error 0" on Windows 64bit SOLVED

2009-05-16 Thread will trillich
OPTS should have included "-server" but didn't: the initial dash was missing ("server" without the leading "-"). -- will trillich "Our only real economic security lies in our power to meet human needs." -- S.Covey, the 8th Habit

Re: startup.bat and catalina.bat -> NoClassDefFoundError: server SOLVED

2009-05-16 Thread will trillich
fore must match the mode the JVM process is running in - just as the > tomcat5.exe and tomcat5w.exe executables must.  Tomcat itself is pure Java, > so is platform and architecture independent. Aha. This might come in handy later. Thanks! -- will trillich "Our only real economic secu

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
-05-15 15:04:00] [info] Procrun (2.0.4.0) started >> > >> [2009-05-15 15:04:00] [info] Updating service... >> > >> [2009-05-15 15:04:00] [info] Service sakai updated >> > >> [2009-05-15

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
> > > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- will trillich "Our only real economic secur

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
1.dll in > Tomcat's bin directory, delete or rename it, since that will be a > 32-bit version.  If you really need the better performance provided > by APR, you can install the 64-bit .dll later. No .dll at all in \tomc