Servlet problem with Tomcat

2004-11-17 Thread Ross Smith
if this is a simple Java/Servlet problem, but neither my colleagues or I have had any success with this matter. Any and all help would be greatly appreciated. Regards, Ross Smith 63 [15.11.04 15:56:57,531] [main] ERROR com.jario.server.jmx.JMXManager - registerJMXConnector() ReflectionException

RE: Servlet problem with Tomcat

2004-11-17 Thread Shapira, Yoav
classloader. The two are different... Yoav Shapira http://www.yoavshapira.com -Original Message- From: Ross Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 9:32 AM To: [EMAIL PROTECTED] Subject: Servlet problem with Tomcat Hi, I am having an infuriating problem

Re: Servlet problem with Tomcat

2004-11-17 Thread Sharad Ramadas
Did you try setting the classpath for the JAR file. You need to give the entire path till the JAR file. -Sharad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

servlet problem

2004-11-03 Thread JAY BHAGATWALA
hello...all.. i am new to tomcat and having trouble running servlet in tomcat. problem is as follows : i have developed one servlet program, if i put the program into the webapps\servlets-example\web-inf\classes then it works fine, but if i put the program in another directory like

Re: servlet problem

2004-11-03 Thread Edouard Dalla-Costa
It is pretty easy, you just have to do 2 things: First in the server.xml file, if you want to use another directory, like myDirectory (at root of C or under linux /myDirectory), you have to add this line at the end of the document logger .../ and /host: Context path=/unitellie

Re: servlet problem

2004-11-03 Thread Wendy Smoak
From: JAY BHAGATWALA [EMAIL PROTECTED] i have developed one servlet program, if i put the program into the webapps\servlets-example\web-inf\classes then it works fine, but if i put the program in another directory like webapps\demo\web-inf\classes then it gives error that requested resource

servlet problem with tomcat 4.0.4

2003-10-22 Thread Ivan Venuti
Hello, I have a servlet that generates a PDF document. The generation task is quite long, so I have decided to do it in an asyncronous way: the servlet receives the request of generating the document and outputs a waiting HTML page that submit a request to the servlet, after a predefined lap of

Servlet problem

2002-12-23 Thread Dishan Fernando
Hi all Hi new to this group., but i want to know is how to config. servlet as a wellcome file thx Regards D i s h a n -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Servlet problem

2002-12-23 Thread Jacob Kjome
You can't do that directly. Set up an html file or a jsp file with a redirect to the servlet you want. I believe this will be possible in Servlet-2.4 (Tomcat 5), but not in Servlet-2.3 (Tomcat 4.x.x). Jake At 02:21 PM 12/23/2002 +0600, you wrote: Hi all Hi new to this group., but i want

Servlet problem...

2002-07-09 Thread Mike Neder
Hi everybody, I have a servlet problem. I installed Tomcat and the JSP pages are working fine. But I have a problem compiling servlets. I put HelloServlet.java in C:\ServletDevel and my CLASSPATH=.;C:\ServletDevel;tomcat\common\lib\servlet.jar;C:\javamail-1.2\ma il.jar;C:\jaf-1.0.1

Re: Servlet problem...

2002-07-09 Thread rsequeira
PROTECTED] on 07/09/2002 10:03:09 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:Servlet problem... Hi everybody, I have a servlet problem. I installed Tomcat and the JSP pages are working fine. But I have a problem compiling

Re: Servlet problem...

2002-07-09 Thread Mike Neder
: \javamail-1.2\ma il.jar;C:\jaf-1.0.1\activation.jar /snip RS Mike Neder [EMAIL PROTECTED] on 07/09/2002 10:03:09 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:Servlet problem... Hi everybody, I have a servlet problem

Re: Servlet problem...

2002-07-09 Thread stefan
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 5:03 PM Subject: Servlet problem... Hi everybody, I have a servlet problem. I installed Tomcat and the JSP pages are working fine. But I have a problem compiling servlets. I put HelloServlet.java in C:\ServletDevel and my

is not a servlet problem

2002-04-28 Thread Tevfik Aytekin
Hi, I have looked at many places but I could not solve my problem. I have migrated from tomcat 3.3 to tomcat 4.0.3 But my servlets which are working under tomcat 3.3 do not work under tomcat 4.0.3 The example servlets under tomcat 4.0.3 are working properly by the way. The following error is

