Re: Help me: URGENT!!!

2002-05-04 Thread James Williamson
TED]> Sent: Friday, May 03, 2002 11:32 AM Subject: Re: Help me: URGENT!!! > But I dont't want my IP. > > I presume that .getLocalHost() in my servlet gives me my IP. > > I want the Ip address of the requesting server (and not my IP or IP cost > client = user). > >

Re: Help me: URGENT!!!

2002-05-04 Thread Laura
> mailto:[EMAIL PROTECTED] > www.Rubico.com > > The Business Component Company > > > -Original Message- > From: Laura [mailto:[EMAIL PROTECTED]] > Sent: Fri 03 May 2002 11:18 > To: [EMAIL PROTECTED] > Subject: Help me: URGENT!!! > > > Hi all, > &

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,

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

Urgent.. Please help me

2002-05-03 Thread Alvin Wang
Hi! I have an urgent question. Could any guru help me to diagnosis it? I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However, it raise the following exception: javax.naming.NameNotFoundException: Name java:comp is not bound in this Context

RE: Help me: URGENT!!!

2002-05-03 Thread Cox, Charlie
Subject: Re: Help me: URGENT!!! > > > Hi Michael, > > I presume that the only way solving my problem is introducing > an additional > parameter in the query string. > > sigh, sigh, sigh > > > Bye and thanks everybody > > > Laura >

Re: Help me: URGENT!!!

2002-05-03 Thread Christian Bockerman
Hi Laura ! Perhaps I completely misunderstand your problem. On Fri, May 03, 2002 at 11:17:48AM +0200, Laura wrote: > I have a servlet which has to recognize two ip addresses. If the servlet > finds that the request is from the IP1 (server1), it sets a shop login > variable to x, else if th

Re: Help me: URGENT!!!

2002-05-03 Thread Raja Sekhar
Hi, Try using request.getServerName(). If this doesnt work, import java.net.*, in which u use, InetAddress.getHostAddress(). Hope this should solve your problem. ..Raj -- On Fri, 3 May 2002 11:17:48Laura wrote: >Hi all, > >please help me!! I'll explain you my problem. > >I have a servle

Re: Help me: URGENT!!!

2002-05-03 Thread Laura
Hi Michael, I presume that the only way solving my problem is introducing an additional parameter in the query string. sigh, sigh, sigh Bye and thanks everybody Laura Alle 12:28, venerdì 3 maggio 2002, Mikael Helbo Kjær ha scritto: > > I have two clients (company A and company

RE: Help me: URGENT!!!

2002-05-03 Thread Mikael Helbo Kjær
> I have two clients (company A and company B): each company > use one interface > and when the user has to pay, the compnay (A or B) calls my > sistem(servlets > with tomcat and apache). I'd like to distinguish A or B by IP > address but > when I call request.getRemoteAddr() in my servlet I take

Fwd: Re: Help me: URGENT!!!

2002-05-03 Thread Laura
> mailto:[EMAIL PROTECTED] > www.Rubico.com > > The Business Component Company > > > -Original Message- > From: Laura [mailto:[EMAIL PROTECTED]] > Sent: Fri 03 May 2002 11:18 > To: [EMAIL PROTECTED] > Subject: Help me: URGENT!!! > > > Hi all, > &

Re: Help me: URGENT!!!

2002-05-03 Thread Laura
Ok, this is a way. But is there a way without any additional parameter, exspecially in the query string? Bye Laura Alle 12:06, venerdì 3 maggio 2002, Øyvind Vestavik ha scritto: > I'm no expert, but in the request from the e-commerce server you could set > an additional parameter with the IP

Re: SV: Help me: URGENT!!!

2002-05-03 Thread Laura
Hi Mikael, I have two clients (company A and company B): each company use one interface and when the user has to pay, the compnay (A or B) calls my sistem(servlets with tomcat and apache). I'd like to distinguish A or B by IP address but when I call request.getRemoteAddr() in my servlet I take

RE: Help me: URGENT!!!

2002-05-03 Thread Anton Schoultz
ECTED] www.Rubico.com The Business Component Company -Original Message- From: Laura [mailto:[EMAIL PROTECTED]] Sent: Fri 03 May 2002 11:18 To: [EMAIL PROTECTED] Subject: Help me: URGENT!!! Hi all, please help me!! I'll explain you my problem. I have a servlet which has to recogn

