Doubt on Validator Plug in

2005-05-25 Thread Sriram_Mahalingam
Hi All, I get the following exception while validating a user name field . Struts Version is 1.2.4 Jakarta ORO version is 2.0.8 Validator Package version is 1.1.3 Error details : EVERE: org.apache.struts.validator.FieldChecks.validateMask(java.lang.Object,

Urgent: Doubt about Chunking

2005-03-12 Thread accm
Hi, I am using Tomcat 4.1.31. When my client send the request using the protocol HTTP 1.1, the server does not enable chunking in your response. However, when I am using Tomcat 4.1.12, the server enable chunking. What is problem with the Tomcat 4.1.31? Can somebody help me? Thanks, Ana

RE: Doubt regarding Confguring HTTP port

2004-10-06 Thread Narayan, Satya
- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 05:03 PM To: Tomcat Users List Subject: Re: Doubt regarding Confguring HTTP port This can be done in tomcat5. For example: Connector port=${my_port} address=${my_address} maxThreads=150 minSpareThreads

Re: Doubt regarding Confguring HTTP port

2004-10-06 Thread Tim Funk
be done in 4.1? Thanks and Regards, Satya -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 05:03 PM To: Tomcat Users List Subject: Re: Doubt regarding Confguring HTTP port This can be done in tomcat5. For example: Connector port=${my_port

Doubt regarding Confguring HTTP port

2004-10-05 Thread Narayan, Satya
Hi, I have a doubt regarding configuring the HTTP port. I know that this can be done in the conf/server.xml. But my doubt is whether this can be overridden by giving it as a startup parameter of tomcat. Kindly advise. Thanks and Regards, Satya

Re: Doubt regarding Confguring HTTP port

2004-10-05 Thread Tim Funk
for the jvm. For example: export JAVA_OPTS='-Dmy_port=8080 -Dmy_address=10.0.0.23' On windows - see the FAQ on setting JAVA_OPTS. (for cygwin, the above command works fine) -Tim Narayan, Satya wrote: Hi, I have a doubt regarding configuring the HTTP port. I know that this can be done

Another doubt about taglibs

2004-08-13 Thread Edson Alves Pereira
Hey dudes, is this the correct way to mixe taglibs with JSP code? panfinance:tab-control panfinance:tab-sheet name=%= stTitle % tr th width=20%label%= stTitle %/label/th tdpanfinance:variant

Re: Another doubt about taglibs

2004-08-13 Thread Tim Funk
Thats one way to do it. My prefence is to stuff most of the data that is in scriptlets into a single java object, then into the HttpServletRequest (or pageContext). Then the custom tag can query the HttpServletRequest or PageContext. To get the dynamic data. It avoids the %% hell that you see

Conceptual Doubt

2004-05-19 Thread Vardhman Jain
Hi all, I am new to list, joined this for asking some basic questions, I have in my mind after I having I started using Eclispe/Tomcat/sysdeo and Lomboss. I want to know as to how and when do we need to restart the tomcat server, It is Everytime I add a new JSP/ a new Bean/new

RE: Conceptual Doubt

2004-05-19 Thread Shapira, Yoav
Hi, I want to know as to how and when do we need to restart the tomcat server, It is Everytime I add a new JSP/ a new Bean/new Project etc Also You need to restart tomcat when you change server.xml. For other actions, such as adding a new webapp, or modifying a webapp's web.xml file,

RE: Conceptual Doubt

2004-05-19 Thread Vardhman Jain
You need to restart tomcat when you change server.xml. For other actions, such as adding a new webapp, or modifying a webapp's web.xml file, you need to restart the webapp: that can be done using Tomcat's Manager webapp without restarting the server itself. For yet other actions, such as

RE: Conceptual Doubt

2004-05-19 Thread nyhgan
For yet other actions, such as modifying a class under WEB-INF/classes, you don't even need to restart the webapp: set reloadable=true for your context and development=true for the JSP servlet (which is the default). One question. What exactly happens when it reloads a class? If the class I

RE: Conceptual Doubt

2004-05-19 Thread Shapira, Yoav
PROTECTED] Sent: Wednesday, May 19, 2004 3:35 PM To: Tomcat Users List Subject: RE: Conceptual Doubt For yet other actions, such as modifying a class under WEB-INF/classes, you don't even need to restart the webapp: set reloadable=true for your context and development=true for the JSP servlet

Re: [OT] Re: JavaScript Doubt

2004-01-26 Thread Ankur Shah
Shapira, Yoav wrote: Howdy, Is it really necessary to include a 20-line legal disclaimer in a 20 character long response? I'm a fan of mailing list etiquette, but in defense of this poster, many companies add disclaimers to outgoing messages without knowledge, (explicit) consent, or

JavaScript Doubt

2004-01-23 Thread Pinguti Sridevi
hey); If the user does not touch the browser means moving the mouse onto the browser within 60 seconds the control has to transfer to another page. How to do that any ideas?. Ensure that there is no controls in my browser. - Do you Yahoo!? Yahoo! SiteBuilder

