Where are my tomcat icons in Eclipse 3.1? How to use Tomcat with Maven and Eclipse 3.1?

2005-07-09 Thread Siegfried Heintze
Is there a more appropriate place to ask questions on tomcat and eclipse? I googled for some eclipse forums and found some, but they would not let me post to them. Anyway, I noticed that eclipse 3.0.1 has some nice little icons for starting and stopping eclipse. Under preferences it also

add to classpath

2005-07-09 Thread Stuart
Hi, Please scratch that last question. I still do not know what the problem is but I think I will just go with modifying Catalina.sh. Actually all I need to do is add to the tomcat classpath so that my web applications can find things in different locations. Is there are better way than hacking

Is tc-5.5.9 as stable as 5.0.28?

2005-07-09 Thread Zsolt Koppany
Hi, we ship our application with tc-5.0.28 and it is stable. Is 5.5.9 as stable as 5.0.28? If yes we would like to move to that version. We are happy with 5.0.28 and think to move to 5.5.9 because the built in java compiler (eclipse). Zsolt

Re: Where are my tomcat icons in Eclipse 3.1? How to use Tomcat with Maven and Eclipse 3.1?

2005-07-09 Thread Christoph Kutzinski
Are you referring to the Sysdeo Tomcat launcher? This is an external plugin, not part of a fresh Eclise install, you have to install it manually. Otherwise: the tutorial is about the WTP. Have you installed it properly with all dependencies? In that case you can start your project with the

Re: Is tc-5.5.9 as stable as 5.0.28?

2005-07-09 Thread Christoph Kutzinski
I've never heard about unstabilities in 5.5.9. I use it in my development environment for some time without any issues (however I'm still using 5.0.19 in production). One question: if you're happy with 5.0.28 why switch to 5.5.9? Never change a running system (unless you have very good

Re: symmetric crypt algorithm

2005-07-09 Thread Nikola Milutinovic
Carlos Bracho wrote: It's a java question more than a tomcat question Do you know where can I find a symmetric crypt algorithm implementation in java?? like blowfish, idea or des?? take a look at Java's Cryptography packages java.crypto.* Nix.

RE: Re: Tomcat JSVC Errors

2005-07-09 Thread Wasik, Paul
Bill, What exactly am I looking for here? ldd /usr/local/java/jdk1.5.0_03/jre/lib/i386/server/libjvm.so libm.so.6 = /lib/tls/libm.so.6 (0x0079a000) libdl.so.2 = /lib/libdl.so.2 (0x007f1000) libpthread.so.0 = /lib/tls/libpthread.so.0 (0x00111000) libc.so.6 =

[OT] Name On The Net in the UK

2005-07-09 Thread Mark Benussi
If you are a customer or know anyone who uses Name On The Net in the UK as their ISP please send an e-mail to [EMAIL PROTECTED] I have worked long and hard this week to get some answers and can provide them and, more importantly a simple solution. You can reply to this e-mail in relation to

Re: add to classpath

2005-07-09 Thread Gurumoorthy
why are you doing this ? just copy the jars to the lib directory inside WEB-INF .. and restart the app ... or if this spans into multiple application then ... put them in the tomcat/common/bin directory ... Regards guru - Original Message - From: Stuart [EMAIL PROTECTED] To: 'Tomcat

RE: add to classpath

2005-07-09 Thread Stuart
Guru, I need to do this so that I can deliver the application following my company's standard format. The tomcat application is just a small part of what is being delivered and we like to put all configuration information in a standard place for all apps. [please don't ask for any more

RE: Is tc-5.5.9 as stable as 5.0.28?

2005-07-09 Thread Zsolt
Hi Christoph , Because the eclipse compiler is much faster than javac and during the development it would be nicer to have a faster system but we want to use the same tomcat version for development and in production. Zsolt -Original Message- From: Christoph Kutzinski [mailto:[EMAIL