Re: java.lang.Object cannot be resolved

2006-02-13 Thread Sebastian Funk
Hi, On Feb 13, 2006, at 5:56 PM, Caldarale, Charles R wrote: From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.Object cannot be resolved No, simple "javac Hello.java" doesn't work. Only if I set $CLASSPATH to "/usr/lib/jdk/jre/lib/rt.jar" or wi

Re: java.lang.Object cannot be resolved

2006-02-13 Thread Sebastian Funk
Hi, Do you really need sudo here? Perhaps that's creating some issues. doesn't seem so. I get exactly the same error in my home directory. What happens if you try to compile a simple "Hello World" program, without anything specified for -cp? (Try it with and without sudo to see if that make

Re: java.lang.Object cannot be resolved

2006-02-12 Thread Sebastian Funk
SSPATH=$JAVA_HOME/jre/lib/ rt.jar:$CLASSPATH wont work Martin- - Original Message ----- From: "Sebastian Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, February 11, 2006 4:05 PM Subject: Re: java.lang.Object cannot be resolved Hi, I never se

Re: java.lang.Object cannot be resolved

2006-02-11 Thread Sebastian Funk
unstable. Have you tried to restart Tomcat? -- David Sebastian Funk wrote: On Feb 11, 2006, at 6:30 PM, Caldarale, Charles R wrote: From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: java.lang.Object cannot be resolved import java.lang.Object; The type java.lang.Object

Re: java.lang.Object cannot be resolved

2006-02-11 Thread Sebastian Funk
On Feb 11, 2006, at 6:30 PM, Caldarale, Charles R wrote: From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: java.lang.Object cannot be resolved import java.lang.Object; The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class

java.lang.Object cannot be resolved

2006-02-11 Thread Sebastian Funk
type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files the same source code worked fine for weeks. I don't use any IDE's like Eclipse. Greetings, Sebastian Funk - To unsu

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- I've got nothing named "stdout*.log". Where so - Original Message - From: "Sebastian Funk" <[EMAIL PROTECTED]> To: "Tomcat

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
traffic On Fri, 2005-12-16 at 19:05 +0100, Sebastian Funk wrote: Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- Sorry, but I've got nothing named "stdout*.log". Where should that be? -

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- I've got nothing named "stdout*.log". Where so - Original Message - From: "Sebastian Funk" <[EMAIL PROTECTED]> To: "Tomcat

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- Sorry, but I've got nothing named "stdout*.log". Where should that be? - Original Message - From: "Sebastian Funk" <[EMAIL PROTECT

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
/home/tomcat/tomcat/temp Using JRE_HOME: /usr/lib/jdk but then nothing happens, and I get no prompt back. Did I miss a port? Best Regards, Sebastian Funk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, I've run a Tomcat-server and it worked fine. Now I've installed "iptables" and I'm getting some trouble. Wich port do I have to open for tomcat? Only the 8080 doesn't seem to be enough. What else?

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Sebastian Funk
Hi, I got the same error a few weeks ago. in my case, the URL was wrong. you use: jdbc:mysql://l/AdressBook Are you sure it's right? Is 'l' really the right host? Did you tried it with the ip-address? Best Regards, Sebastian On Dec 12, 2005, at 2:37 PM, marju jalloh wrote: I went

Re: servet-dircetory

2005-12-04 Thread Sebastian Funk
On Dec 4, 2005, at 4:19 PM, Wendy Smoak wrote: On 12/4/05, Sebastian Funk <[EMAIL PROTECTED]> wrote: I've read a book about servlets called "Java Servlet Progamming". This book says I can access all my servlets - additionally to that what I declared in web.xml - via

servet-dircetory

2005-12-04 Thread Sebastian Funk
(Sorry if I sent this message twice, I didn't get the first one) Hi, I've read a book about servlets called "Java Servlet Progamming". This book says I can access all my servlets - additionally to that what I declared in web.xml - via http://tomcat-server:8080/servlet/myServlet but I

Re: HttpServlet not found?

2005-11-29 Thread Sebastian Funk
Hi, thanks a lot. Very quick. Only 3 minutes and I got help. Best regards, Sebastian Funk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HttpServlet not found?

2005-11-29 Thread Sebastian Funk
Hi, thanks for helping. that seems to work. I'll be watching it. But when I shouldn't set the $CLASSPATH, how can I load the MySQL- Drivers? Thanks $ Greetings, Sebastian Funk - To unsubscribe, e-mail: [EMAIL PROT

Re: HttpServlet not found?

2005-11-29 Thread Sebastian Funk
le my servlet, without any changes, I get that error. I set all $CLASSPATH's new and move j2ee.jar to another place, where it shouldn't be find. but I get the same error "NoClassDefFoundError". Thanks & Greetings, Sebastian Funk -