Re: Help me: URGENT!!!

2002-05-03 Thread Øyvind Vestavik
I'm no expert, but in the request from the e-commerce server you could set an additional parameter with the IP of this that machine, something like http://server2.com/mypaymentservlet?requestingServer=129.241.345 Then you could retrieve this attribute in the servlet on the payment gateway with S

SV: Help me: URGENT!!!

2002-05-03 Thread Mikael Helbo Kjær
I don't really understand your application (I guess you know that you can get the server ip via InetAddress ). Otherwise you are aware that unless it is a server side forward or include (instead of a send redirect) then the browser is actually your client. More importantly you could add some param

Help me: URGENT!!!

2002-05-03 Thread Laura
Hi all, please help me!! I'll explain you my problem. I have a servlet which has to recognize two ip addresses. If the servlet finds that the request is from the IP1 (server1), it sets a shop login variable to x, else if the request IP is IP2 (server2) it sets the shop login to . The

urgent : treeview...

2002-05-02 Thread Jean Fotovat
hello community, is there someone who has tested successfully the tree implementation sample on http://www.keyboardmonkey.com/pilotlight with tomcat 3.2.1, or better with jbuilder 5.

Re: Problem with Connectors - Urgent help required Please!!!

2002-05-01 Thread Raja Sekhar
tory of your webserver. All this >is done in your httpd.conf > >> p.s : I read through the tomcat documentation or archives where I >> found your comments on connectors. I am confused which one to use >> & as such I dont find any mod_jk packages or native director

Re: Problem with Connectors - Urgent help required Please!!!

2002-04-30 Thread adrianthiele
n my 4.0.3 binary installation. But all the documents >which I get on the internet site talk about how to configure mod_jk with Tomcat. >Please help me out because this is a urgent task for me. > >Thanks & Regards, > >..Raj > > >Join 18 million Eudora users by signing

Problem with Connectors - Urgent help required Please!!!

2002-04-30 Thread Raja Sekhar
alk about how to configure mod_jk with Tomcat. Please help me out because this is a urgent task for me. Thanks & Regards, ..Raj Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]&g

Urgent (SecurityManager and Tomcat services and Runtime.getRuntime().exec ) ??

2002-04-28 Thread Tarek gh
Hi, i installed Tomcat4.03 on windows 2000 advanced server. if i have in my jsp code : <% Process p=Runtime.getRuntime().exec(Myexe) or Process p=Runtime.getRuntime().exec("cmd Myexe") or Process p=Runtime.getRuntime().exec("c:\\winnt\\system32\\cmd Myexe")

Tomcat/IIS/ISAPI/SendRedirect Problem - Please help me!!! Urgent!!!

2002-04-26 Thread Daniel Tamborelli Alvarenga
Please help me! I´m using Tomcat 3.2.4 with isapi_redirector.dll and IIS 5.0 on Win2k. The problem is with reponse.sendRedirect("../page.jsp?xxx=xxx.") Depending of the length of the query_string (xxx=xxx...) the Internet Explorer doesn´t redirect, it stays waiting for something. This

Urgent Concern Regarding using JDBC with Tomcat3.x

2002-04-18 Thread Prasanna K Kalle
Hi, Am facing the following problem . 1. I have db2 7.x installed. 2. I have got tomcat 3.x on my system. 3. I have a .war file which I would like to host on my system. 4. It refers to a Datasource with the following name "jdbc.TMDB". 5. I have altered my web. xml (in the %CATALINA_HOME%/conf di

Re: URGENT - Tomcat 4.0.3 thread pool allocation out-of-control bug (bugzilla 5735)

2002-04-17 Thread Remy Maucherat
> Thanks for the info Remy. I was not familiar with Coyote, but from the > release notes for 4.0.4-b2: > > Coyote: This release include a completely new HTTP/1.1 connector and > connector > API, called Coyote. This connector provides much improved performance and > robustness over the default

RE: URGENT - Tomcat 4.0.3 thread pool allocation out-of-control bug (bugzilla 5735)

2002-04-17 Thread Drew Cox
ginal Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 2:11 PM To: Tomcat Users List Subject: Re: URGENT - Tomcat 4.0.3 thread pool allocation out-of-control bug (bugzilla 5735) > We're having a killer problem on our production server, where tomcat

Re: URGENT - Tomcat 4.0.3 thread pool allocation out-of-control bug (bugzilla 5735)

2002-04-17 Thread Remy Maucherat
> We're having a killer problem on our production server, where tomcat 4.0.3 > goes crazy allocating threads in its thread pool, until it either runs out > of threads or heap (for us it's heap). > > Searching the list I found a reference to a (closed, not reproducible) bug > that looks the same: >