RE: JavaScript Doubt

2004-01-23 Thread Allistair Crossley
this is not the list for these questions, stop cross posting -Original Message- From: Pinguti Sridevi [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 11:56 To: anand; javagroup; parvez; tomcat Cc: mahesh; siva; wipro Subject: JavaScript Doubt hey); If the user does not touch

Re: JavaScript Doubt

2004-01-23 Thread pavan . k
as already said..pls maintain list protocols... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for

[OT] Re: JavaScript Doubt

2004-01-23 Thread Ankur Shah
[EMAIL PROTECTED] wrote: as already said..pls maintain list protocols... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com [Redundant disclaimer snipped] which, BTW includes the following section from the Netiquette Guidelines (RFC 1855) - If

RE: [OT] Re: JavaScript Doubt

2004-01-23 Thread Shapira, Yoav
Howdy, Is it really necessary to include a 20-line legal disclaimer in a 20 character long response? I'm a fan of mailing list etiquette, but in defense of this poster, many companies add disclaimers to outgoing messages without knowledge, (explicit) consent, or control of the individual

Re: JSP doubt

2003-12-10 Thread Rodrigo Ruiz
: Tomcat Users List Assunto:Re: JSP doubt Edson Alves Pereira wrote: Hello folks, i made a war file and i compiled my JSP pages and create a jar file with then. My question is, do i still need to put inside my webapp ( in my case war file, but is the same ) all JSP files anyway

Re: JSP doubt

2003-12-10 Thread Rodrigo Ruiz
Users List Enviada:terça-feira, 9 de dezembro de 2003 14:14 Para: Tomcat Users List Assunto:Re: JSP doubt Edson Alves Pereira wrote: Hello folks, i made a war file and i compiled my JSP pages and create a jar file with then. My question is, do i still need to put inside

JSP doubt

2003-12-09 Thread Edson Alves Pereira
Hello folks, i made a war file and i compiled my JSP pages and create a jar file with then. My question is, do i still need to put inside my webapp ( in my case war file, but is the same ) all JSP files anyway? Because tomcat complain about them. Regards, Edson

Re: JSP doubt

2003-12-09 Thread Rodrigo Ruiz
Edson Alves Pereira wrote: Hello folks, i made a war file and i compiled my JSP pages and create a jar file with then. My question is, do i still need to put inside my webapp ( in my case war file, but is the same ) all JSP files anyway? Because tomcat complain about them.

RE: JSP doubt

