RE: ( URGENT Please ) tomcat connection refused

2005-07-27 Thread David Shapiro
Did you generate the RSA key with the changeit password? Did you uncomment the section with 8443 port configuration? Did you wait long enough for the server to start (tail -f the catalina.out log and wait for it to see 8443 has started). What is in the catalina.out log? Any errors? On IBM AIX

RE: Urgent .Please help me out

2004-09-22 Thread Robert Shields
Hi Can you read this please: http://www.catb.org/~esr/faqs/smart-questions.html And then consider the following: - This seems like a servlet or JSP question rather than a Tomcat question. http://www.catb.org/~esr/faqs/smart-questions.html#forum - There is no explanation of the cirumstances surro

Re: Urgent !! Please help me out.

2004-09-22 Thread Marek Wójtowicz
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 4:49 PM To: Tomcat Users List Subject: Re: Urgent !! Please help me out. Hi Shanti Your error seems to be a databse connection error. Tell me r u using oracle as your database for the application. Then you need to check the entries for db

RE: Urgent !! Please help me out.

2004-09-22 Thread Shanti Priya
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:530) at java.lang.Thread.run(Thread.java:534) -Original Message- From: prashant chavan [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 4:49 PM To: Tomcat Users List Subject: Re: Urgent !! Please help me out. Hi

Re: Urgent !! Please help me out.

2004-09-22 Thread prashant chavan
Hi Shanti Your error seems to be a databse connection error. Tell me r u using oracle as your database for the application. Then you need to check the entries for db connectivity files - driverproperties.properties. Reply me with detailed info sot that i can help in a much better way. Regard

Re: Urgent !! Please help me out.

2004-09-22 Thread Antony Paul
This is because the oracle dll is not found int the PATH environment variable. For this you should have Oracle client installed. Or you can use Oracle thin driver which dont need Oracle installed rgds Antony Paul - Original Message - From: "Shanti Priya" <[EMAIL PROTECTED]> To: "Tomcat-Us

Re: URGENT PLEASE HELP ME........................................

2003-12-17 Thread Ben Souther
If his app is directly under the webapps directory, he shouldn't need to alter server.xml. AutoDeploy will pick it up. You will, however need to create a mapping for your servlet in your web.xml file under WEB-INF in your app's directory. On Wednesday 17 December 2003 11:05 am, qi zhang wr

Re: URGENT PLEASE HELP ME........................................

2003-12-17 Thread qi zhang
You should change your server.xml, adding another context like Try to see if it will help. > I could able to run servlets in tomcat 4.1. I created > a folder called webdev in webapps in that i created WEB-INF and > classes. I stored web.xml in WEB-INF. as follows. > webapps/webdev/WEB-INF/cla

RE: URGENT PLEASE HELP ME........................................

2003-12-17 Thread Schalk
Pinguti Can you post the xml code here or somewhere on the web where we can have a look at it. I have not had any problems with Tomcat and web.xml. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.real

RE: URGENT PLEASE HELP ME........................................

2003-12-17 Thread George Sexton
Try reading the documentation. The default invoker is disabled in 4.1.x. Either re-enable it, or create servlet/servlet mapping pairs in the web.xml file. -Original Message- From: Pinguti Sridevi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 1:22 AM To: anand; javagroup; pa

RE: Urgent please -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-20 Thread Mike Curwen
LException se) > { > System.out.println( "Erro na consulta a dicas: > BancoServlet " + se); > } >} > > t0 > -Mensagem original- > De: Wade Chandler [mailto:[EMAIL PROTECTED] > Enviada em: segunda-feira, 20 de outubro de 2003 15:34 >

RE: Urgent please -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-20 Thread Wade Chandler
0 de outubro de 2003 13:50 Para: 'Tomcat Users List' Assunto: RE: Urgent please -crazy error when turnning tomcat a NT4.0 Servi ce I would say it is a permissions error. You are getting a NullPointerException. Which probably means something was not found. It could even be a targeting e

RE: Urgent please -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-20 Thread Wade Chandler
I would say it is a permissions error. You are getting a NullPointerException. Which probably means something was not found. It could even be a targeting error. The service is probably being ran as a user with no permissions. What are you doing on the lines in the code from here: at Ba

RE: Urgent please -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-20 Thread Mike Curwen
what database are you using? If it's MSAccess, then make sure you set up your DSN to be a 'system' DSN. > -Original Message- > From: Jose Euclides da Silva Junior - DATAPREVRJ > [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2003 11:24 AM > To: '[EMAIL PROTECTED]' > Subject: Urg

RE: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Mike Curwen
__ > > __ > > _ > > > > System.out.println(" passei no getatribute " + autorizacao); > > > > for(int i = 0;pega.hasNext()&&i<10;i++) > > { > > dica = (Dica)pega.next(); >

RE: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Mike Curwen
if ( autorizacao == null ) > > { %> > onClick='javascript:window.open("http://wtrjo210/apresentaDica > .jsp?num=<%=pa > gina_atual%>&pos=<%=i+1%>","","width=640,height=450,resizable= > no,location=no &

RE: URGENT, PLEASE. The old Bug with bean cache?

2003-09-25 Thread Shapira, Yoav
Howdy, You should post the logs with the full error and your relevant source code. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Jose Euclides da Silva Junior - DATAPREVRJ >[mailto:[EMAIL PROTECTED] >Sent: Thursday, September 25, 2003 10:40 AM >To: '[EMAIL PROTECTED

RE: Urgent please, what does this error mean( IncompatibleClassChangeError)?

2003-07-17 Thread Shapira, Yoav
Howdy, What are you using (if a 3rd party package) to handle file uploads? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Jose Euclides da Silva Junior - DATAPREVRJ >[mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 16, 2003 7:30 PM >To: '[EMAIL PROTECTED]' >Subject:

Re: Urgent please, what does this error mean( IncompatibleClassChangeError)?

2003-07-16 Thread Rick
You might need to recompile all of your classes. - Original Message - From: "Jose Euclides da Silva Junior - DATAPREVRJ" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 4:29 PM Subject: Urgent please, what does this error mean( IncompatibleClassChangeError)?

RE: Urgent: Please Help!

2002-10-24 Thread Turner, John
In order to use Tomcat with IIS, you need a file called isapi_redirector.dll. Do you have this file? John > -Original Message- > From: Katsutoshi Rachi [mailto:rachi@;imageone.co.jp] > Sent: Thursday, October 24, 2002 7:56 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Ur

RE: Urgent!!Please Help!

2002-07-22 Thread Cox, Charlie
o [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 11:00 AM > To: 'Tomcat Users List' > Subject: RE: Urgent!!Please Help! > > > No !! > > > Renato Romano > Sistemi e Telematica S.p.A. > Calata Grazie - Vial Al Molo

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
]] Sent: lunedì 22 luglio 2002 16.47 To: Tomcat Users List Subject: RE: Urgent!!Please Help! Hi, >3) When not using the error-page clause for the 403 error, I get the >Tomcat 403 error page (the one with blu highlighted words...) as >expected. Same for 404 And do you get the NPE in the

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
Hi, >3) When not using the error-page clause for the 403 error, I get the >Tomcat 403 error page (the one with blu highlighted words...) as >expected. Same for 404 And do you get the NPE in the catalina log? Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail:

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
10 2712603 _ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: lunedì 22 luglio 2002 15.09 To: Tomcat Users List Subject: RE: Urgent!!Please Help! Hi, 1. Why is your web.xml written to the 2.2 spec (and the 2.2 DTD)? Tomcat 4.x expects the 2.3 DTD. 2. Please try to write v

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
ilto:[EMAIL PROTECTED]] >Sent: Monday, July 22, 2002 9:05 AM >To: 'Tomcat Users List' >Subject: RE: Urgent!!Please Help! > >Here they are. I tried to find some mispelling, but I did not find them >!! >Thanks a lot. >Renato > >

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
_ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: lunedì 22 luglio 2002 14.41 To: Tomcat Users List Subject: RE: Urgent!!Please Help! Howdy, An NPE doesn't necessarily have a root cause. I would guess that you have a misconfigured error han

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
Howdy, An NPE doesn't necessarily have a root cause. I would guess that you have a misconfigured error handling tag in your server.xml or web.xml. Can you post them please? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Renato Romano [mailto:[EMAIL PROTECTED]] >S

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
There is no 'root cause'. I saw this in many other places, but not here... -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: lunedì 22 luglio 2002 13.30 To: 'Tomcat Users List' Subject: RE: Urgent!!Please Help! further down in the stack tra

RE: Urgent!!Please Help!

2002-07-22 Thread Cox, Charlie
further down in the stack trace should be a 'root cause'. please post it as this is the real error... > -Original Message- > From: Renato Romano [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 6:38 AM > To: 'Tomcat Users List' > Subject: Urgent!!Please Help! > > > I find severa

Re: Urgent.. Please help me

2002-05-03 Thread James Williamson
Are you using the WARP connector by any chance? Regards, James Williamson www.nameonthe.net UK Tomcat Hosting > > - Original Message - > From: "Alvin Wang" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Friday, May 03, 2002 4:05 PM > Subject: Urgent.. Please he

Re: Urgent.. Please help me

2002-05-03 Thread Giorgio Ponza
please send some more, like the db JNDI definition, i think is only a name problem GIorgio - Original Message - From: "Alvin Wang" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 4:05 PM Subject: Urgent.. Please help me > Hi! I have an urgent q

Re: URGENT! PLEASE.. STRANGE COMPILING ERROR

2002-02-26 Thread Dmitry Nikelshpur
Try adding the path to servlet.jar to your CLASSPATH. I believe that should fix your problem. Dmitry Catalin wrote: >Hello everyone! > > >I have installed Apache_Tomcat_4.0 (on a win2k OS and jdk1.3.1 support). I have a web >application with servlets. I can't compile any more servlets (I >usual

RE: URGENT! PLEASE.. STRANGE COMPILING ERROR

2002-02-26 Thread Jan Søgaard
Hi This is proberly a problem with your javac class path. jar files are not automaticly appended to the class path, so try to add the jar file to you class path. BR Jan. -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: 26. februar 2002 21:52 To: [EMAIL PROTECTED] Subjec

RE: URGENT! PLEASE..

2002-01-10 Thread Justin Rowles
> Btw, what does "10x2 all" mean?? It means "thanks" as in "ten-x" (say it, then realise how lame it is). I worry about the mental health of people who use that sort of thing myself... ;-) J. -- You're only jealous cos the little penguins are talking to me.

Re: URGENT! PLEASE..

2002-01-10 Thread John M. Corro
You can place the jar package under "\web-inf\lib" if you want available to that application only or you could also place it in the \lib directory for all apps under Tomcat to access it. Btw, what does "10x2 all" mean?? - Original Message - From: "Catalin" <[EMAIL PROTECTED]> To: <[EMAIL

RE: URGENT! PLEASE..

2002-01-10 Thread Mike Curwen
If you put the classes into the /lib directory, they should be picked up when Tomcat is started. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Thursday, January 10, 2002 10:25 AM To: Tomcat Users List Subject: Re: URGENT! PLEASE

Re: URGENT! PLEASE..

2002-01-10 Thread Jean-Luc BEAUDET
Catalin a écrit : > I have a jakarta tomcat 3.3m4 with an web apps with servlets. How can > I do to "tell " to my web app where is "javax" package (not to put it > everytime to \web-inf\classes)? > > 10x 2 all > > -- > To unsubscribe: > For additional commands:

RE: URGENT! PLEASE..

2002-01-10 Thread Larry Isaacs
What "javax" classes are you trying to access? There are a lot of jars that include the javax package and a lot of classes "under" this package. servlet.jar contains "javax.servlet" and is already available to all web applications since is is located in lib/common. Cheers, Larry > -Origina

RE: Urgent please respond

2001-06-28 Thread Randy Layman
There is no way to start the execution of a batch file on one machine and have it run in the context of another. Microsoft does have several solutions to this. You probably want to look into their RConsole (part of the NT Resource Kit). A different approach might be to set up IIS on th

Re: Urgent please respond

2001-06-27 Thread pete
Why not run an Perl or other CGI-type program to execute your batch file, and invoke it remotely. (ASP, AFAIK, lacks the 'exec' command or similar)? You could do this equally well with servlets or most other web languages. Remeber to password-protect these scripts though. -Pete > I cant see

Re: Urgent please respond

2001-06-27 Thread Dmitri Colebatch
I cant see what this has to do with Tomcat, but essentially what you're asking for is RMI of a batch file. If you want to give me some details of what it is you're trying to do I'm happy to try and help, but I'd suggest taking it offline as it is not related to this list. cheers dim On Thu,