URGENT - Tomcat 4.0.3 thread pool allocation out-of-control bug (bugzilla 5735)

2002-04-17 Thread Drew Cox
We're having a killer problem on our production server, where tomcat 4.0.3 goes crazy allocating threads in its thread pool, until it either runs out of threads or heap (for us it's heap). Searching the list I found a reference to a (closed, not reproducible) bug that looks the same: http://nago

Re: Content-Encoding - URGENT Please

2002-04-10 Thread yilmaz
ohammed Ibrahim" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 8:09 AM Subject: Re: Content-Encoding - URGENT Please > Hi Randy, > Thanks for the quick response. I tried using > > response.setContentType() &

Re: Content-Encoding - URGENT Please

2002-04-09 Thread Taavi Tiirik
> Could you please verify the path again as i cannot see the "filters" > folder in classes? Also if you could please tell me what veresion of tomcat > you are using? I am using 4.0.3. This filter may not be available for tomcat 3.2.x though. Full path to SetCharacterEncodingFilter is as foll

Re: Content-Encoding - URGENT Please

2002-04-09 Thread Mohammed Ibrahim
"Mohammed Ibrahim" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 2:15 AM Subject: Re: Content-Encoding - URGENT Please > Strange... if you have example webapp then you should have this class > as well. > > Loo

Re: Content-Encoding - URGENT Please

2002-04-09 Thread Taavi Tiirik
Gulshan, Please take a look at /tomcat/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter. java This filter should solve your problem. Documentation should be self-explanatory. If you get stuck anywhere do not hesitate to ask. with best wishes, Taavi > Hi Randy, > Thanks fo

Re: Content-Encoding - URGENT Please

2002-04-09 Thread Mohammed Ibrahim
ECTED]> Cc: "Mohammed Ibrahim" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 1:40 AM Subject: Re: Content-Encoding - URGENT Please > Gulshan, > > Please take a look at > /tomcat/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter. > java > Thi

Re: Content-Encoding - URGENT Please

2002-04-09 Thread Taavi Tiirik
Strange... if you have example webapp then you should have this class as well. Look at http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/ and browse to webapps/examples/WEB-INF/classes/filters The class is there. with best wishes, Taavi > I could not find the specified class anywhere in the

Re: Content-Encoding - URGENT Please

2002-04-08 Thread Mohammed Ibrahim
header sent by the server to the browser to utf-8? Thanks Gulshan - Original Message - From: "randy melder" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 5:15 PM Subject: RE: Content-Encoding - URGENT Pl

RE: Content-Encoding - URGENT Please

2002-04-08 Thread randy melder
com/ * tel://602 279 0135 * Web Applications-- ***/ -Original Message- From: Mohammed Ibrahim [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 4:53 PM To: [EMAIL PROTECTED] Subject: Content-Encoding - URGENT

Content-Encoding - URGENT Please

2002-04-08 Thread Mohammed Ibrahim
Hi, I am having trouble setting the page content type and encoding on my JSP pages. The content on the JSP page is already in UTF-8 format and so we cannot use <%@ page %> tag to set content type and have to use HTML META TAG to set these headers. But tomcat alwasys sets the page encoding t

RE: someone help me !!!!..urgent...

2002-04-08 Thread Murat Buyukkal ([EMAIL PROTECTED])
le drivers on C:\classe12.zip... > > > > Now how do i set the path in this tomcat version so > > > > that i can access oracle I am in urgent need of > > > > this set up..so someone please help me... i have just > > > > started to use tomcat.. > > > > thanks > > > > Ajith > > > >

Re: someone help me !!!!..urgent...

2002-04-08 Thread Joe Meirow
rectories - not the classpath. - Original Message - From: "Arnaud Heritier" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 5:41 AM Subject: RE: someone help me ..urgent... > As it is wrote i