2003-12-09 Thread Edson Alves Pereira
Is there a tag to import these new xml file in my web.xml? -- De: Rodrigo Ruiz[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 9 de dezembro de 2003 14:14 Para: Tomcat Users List Assunto: Re: JSP doubt Edson Alves Pereira

RE: Doubt Reg. Servlet Contex

2003-12-01 Thread Shapira, Yoav
: Thursday, November 27, 2003 4:59 AM To: [EMAIL PROTECTED] Subject: Doubt Reg. Servlet Contex Hi, When the Servlet Contrext Initilized and when will be destroyed. I am thinking that, it will be initilized when ever the application server starts, and destroyes when ever

Doubt Reg. Servlet Contex

2003-11-27 Thread dakavara
Hi, When the Servlet Contrext Initilized and when will be destroyed. I am thinking that, it will be initilized when ever the application server starts, and destroyes when ever the application server stops. I am correct ? or not ? Thanks in Advance, Ashok.D

a doubt!!!!anyone plz

2003-11-13 Thread R Aravind-A4524C
hi, i have downloaded and installed the serveri just have a doubt regarding the usebasically i have a program which talk to the server and download the java archive files from therefor that i have to create a directory structure in the server and put this java archive files

RE: a doubt!!!!anyone plz

2003-11-13 Thread Edson Alves Pereira
Enviada: quinta-feira, 13 de novembro de 2003 8:54 Para: Tomcat Users List Assunto: a doubtanyone plz hi, i have downloaded and installed the serveri just have a doubt regarding the usebasically i have a program which talk to the server and download the java

doubt about environment tag!

2003-10-20 Thread Edson Alves Pereira
Hello folks, i´m trying to create a default attribute for all sessions in my context, to do it i wrote this in my server.xml: Context ... Environment name=database-name type=java.lang.String value=Oracle/ /Context My

RE: doubt about environment tag!

2003-10-20 Thread Shapira, Yoav
-Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 2:53 PM To: 'Tomcat-User List' Subject: doubt about environment tag! Hello folks, i´m trying to create a default attribute for all sessions in my context, to do it i wrote this in my server.xml

Small Doubt.. plz help!!!

2003-10-01 Thread srujith
Hi, I 've configured jakarta-tomcat4.1.24 on linux 9. The default page is working,but when i configure some website in server.xml ,it's not working.It's reading the ROOT folder, not my website.This folder i kept in webapps itself.Plz clarify. It's much urgent. I'll very much thankful to you if you

RE: Small Doubt.. plz help!!!

2003-10-01 Thread Shapira, Yoav
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 10:15 AM To: [EMAIL PROTECTED] Subject: Small Doubt.. plz help!!! Hi, I 've configured jakarta-tomcat4.1.24 on linux 9. The default page is working,but when i configure some website in server.xml ,it's

Re: Small Doubt.. plz help!!!

2003-10-01 Thread kgsat
. Unless u have some specific purpose u need not to tamper with server.xml file at all.ok? good luck sat - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 11:15 PM Subject: Small Doubt.. plz help!!! Hi, I 've configured jakarta-tomcat4.1.24

Basic doubt

2003-09-17 Thread Navanee
I want to work with JSP. I have installed Tomcat in my PC (win 2k). What are the various parameters (or configurations) that i need to make before executing a JSP program? Where should i place all the JSP programs (in which folder?)? Thanks Navanee

RE: Basic doubt

2003-09-17 Thread Shapira, Yoav
Howdy, Read http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Navanee [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 8:57 AM To: [EMAIL PROTECTED] Subject: Basic doubt I want to work

Urgent Doubt!!!

2003-06-26 Thread Ponniah Mari
hi, I have a serious problem. I have developed a site using jsp and servlets, the server is tomcat 4.0. i uploaded the files with a DNS name provider. now i cannot access any of the JSP and Servelt files. But the inetresting part is that its woriking fine in my local machine. Let me explain

Re: Urgent Doubt!!!

2003-06-26 Thread Sriram N
--- Ponniah Mari [EMAIL PROTECTED] wrote: hi, I have a serious problem. I have developed a site using jsp and servlets, the server is tomcat 4.0. i uploaded the files with a DNS name provider. now i cannot access any of the JSP and Servelt files. But the inetresting part is that its

Doubt in Clustering Technology.

2003-03-27 Thread K. Loganathan
Dear Friend Can you tell me how to implement Clustering Technology with Tomcat. Please give implementation steps with example. thanks and regards loganathan.k. - Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Re: Doubt in Clustering Technology.

2003-03-27 Thread Tim Funk
http://www.filip.net/tomcat-clustering.html Filip lurks here so if you have patches or complaints - I believe he is more than willing to listen. -Tim K. Loganathan wrote: Dear Friend Can you tell me how to implement Clustering Technology with Tomcat. Please give implementation steps

Re: Doubt regarding FormAuthenticator

2003-03-14 Thread shanmugampl
In that case, how will the server know that the control should be directed to my Valve during FormAuthentication and not to the FormAuthenticator. Bill Barker wrote: You can add a custom Authenticator (Form or otherwise) by adding under the Context ... Valve

Re: Doubt regarding FormAuthenticator

2003-03-14 Thread Bill Barker
When Tomcat finds a Context-level Valve that implements o.a.c.Authenticator (e.g. extends AuthenticatorBase), it uses that for authentication instead of it's own internal Authenticator. shanmugampl [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In that case, how will the server know

Doubt regarding FormAuthenticator

2003-03-13 Thread shanmugampl
I am currently working on SingleSignOn and require some changes to be done in the FormAuthenticator.java file. Instead of making changes to the original code, can I plugin my own FormAuthenticator. If yes how can I do it. Thanks Shanmugam.PL

Re: Doubt regarding FormAuthenticator

2003-03-13 Thread Bill Barker
You can add a custom Authenticator (Form or otherwise) by adding under the Context ... Valve className=com.myfirm.mypackage.MyAuthenticator ... / /Context Of course, if you do this, Tomcat assumes that you know what you are doing. If you add a Form Authenticator to a Context that is configured

Re: Doubt in Single Sign On !!!

2003-01-28 Thread shanmugampl
Shanmugam.PL Craig R. McClanahan wrote: On Mon, 27 Jan 2003, shanmugampl wrote: Date: Mon, 27 Jan 2003 14:13:57 +0530 From: shanmugampl [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Doubt in Single Sign On !!! Hi All, I am

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Craig R. McClanahan
On Tue, 28 Jan 2003, shanmugampl wrote: Date: Tue, 28 Jan 2003 10:46:13 +0530 From: shanmugampl [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Doubt in Single Sign On !!! Yeah, I accept

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Will Hartung
From: Craig R. McClanahan [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 1:04 PM Subject: Re: Doubt in Single Sign On !!! The reason for this design is security. Consider a portal-type application like My Yahoo, which implements their version of single sign on (you don't have to log

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Craig R. McClanahan
On Tue, 28 Jan 2003, Will Hartung wrote: Date: Tue, 28 Jan 2003 13:32:46 -0800 From: Will Hartung [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Doubt in Single Sign On !!! From: Craig R. McClanahan [EMAIL PROTECTED

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Will Hartung
From: Craig R. McClanahan [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 2:01 PM Subject: Re: Doubt in Single Sign On !!! True ... there is no such thing as a cross-application session defined in the servlet spec. You're outside the bounds of the servlet spec when you talk about

Re: Doubt in Single Sign On !!!

2003-01-28 Thread shanmugampl
I agree with Will completely . I have found a way to solve this issue and in that process have one more doubt. The invoke method of SingleSignOn is getting called when request for a resource is placed. The details of all the sessions that are currently associated is available inside

Re: Doubt in Single Sign On !!!

2003-01-28 Thread shanmugampl
] Subject: Re: Doubt in Single Sign On !!! From: Craig R. McClanahan [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 1:04 PM Subject: Re: Doubt in Single Sign On !!! The reason for this design is security. Consider a portal-type application like My Yahoo, which implements their version

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Craig R. McClanahan
On Tue, 28 Jan 2003, Will Hartung wrote: Date: Tue, 28 Jan 2003 16:49:09 -0800 From: Will Hartung [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Doubt in Single Sign On !!! From: Craig R. McClanahan [EMAIL PROTECTED

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Craig R. McClanahan
On Wed, 29 Jan 2003, shanmugampl wrote: Date: Wed, 29 Jan 2003 10:53:41 +0530 From: shanmugampl [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Doubt in Single Sign On !!! Will this be supported

Doubt in Single Sign On !!!

2003-01-27 Thread shanmugampl
Hi All, I am using tomcat 4.1.18 and have enabled Single Sign On. I have two contexts A and B and the files present inside the /jsp directories of both the contexts are secured. In the global web.xml file i have my session time out changed to 10 minutes. With this setup, i login into

Re: Doubt in Single Sign On !!!

2003-01-27 Thread Craig R. McClanahan
On Mon, 27 Jan 2003, shanmugampl wrote: Date: Mon, 27 Jan 2003 14:13:57 +0530 From: shanmugampl [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Doubt in Single Sign On !!! Hi All, I am using tomcat 4.1.18

Re: Doubt in Single Sign On !!!

2003-01-27 Thread shanmugampl
of session time outs also. Thanks Shanmugam.PL Craig R. McClanahan wrote: On Mon, 27 Jan 2003, shanmugampl wrote: Date: Mon, 27 Jan 2003 14:13:57 +0530 From: shanmugampl [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Doubt

AUTO {ICICICARE#002-038-496}Doubt in Single Sign On !!!

2003-01-27 Thread NRI Cell
Dear Sir/Madam, We have received your e-mail and shall respond to you shortly. Regards ICICI Bank NRI Services Centre

one doubt (mod_jk or mod_jk2)

2002-12-18 Thread Dionisio Ruiz de Zarate
i am thinking to update to tomcat 4.1.17. i am using tomcat with apache 1.3.XX in one linux machine. can anybody says me what is better for use? mod_jk or mod_jk2? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: A simple doubt

2002-11-01 Thread jattwood
Hi Raphael, This message is very clear, but how I'm a beginner, I'll posting this problem you help me. Please, just response me: How can I configure a CONTEXT to it. When I install Tomcat alone, I don't receive this error, but when I install integrated with JBOSS, i get this error. Please, if

A simple doubt

2002-10-31 Thread Rafael Alcemar - Hotmail
I'm using JBOSS integrated with TOMCAT and I'm receiving the folowing error: HTTP Status 500 - No Context configured to process this request type Status report message No Context configured to process this

Re: Doubt about multiple applications

2002-10-02 Thread David Mossakowski
There is no reason for this to be the case. You must be doing something else wrong. There is nothing stopping you from copying application webapps/A into a directory called webapps/Aprime and still have this application working (this requires using links in JSPs that dont hardcode A as in

RE: Doubt about multiple applications

2002-10-02 Thread Cox, Charlie
what error are you getting? did you look in the error logs? Charlie -Original Message- From: David Mossakowski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 4:02 PM To: Tomcat Users List Subject: Re: Doubt about multiple applications There is no reason

RE: Doubt about multiple applications

2002-10-02 Thread Ricardo de Souza Moura
it be the mistake ? if I put app by app in the Tomcat, all works !!! When I put the jar file in the lib directory of Tomcat, all works too !!! From: Cox, Charlie [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Doubt about multiple

RE: Doubt about multiple applications

2002-10-02 Thread Cox, Charlie
-Original Message- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: RE: Doubt about multiple applications I think that the Tomcat isn't load my jar file to the classpath... tomcat doesn't use

Doubt about multiple applications

2002-10-01 Thread Ricardo de Souza Moura
I am using Tomcat 4.0... I have two applications, A and B in the lib directory of A I have a file1.jar, and in the lib directory of B I have the same file, file1.jar. I am not wanting to put my file file1.jar in the lib directory of Tomcat. But when the Tomcat load the applications, only one

Doubt-Tomcat service console

2002-09-24 Thread sathya
What is the difference between starting tomcat from service starting from a console...??? Because i have printing pgm which prints when tomcat is started from console but doesnt print when started thru the service..If u know how to solve this pblm..tell me.. Kindly help me thx Sathya -- To

RE: Doubt

2002-07-25 Thread Turner, John
: Wednesday, July 24, 2002 9:34 AM To: [EMAIL PROTECTED] Subject: Doubt Hi , i installed the binary distribution of Tomcat and unzipped the file and put kept it in D:\jakarta-Tomcat4.0.4.However when i start the startup.bat file in bin dir and type the the URL http://localhost:8080 it takes

Doubt

2002-07-24 Thread Dinesh Ramasamy
Hi , i installed the binary distribution of Tomcat and unzipped the file and put kept it in D:\jakarta-Tomcat4.0.4.However when i start the startup.bat file in bin dir and type the the URL http://localhost:8080 it takes a very long process and atlas i am not able to view the home page

Doubt

2002-05-13 Thread Krishnakumar G. Nair
Sir, I made a chat(Applet-JSP communication), and uploaded to a LINUX, Tomcat server(in web). But when more than 3 users are logging, then the entire site shows 'Page cannot be displayed error'. But when i uploaded the same code in another FREE server(i think they are also using Linux tomcat),

configuration doubt

2002-04-25 Thread Mandar Pohnekar
Dear Sir, does the Tomcat-IIS configuration for 4.0.1v is avaible? I m using tomcat 4.0.1 and I want to configure it with IIS webserver. Please guide me with this respect. Is there any way to upload .php files in tomcat? Thanking U, Mandar P.

doubt

2002-04-11 Thread Janarthanan, Prasanna
hi , iam now trying to install tomcat 4.0 here iam able to install it. but in writing the context in tomcat server.xml file there are small doubts. i just modify path and docbase in the context element. coz thats what i know present in tomcat 3.2.3 server.xml file. when do this, i am able to

Re: doubt

2002-04-11 Thread rsequeira
Please respond to Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject: doubt hi , iam now trying to install tomcat 4.0 here iam able to install it. but in writing the context in tomcat server.xml file there are small doubts. i just modify path

doubt regarding apache tomcat 4.0.3

2002-04-02 Thread naval jajoo
Dear friend, I am working on Apache Tomcat 4.0 and to run servlets on it. It is installed in C:\Program Files\Apache Tomcat 4.0 and all the folders appears as in 3.2.1 version. now in this Apache Tomcat 4.0 folder I had created nilesh folder. it's heirarchy is webdev-- web-inf

Startup.sh error and doubt.

2001-11-20 Thread root
Hi all, my name is Giuliano and I write from Italy. My system is Caldera eServer2.3,kernel 2.4.12+grsecurity, apache1.3.22,tomcat src 3.2.3,jdk1.3.1_01,jre1.3.1_01,jaxp-1.1, jsse-1.0.2,ant-1.4.1,servletapi3.2.3,tomcat 20011102. I have a doubt with the files: $JAKARTA_HOME/build/tomcat/bin

RequestInterceptor doubt

2001-08-20 Thread Jagadish Gopi
Hi Everyone, I have a doubt regarding requestInterceptor hope you guys will help me with this. RequestInterceptor className=org.apache.tomcat.request.InvokerInterceptor debug=0 prefix=/servlet/ / In this if the prefix is given as /servlet/ ,then when url is given

Re: RequestInterceptor doubt

2001-08-20 Thread Rob S.
but if the prefix is given as just / then when url ~localhost:8080/health is given it gives me a error saying page not found. Why is that. Buddy, I dunno what browser you're using, but ~localhost:8080 doesn't work for me on Opera, Netscape, or IE. - r

RE: RequestInterceptor doubt

2001-08-20 Thread Jagadish Gopi
sorry, It's not ~localhost:8080 it's http://localhost:8080 ok, It's just a way of writing it. -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:28 AM To: [EMAIL PROTECTED] Subject: Re: RequestInterceptor doubt but if the prefix is given

Re: RequestInterceptor doubt

2001-08-20 Thread Rob S.
sorry, It's not ~localhost:8080 it's http://localhost:8080 ok, It's just a way of writing it. Sorry, sometimes you just never know =) - r

Doubt about getRequestURI() behavior

2001-08-06 Thread Hector Adolfo Alonso
I have a doubt: Suppose you have configured Tomcat server in host a.b.c in port 8081. Suppose you have set an application with a context named / in this server. Suppose you have developed a servlet acting as a http proxy, and you have set a request mapping as / for it (you can map *.jsp

Re: Doubt about getRequestURI() behavior

2001-08-06 Thread Craig R. McClanahan
On Mon, 6 Aug 2001, Hector Adolfo Alonso wrote: I have a doubt: Suppose you have configured Tomcat server in host a.b.c in port 8081. Suppose you have set an application with a context named / in this server. Suppose you have developed a servlet acting as a http proxy, and you

got a doubt

2001-07-30 Thread sajan koshy george
Hi, when i installed tomcat as a service in nt machine.u get the default page and everything.but when i try to use a JSP page that has to interact with a database.i get the following error. Internal Servlet Error: javax.servlet.ServletException: [Microsoft][ODBC Driver Manager] Data source

AW: got a doubt

2001-07-30 Thread Sladky, Jan
An: [EMAIL PROTECTED] Betreff: got a doubt Hi, when i installed tomcat as a service in nt machine.u get the default page and everything.but when i try to use a JSP page that has to interact with a database.i get the following error. Internal Servlet Error: javax.servlet.ServletException

Doubt

2001-07-20 Thread Daniel de Almeida Alvares
Hi all, This is OFF Topic, but I would like to know if there are brazilians here ? Regards Daniel ___ Daniel de Almeida Alvares Sao Paulo - SP - Brasil [EMAIL PROTECTED]

Re: Doubt

2001-07-20 Thread João Folha
Olá Daniel, não sou brasileiro, mas português, tudo bem cumprimentos João Folha - Original Message - From: Daniel de Almeida Alvares [EMAIL PROTECTED] To: Tomcat-user [EMAIL PROTECTED] Sent: Friday, July 20, 2001 2:30 PM Subject: Doubt Hi all, This is OFF Topic, but I would like

Servlet exception handling-doubt

2001-06-27 Thread Sambandam Prakash
Hi all, Greetings!! I am new to Servlet programming. JSP has the functionality of error page handlers to be configured in the configuration file, but what about servlet? Is there any way to configure a jsp/html file is there is an error in the servlet ? Thanks a lot in advance Prakash

Doubt about upgrading JServ to Tomcat

2001-06-07 Thread Priyanka Gupta
Hello I have a doubt about upgrading JServ to Tomcat. I went through the User's Guide for downloading Tomcat version 3.2 and it was very helpful. But I have a couple of doubts like 1. For upgrading from JServ to Tomcat would I have to delete JServ? 2. To run the already

RE: Basic Doubt

2001-05-23 Thread Nathan Brown
to Tomcat. See if that works. Nathan -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 6:18 PM To: [EMAIL PROTECTED] Subject: RE: Basic Doubt Hi Nathan, I made the request on port 80 by saying http://hostname:80/ and the apache default page

Basic Doubt

2001-05-22 Thread Venkatesh Sangam
Hi, I am using Apache with Tomcat .. how are the requests shared between apache and Tomcat .. If I access the servlet as http://Hostname:8080/servlet/Servletname ..will the request be served by tomcat or Apache .. In what cases the request is served by Apache thnaks Venkatesh

RE: Basic Doubt

2001-05-22 Thread Nathan Brown
]] Sent: Tuesday, May 22, 2001 4:51 PM To: [EMAIL PROTECTED] Subject: Basic Doubt Hi, I am using Apache with Tomcat .. how are the requests shared between apache and Tomcat .. If I access the servlet as http://Hostname:8080/servlet/Servletname ..will the request be served by tomcat or Apache

RE: Basic Doubt

2001-05-22 Thread Venkatesh Sangam
have to make changes in web.xml file to include servlet thanks Venkatesh From: Nathan Brown [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Basic Doubt Date: Tue, 22 May 2001 17:46:05 -0700 Venkatesh, Tomcat listens for activity on several ports (depending on how

doubt

2001-05-15 Thread khan uruj
hello, I am using jakarta-tomcat-3.2 with apache 1.3.12.while running my program with html and servlet it is generating an error log dialog box and tomcat is getting shutdown automatically.while registering a new user ,it is working fine(which is commented in program ) but when i am

RE: doubt

2001-05-15 Thread Randy Layman
] Subject: doubt hello, I am using jakarta-tomcat-3.2 with apache 1.3.12.while running my program with html and servlet it is generating an error log dialog box and tomcat is getting shutdown automatically.while registering a new user ,it is working fine(which is commented

RE: Boycott China - please read - your life may depend on it (I doubt it).

2001-04-27 Thread Stephen Graham
The red menace huh! Although it's the yellow menace this time isn't it. Some people just don't want to learn! This really is right wing propaganda crap. Sorry to clutter the list with this but I just had to say something. Regards Stephen. -Original Message- From: Rick Horowitz

AW: a doubt?

2001-03-09 Thread Alan Stenhouse
why don't you send a message to the servlet when you close the client, so the server can stop listening on that port...? I have a Servlet named MyServlet. The MyServlet keeps running on my server all the time. When my client sends a request via a doPost request the servlet forwards the

a doubt?

2001-03-08 Thread snmp-support
Dear Tomcat-users, Could anyone please help me resolve this issue. I have a Servlet named MyServlet. The MyServlet keeps running on my server all the time. When my client sends a request via a doPost request the servlet forwards the request to my server.