Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Filip Edoardo Panfili wrote: Edoardo Panfili wrote: Marc Farrow wrote: there is somethings wrog in my develope/deploy/me system. I'll begin from scratch. After a fresh installation the problem is still here (but not after all restarts). sometimes Tocat throws this exception

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
is that you forgot to do this export PATH=$JAVA_HOME/bin:$PATH in catalina.sh yes, i forgot this. But, sorry for the question, is it possible that this error causes my problems? thank you Edoardo Filip Edoardo Panfili wrote: Filip Hanik - Dev Lists wrote: try running a different VM, like

Re: NoClassDefFoundError: javax/servlet/http/HttpServlet

2006-05-02 Thread Edoardo Panfili
Edoardo Panfili wrote: Filip Hanik - Dev Lists wrote: if you are running the Sun VM, why is this in your stack trace? at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) The stack is the one that Tomcat has print before the remove of gcj. But the error is still here also after

Re: 404

2006-04-17 Thread Edoardo Panfili
THE FILE EXISTS ! Have you tried http://localhost:8080/ ? or http://localhost:8080/APPLICATION_NAME/index.jsp ? Edoardo Panfili -- [EMAIL PROTECTED] AIM: edoardopn Jabber: [EMAIL PROTECTED] tel:075 9142766 - To unsubscribe, e-mail

Re: 404

2006-04-17 Thread Edoardo Panfili
bugging me is that my server was running fine and I must have changed something somewhere but I don't know what ! If you have some time you can download tomcat from tomcat.apache.org and then use diff to find the differences from the original configuration files. Edoardo Panfili -- [EMAIL PROTECTED

Re: 404

2006-04-17 Thread Edoardo Panfili
/context.xml file /usr/loca/tomcat/webapps/root/WEB-INF/web.xml take a look at logs file in $tomcatHome/logs if something gone wrong during startup you can find details inside this directory. Edoardo Panfili -- [EMAIL PROTECTED] AIM: edoardopn Jabber: [EMAIL PROTECTED] tel:075 9142766

Re: FAQ: How do I make a Donation to the Tomcat Project?

2006-03-03 Thread Edoardo Panfili
Kaspar von Gunten ha scritto: Hi there We use Tomcat in our own products and would like to make a donation. Is this even possible, since the website doesn't state any means to do so? Keep up the good work, K. von Gunten we used http://www.apache.org/foundation/contributing.html#Paypal I

Re: A simple question about creating a thread in Tomcat app

2006-02-22 Thread Edoardo Panfili
Artur Rataj ha scritto: Hello! I would like, just after tomcat starts, to create a new thread. Where can I put the code that starts it? I do not want to wait with starting the thread until some servlet is needed. can you use somethings like: servlet servlet-nameServerInit/servlet-name

regarding HttpSession

2006-01-29 Thread Edoardo Panfili
. Thanks in advance Edoardo Panfili -- [EMAIL PROTECTED] AIM: edoardopn Jabber: [EMAIL PROTECTED] tel:075 9142766 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat mod_jk on WhiteboxEL ??

2006-01-25 Thread Edoardo Panfili
Olav Drageset ha scritto: Hello I am new to Tomcat and just installed Tomcat5.5 on whiteboxEL4 and get proper result when using http://localhost:8080 However browsing from another host on the same local network only hangs the browser when using the right IP-number. Should this work? Is there

Re: Postgresql and JNDI Datasource

2006-01-24 Thread Edoardo Panfili
torben ha scritto: I am trying to define a global JDBC datasource, where the database is Postgresql (version 7.3) ni Tomcat version 5.5.15. I have strictly followed the example in http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html, but it does not work if I define

Re: jsp cannont find my bean class

2006-01-09 Thread Edoardo Panfili
marju jalloh ha scritto: Hi everyone I`m using Tomcat 4.1.* on Linux .All my servlet and jsp work fine including the interaction with mysql database. Now I want to test a simple Bean but my jsp cannont find the Bean. Where to place the jsp file? How to direct the jsp file where

Re: How to create EXE in java

2006-01-08 Thread Edoardo Panfili
kavallappa chiru ha scritto: Hi How can i cretae exe file from java class file , so that i can run java application without running java classfile from the command prompt. I just want click on the icon to run it as we are all doing in windows. You don't need to create an exe file, take a

Re: Tomcat on Mac

2005-11-08 Thread Edoardo Panfili
additional information as I have it. I am using jfreechart 0.9.20. The problem for me is with ImageIO, for this reason I report the problem to apple. After all a Java VM crash is not part of the specification... Edoardo Panfili -- [EMAIL PROTECTED] AIM: edoardopn Jabber: [EMAIL PROTECTED] tel

<    1   2