Urgent !!! Cannot start tomcat with SSL

2002-04-07 Thread Ann
Dear all, I have installed SSL for the tomcat 4.0 . It cannot start with the startup program. When I use the catalina run, I find that it has java.lang.NoSuchMethod Exception. Can anybody help? Thanks Ann Bruisy

Re: Cookies and tomcat (URGENT PLEASE!)

2002-04-07 Thread Daniel Hinojosa
paolo ciao wrote: >I know that servlet use cookies (if client support it) >to manage session id. >My question is quite simple: where this cookie is? >I need to understand this because I have to test my >application with Jmeter and I want to track >session...how can i do? > >Thanks for any help.

Cookies and tomcat (URGENT PLEASE!)

2002-04-07 Thread paolo ciao
I know that servlet use cookies (if client support it) to manage session id. My question is quite simple: where this cookie is? I need to understand this because I have to test my application with Jmeter and I want to track session...how can i do? Thanks for any help. _

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
ED]] > Date: vendredi 5 avril 2002 11:40 > A:Tomcat Users List > Objet:Fw: someone help me ..urgent... > > > - Original Message - > From: "Galbayar" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]>

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
gt; A:Tomcat Users List > Objet:Re: someone help me ..urgent... > > Put that zar file in tomcat4\libdirectory.It is working for me. > Raj > - Original Message - > From: "Shiva.Devaguptapu" <[EMAIL PROTECTED]> > To: "Tomcat U

Fw: someone help me !!!!..urgent...

2002-04-05 Thread Galbayar
- Original Message - From: "Galbayar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 15:24 Subject: Re: someone help me ..urgent... > rename classes12.zip to classes12.jar and copy into

Re: someone help me !!!!..urgent...

2002-04-05 Thread Raj
Put that zar file in tomcat4\libdirectory.It is working for me. Raj - Original Message - From: "Shiva.Devaguptapu" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 9:52 AM Subject: RE: someone help me !!!

RE: someone help me !!!!..urgent...

2002-04-05 Thread Shiva.Devaguptapu
set classpath=C:\classe12.zip;%classpath% -Original Message- From: Bala Murali [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: Re: someone help me ..urgent... it that not works, then unzip all the classes files to this tomcat_home

Re: someone help me !!!!..urgent...

2002-04-04 Thread Bala Murali
ith kondapalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 09:07 Subject: someone help me ..urgent... > hai, > I have installed JAKARTA-TOMCAT4.0.3 version on my > windows machine...its on C:\jakarta-tomcat 4.0.3 > I have installed ora

Re: someone help me !!!!..urgent...

2002-04-04 Thread Galbayar
rename classes12.zip to classes12.jar and copy into $TOMCAT_HOME/common/lib directory - Original Message - From: "ajith kondapalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 09:07 Subject: someone help me ..urgent... > ha

Re: someone help me !!!!..urgent...

2002-04-04 Thread Jacob Kjome
arta-tomcat 4.0.3 >I have installed oracle drivers on C:\classe12.zip... >Now how do i set the path in this tomcat version so >that i can access oracle I am in urgent need of >this set up..so someone please help me... i have just >started to use tomcat.. >

someone help me !!!!..urgent...

2002-04-04 Thread ajith kondapalli
hai, I have installed JAKARTA-TOMCAT4.0.3 version on my windows machine...its on C:\jakarta-tomcat 4.0.3 I have installed oracle drivers on C:\classe12.zip... Now how do i set the path in this tomcat version so that i can access oracle I am in urgent need of this set up..so someone

Re: Tom cat does not load class -- Urgent I need help

2002-04-04 Thread David M. Karr
> "Uma" == Uma Munugala <[EMAIL PROTECTED]> writes: Uma> Hi David Uma>Thanks for replying. Uma> Iam using Metrowerks CodeWarrior IDE for compiling, it uses JDK1.3 Uma> and tomcat also uses JDK1.3 Uma> The only directory name which has space is tomcat installation dir

RE: Tom cat does not load class -- Urgent I need help

2002-04-04 Thread Uma Munugala
] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: Tom cat does not load class -- Urgent I need help >>>>> "Uma" == Uma Munugala <[EMAIL PROTECTED]> writes: Uma> Hi Uma> Iam trying to convert a standalone