RE: is not a servlet problem

2002-04-28 Thread Tevfik Aytekin
I have installed tomcat-4.0.1 No problems. There should be something wrong with tomcat-4.0.3 TA. -Original Message- From: Tevfik Aytekin [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 10:19 PM To: [EMAIL PROTECTED] Subject: is not a servlet problem Hi, I have looked at many

RE: applet to servlet problem - JVM problem ?

2002-03-10 Thread tamir
-in. Does anybody have something close that works without the plugin ? I'd really appreciate your help. Tnx, Tamir -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 3:22 AM To: Tomcat Users List Subject: Re: applet to servlet problem tamir

applet to servlet problem

2002-03-07 Thread tamir
Hello everybody, I'm quite sure it's not tomcat problem, however, I give it a shot, mainly because I know all the people here usually have great ideas... I'm using tomcat 3.3.1b. I've an applet that runs several threads. Each thread calls to the server using URLConnection. Everything works

Re: applet to servlet problem

2002-03-07 Thread Toru Watanabe
. regards, Watanabe. In the message applet to servlet problem D054B0637615D611967000D0B78059CB0254F4@IBM3000 tamir [EMAIL PROTECTED] wrote: tamir Hello everybody, tamir I'm quite sure it's not tomcat problem, however, I give it a shot, mainly tamir because I know all the people here

servlet problem

2002-01-24 Thread Galbayar
Hi my servlet running on Tomcat 3x but not running on Tomcat 4 error is page cannot be displayed. I'm copyed servlet in to myapp\WEB-INF\classes directory? how to run servlet on Tomcat 4.0? Galbayar Dorjgotov Software Engineer Mobinet ISP http://www.mobinet.mn [EMAIL PROTECTED]

servlet problem

2001-04-27 Thread Wang, Yuhui
Hello, I have written a servlet and put it in the webapps/examples/WEB-INF/classes directory with other example servlets. When I try to access it with a web browser, I got "SSL required to access this page". And I have not problem access other examples in the same directory. Can anyone

RE: servlet problem

2001-04-27 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
27, 2001 11:40 AMTo: '[EMAIL PROTECTED]'Subject: servlet problem Hello, I have written a servlet and put it in the webapps/examples/WEB-INF/classes directory with other example servlets. When I try to access it with a web browser, I got "SSL required to access this page".

RE: servlet problem

2001-04-27 Thread Wang, Yuhui
: Friday, April 27, 2001 11:54 AMTo: '[EMAIL PROTECTED]'Subject: RE: servlet problem that example may be protected with a user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee !-- or INTEGRAL -- /user-data-constraint check WEB-INF/web.xml Tim Julien

RE: servlet problem

2001-04-27 Thread Wang, Yuhui
11:54 AMTo: '[EMAIL PROTECTED]'Subject: RE: servlet problem that example may be protected with a user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee !-- or INTEGRAL -- /user-data-constraint check WEB-INF/web.xml Tim Julien HP Middleware ---

RE: servlet problem

2001-04-27 Thread Filip Hanik
, Yuhui [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 11:25 AM To: '[EMAIL PROTECTED]' Subject: RE: servlet problem Also, if I try to open a file in my servlet code, like File myfile = new File(myservlet.conf); where should I put the file? Yuhui Wang -Original Message- From: JULIEN

SERVLET problem for a beginer

2001-04-17 Thread Peymon Nicky
I installed Apache and Tomcat . I use Tomcat in stand-alone mode . My Apache is working fine . I have these problems : 1. How can I know that Tomcat is working ? 2. How can I install a servlet in it ? Thanks

RE: SERVLET problem for a beginer

2001-04-17 Thread Gael Oberson
1. How can I know that Tomcat is working ? You can browse the tomcat page that comes with your tomcat installation and try the examples if they work, that's done... (http://your_site:8080) 2. How can I install a servlet in it ? Edit the server.xml, web.xml files, study them

RE: Servlet problem

2001-02-23 Thread tomcat user
PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] Sent: February 23, 2001 11:14:19 AM GMT Subject: Servlet problem Hi!I have a problem with running a servlet.I use win98,I can execute JSP page(also mine) and i can execute the servlet examples.I can't use my servlet!How can i do

Re: Servlet problem

2001-02-23 Thread Peter Andersén
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 23, 2001 3:15 PM Subject: RE: Servlet problem I'm sorry that I can't answer your question right now. I'm a newbie and I can't get my own JSP to compile. Since you have made if further than me, could you be so kind and t

Servlet problem

2001-02-23 Thread Carlos López M.
Hi i want to use oreilli upload class and It just doens work Here is the diferent code, could somebody tell if something is wrong Directori /webapps/ /serv/uploadtest.html /servlet/UploadTest.java web.xml, where does the UploadTest.java supose to be?? servlet

RE: Servlet problem

2001-02-23 Thread Michael Wentzel
Here is the diferent code, could somebody tell if something is wrong Directori /webapps/ /serv/uploadtest.html /servlet/UploadTest.java web.xml, where does the UploadTest.java supose to be?? servlet servlet-name UploadTest

RE: Servlet problem

2001-02-23 Thread Kyle Burke
om: Carlos Lpez M. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 4:38 PM To: [EMAIL PROTECTED] Subject: Servlet problem Hi i want to use oreilli upload class and It just doens work Here is the diferent code, could somebody tell if something is wrong Directori /webapps/

Re: Servlet problem

2001-02-23 Thread Filip Hanik
Message - From: "Carlos Lpez M." [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 23, 2001 1:37 PM Subject: Servlet problem Hi i want to use oreilli upload class and It just doens work Here is the diferent code, could somebody tell if something is wrong Directori

RE: Servlet problem

2001-02-23 Thread Carlos López M.
Thanks for the tip, but another question what's has to go in the /servlet/ folder -Mensaje original- De: Michael Wentzel [mailto:[EMAIL PROTECTED]] Enviado el: Viernes, 23 de Febrero de 2001 03:24 p.m. Para: '[EMAIL PROTECTED]' Asunto: RE: Servlet problem Here is the diferent code

RE: Servlet problem

2001-02-23 Thread Kyle Burke
The "UploadTest.class" file. -Original Message- From: Carlos Lpez M. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 5:08 PM To: [EMAIL PROTECTED] Subject: RE: Servlet problem Thanks for the tip, but another question what's has to go in the /servlet/ folder --

Re: Servlet problem

2001-02-23 Thread Filip Hanik
nothing! :) ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net - Original Message - From: "Carlos Lpez M." [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 23, 2001 2:08 PM Subject: RE: Servlet problem

RE: Servlet problem

2001-02-23 Thread Michael Wentzel
Thanks for the tip, but another question what's has to go in the /servlet/ folder The servlet folder shouldn't actually exist at all. If you take a look at the TOMCAT_HOME/conf/web.xml file you will see that the invoker servlet(which handles "calling" the servlet requested) maps to the

RE: Servlet problem

2001-02-23 Thread Michael Wentzel
The "UploadTest.class" file. -Original Message- From: Carlos Lpez M. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 5:08 PM To: [EMAIL PROTECTED] Subject: RE: Servlet problem Thanks for the tip, but another question what's has to go in the /servlet/

RE: Servlet problem

2001-02-23 Thread Carlos López M.
Hey tanks you all, everithing work just fine. And I manage to upload the file. -Mensaje original- De: Kyle Burke [mailto:[EMAIL PROTECTED]] Enviado el: Viernes, 23 de Febrero de 2001 04:03 p.m. Para: [EMAIL PROTECTED] Asunto: RE: Servlet problem You're editing the wrong web.xml file

RE: Servlet problem

2001-02-23 Thread Kyle Burke
I stand corrected. Thanks Michael. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 4:54 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet problem The "UploadTest.class" file. -Original Message- From: Carlos Lpez

File downloading through a servlet problem. This is weird!!!

2000-12-22 Thread Stefán F. Stefánsson
Hello. I'm experiencing strange things when I download files through a servlet. The history is that I have access to a file stream in a servlet and I want the user to be able to download this file. I do this by sending a file id as a parameter to the servlet as so:

Re: File downloading through a servlet problem. This is weird!!!

2000-12-22 Thread Kurt Bernhard Pruenner
Stefán F. Stefánsson wrote: response.setContentType("application/octet; name=" + theFileName + "\nContent-Disposition: attachment; filename=" + theFileName + "\n\n"); Try response.setContentType("application/octet; name=" + theFileName);