Re: Tom cat does not load class -- Urgent I need help

2002-04-04 Thread David M. Karr
> "Uma" == Uma Munugala <[EMAIL PROTECTED]> writes: Uma> Hi Uma> Iam trying to convert a standalone application to web based application Uma> using Tomcat. Uma> Iam running a servlet called Login in Tomcat 4.0.3-b1 on NT 4.0. I tried Uma> different versions of tomcat als

Tom cat does not load class -- Urgent I need help

2002-04-04 Thread Uma Munugala
Hi Iam trying to convert a standalone application to web based application using Tomcat. Iam running a servlet called Login in Tomcat 4.0.3-b1 on NT 4.0. I tried different versions of tomcat also like tomcat 4.0.3 and lower. In the above servlet Iam trying to load a class file called com.CellFu

URGENT! parsing problem

2002-04-04 Thread Robertwhadcock
Hello, We recently uninstalled ensim and installed cpanel in it's place. Cpanel offer a script that installs tomcat, this went ok. It will display a jsppage but isn't actually parsing the jsp code. Heres the error from the error logs root@global [/usr/local/apache/conf]# /usr/local/apache/bin/a

Re: session object [urgent!] [solution]

2002-04-03 Thread rsequeira
s List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: Re: session object [urgent!] [solution] Hi everybody and thank you for your answers I have found the solution to my problem... Actually there were no errors in my code neither in Tomcat 3.3. The

Re: session object [urgent!] [solution]

2002-04-03 Thread Nancy Crisostomo Martinez
ry much if you read > this message. Thanks. > > -Original Message- > From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 02, 2002 02:56 PM > To: Tomcat Users List > Subject: Re: session object [urgent!] > > I have found a kind of bug o

RE: session object [urgent!]

2002-04-03 Thread Huy K Dung
PM To: Tomcat Users List Subject: Re: session object [urgent!] I have found a kind of bug or I don't know what I tried to access to the session's attributes, with another servlet-engine and it works perferct! So... I think Tomcat 3.3 (I'm using) has a bug or maybe it is a cause of

RE: session object [urgent!]

2002-04-03 Thread Huy K Dung
ssion object [urgent!] I have found a kind of bug or I don't know what I tried to access to the session's attributes, with another servlet-engine and it works perferct! So... I think Tomcat 3.3 (I'm using) has a bug or maybe it is a cause of a bad configuration because the track

Re: session object [urgent!]

2002-04-02 Thread Nancy Crisostomo Martinez
I have found a kind of bug or I don't know what I tried to access to the session's attributes, with another servlet-engine and it works perferct! So... I think Tomcat 3.3 (I'm using) has a bug or maybe it is a cause of a bad configuration because the track is lost What do you think abou

session object [urgent!]

2002-04-02 Thread Nancy Crisostomo Martinez
Hi everybody! I need your help.. I'm trying to track some attributes I added to the session object, but I can't... I have an html file (main.htm) which opens a new window browser (validate.jsp) when you press a button to access to one service... Then when the user is validated in the validate.js

Re: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread todd tredeau
This is sort of easy... of course you run your site through Apache... which in turns does this connection deny from all "somedirectory" in your application or code... include something from "somedirectory" todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Sourc

RE: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread Barney Hamish
PROTECTED]] Sent: Thursday, March 21, 2002 1:18 PM To: Tomcat Users List Subject: Re: Apache/Tomcat security issue -- URGENT I didn't get any responses, so I'm reposting with some summary. I'm pretty sure some body might have a solution for this. Summary: Is it possible to protect

Re: Apache/Tomcat security issue -- URGENT

2002-03-21 Thread Surya Suravarapu
TECTED]> Date: Wednesday, March 20, 2002 8:57 pm Subject: Apache/Tomcat security issue -- URGENT > I'm using Apache 1.3.22 and Tomcat 4.0.2 on Windows NT/2000. > > I've a context called WebApp whose docBase="E:\WebApp". So, when I > point my browser to http:/

URGENT!! SOAP OVER SSL USING TOMCAT

2002-03-20 Thread Manu Kumar
Hello All, I have a servlet running in tomcat which dispatches a SOAP message over HTTP to another server and shows the response. The servlet takes some parameters from a html page and then dispatches SOAP message. On reciept of the message the servlet shows the response in a web-page. Now , i n

Apache/Tomcat security issue -- URGENT

2002-03-20 Thread Surya Suravarapu
I'm using Apache 1.3.22 and Tomcat 4.0.2 on Windows NT/2000. I've a context called WebApp whose docBase="E:\WebApp". So, when I point my browser to http://localhost/WebApp/main it will take me to the login screen of the application. There is a folder called "Reports" in my E:\WebApp. Some part

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-19 Thread Jim Cobban
- Original Message - From: "Jim Cobban" <[EMAIL PROTECTED]> Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run > - Original Message - > From: "Wagoner, Mark" <[EMAIL PROTECTED]> > Subject: RE: Urgent Re: Newbie: Servlet un

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Peter Wieland
OTECTED]> > Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run >> What URL are you using to get to the servlet? > I have tried a very wide range of URLs. According to all of the > documentation the one that should work is > http://localhost/servlet/Census.C

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
http:[EMAIL PROTECTED]%3E RS Uma Munugala <[EMAIL PROTECTED]> on 03/18/2002 12:26:13 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject: RE: Problem in running servlet please he

RE: Problem in running servlet please help--- URGENT

2002-03-18 Thread Uma Munugala
ods. when it is trying to access static variable iam getting this error. gDefaultConnectionIsOracle is defined as static public boolean gDefaultConnectionIsOracle = false; Thanks a lot Uma --- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: M

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread JavaJosh
I am fairly new, but perhaps I can help... > -Original Message- > From: Jim Cobban [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 10:34 AM > To: Tomcat Users List > Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run > > - Original

Re: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Fabien Nisol
At 02:59 PM 18/03/2002 -0500, you wrote: >Please read this thread and tell me what the h**l I am doing wrong. I am >just trying to write my first servlet. I have to give a demo Tuesday >evening and I cannot get TomCat to run my servlet. Tomcat insists that it >cannot find the class, even though

RE: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Keng Wong
Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 12:00 PM To: Tomcat Users List Subject: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my

RE: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jeff Macomber
- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 3:00 PM To: Tomcat Users List Subject: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my first servlet. I ha

Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my first servlet. I have to give a demo Tuesday evening and I cannot get TomCat to run my servlet. Tomcat insists that it cannot find the class, even though as far as I can see the servlet has deployed

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Are you absolutely sure the problem is with CensusQuery and not a referenced > class? It could be that Tomcat can't find anoth

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Ram Kurapati
Hello: try at http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 Rama -Original Message- From: Uma Munugala [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:26 PM To: 'Tomcat Users List' Subject: RE: Problem in running servlet please help--- urgent Hi sequ

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Wagoner, Mark
w you if the servlet is actually being located or not. -Original Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:34 PM To: Tomcat Users List Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run - Original Message - From: "Wag

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
Subject: RE: Problem in running servlet please help--- urgent Post your code/log output. Maybe someone will have a look at it. Or you could check the archives. I think I saw someone who had a similar problem. RS Uma Munugala <[EMAIL PROTECTED]> on 03/18/2002 11:27:42 AM Please resp

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > What URL are you using to get to the servlet? I have tried a very wide range of URLs. According to all of the documentation the one

RE: Charts in Jsp doesn't work [urgent!]

2002-03-18 Thread Kevin Wang
Crisostomo Martinez [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:06 PM To: Tomcat Users List Subject: Re: Charts in Jsp doesn't work [urgent!] Thaks Randy! And I tried it in both ways and the same error appear: /tomcat.sh: TOMCAT_OPTS=-Djava.awt.headless=true: is not a

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Wagoner, Mark
What URL are you using to get to the servlet? -Original Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 12:47 PM To: Tomcat Users List Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run - Original Message - From: "Wagoner,

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
; To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject: RE: Problem in running servlet please help--- urgent Thanks for replying I have synchronized methods and they are returning boolean. Can u please let me know how that is getting affected and what I need to do to so

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Did you add a Census context to your server.xml file? No. I looked at the way the examples used that file, and it seemed that

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Chris Pheby" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 10:07 AM Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Do you have a web.xml??? Yes I pre

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
let please help--- urgent Do you have any synchronized method? Are there any return statements within the synchronized methods? RS Uma Munugala <[EMAIL PROTECTED]> on 03/18/2002 10:00:13 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "'

Re: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
27;" <[EMAIL PROTECTED]> cc: Subject: Problem in running servlet please help--- urgent Hi Iam Running tomcat 4.0.3. on windows NT. Installation is successful, and examples work properly. I deployed my application in web-inf/classes Iam getting an error when I run servlet. When my servl

Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
Hi Iam Running tomcat 4.0.3. on windows NT. Installation is successful, and examples work properly. I deployed my application in web-inf/classes Iam getting an error when I run servlet. When my servlet is invoked, when code is trying to access the RelConnection.gDefaultConnectionIsOracle, a

tomcat error when compile [urgent!]

2002-03-18 Thread Nancy Crisostomo Martinez
Crisostomo Martinez [mailto:[EMAIL PROTECTED]] > > Sent: Friday, March 15, 2002 3:17 PM > > To: Tomcat Users List > > Subject: Re: Charts in Jsp doesn't work [urgent!] > > > > > > Do somebody know how to set Java to run in headless mode in

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread dave . prout
Have you got an entry for you servlet in the web.xml file in the WEB-INF folder ? Dave -Original Message- From: Chris Pheby [mailto:[EMAIL PROTECTED]] Sent: 18 March 2002 15:07 To: Tomcat Users List Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run Do you have a

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Chris Pheby
Do you have a web.xml??? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jim Cobban Sent: 18 March 2002 14:51 To: Tomcat Users List Subject: Urgent Re: Newbie: Servlet under Windows does not run I am really desperate. I need to be able to

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Wagoner, Mark
Did you add a Census context to your server.xml file? -Original Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:51 AM To: Tomcat Users List Subject: Urgent Re: Newbie: Servlet under Windows does not run I am really desperate. I need to be able to

Urgent : Problem in JSP with gif images

2002-03-15 Thread Rajeshwari Ramamurthi
Hi I am using Apache with Tomcat 4.0.2 linked with mod_webapp. My JSP pages contains lots of gif images. When I load this page from Tomcat (i.e port 8080), it works fine. But it is very slow and not loading the page fully when I tried to call from Apache through the link. I think the problem is

Re: Charts in Jsp doesn't work [urgent!]

2002-03-15 Thread Nancy Crisostomo Martinez
arch 15, 2002 3:17 PM > > To: Tomcat Users List > > Subject: Re: Charts in Jsp doesn't work [urgent!] > > > > > > Do somebody know how to set Java to run in headless mode in > > Tomcat 3.3 ? > > > > Do you want give me a hint? > > I re

RE: Charts in Jsp doesn't work [urgent!]

2002-03-15 Thread Randy Layman
mailto:[EMAIL PROTECTED]] > Sent: Friday, March 15, 2002 3:17 PM > To: Tomcat Users List > Subject: Re: Charts in Jsp doesn't work [urgent!] > > > Do somebody know how to set Java to run in headless mode in > Tomcat 3.3 ? > > Do you want give me a hint? > I really t

Re: Charts in Jsp doesn't work [urgent!]

2002-03-15 Thread Nancy Crisostomo Martinez
Do somebody know how to set Java to run in headless mode in Tomcat 3.3 ? Do you want give me a hint? I really tried to modify the tomcat.sh script but I couldn't.. It's very hard to understand!!! Could you please help me? "Christopher K.St.John" wrote: > Andy Eastham wrote: > > > > 1) To ru

Re: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Hari Yellina
roven series of JVM's? Regards and best wishes, Justin Clift http://techdocs.postgresql.org - Original Message - From: "Oyundalai.N.S" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 2:50 PM Subject:

Re: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Oyundalai.N.S
age: Error - jk_tcp_socket_recvfull failed ... - Original Message - From: "Galbayar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 10:03 AM Subject: Tomcat using VERY LARGE Memory (URGENT!) Hello all He

RE: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Filip Hanik
maste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net >-Original Message- >From: Galbayar [mailto:[EMAIL PROTECTED]] >Sent: Monday, March 11, 2002 6:26 PM >To: Tomcat Users List >Subject: Re: Tomcat using VERY LARGE Memory (URGENT!

<    3   4   5   6   7   8   9   10   11   12   >