HOW DOES TOMCAT JNDI CONNECTION POOLING WORKS

2005-09-23 Thread rahul
Hi all, My questing is derived from the sample code given at : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html#Database%20Connection%20Pool%20(DBCP)%20Configurations If you can see the subsection 4(i.e. testcode) of section MySQL DBCP Example, to get a

stop tomcat's logging in application's log

2005-09-21 Thread rahul
hi, I am using Log4j in application for logging. I have placed log4j configuration file(log4j.xml) in my application's WEB-INF/classes folder. But the file in which I am taking all logs is filled with tomcat's log along with my application's log. Is there any way I can see only my

RE: stop tomcat's logging in application's log

2005-09-21 Thread rahul
log4j.jar is in webapps/MyApp/WEB-INF/lib -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 11:55 AM To: Tomcat Users List Subject: Re: stop tomcat's logging in application's log On 9/21/05, rahul [EMAIL PROTECTED] wrote: hi

Re: Custom tags and scope

2005-09-20 Thread Rahul Akolkar
usability if so was the case. I hope I have missed something and that there may is a way to configure the tld file so that the scope of variables is restricted to the body. snip/ javax.servlet.jsp.tagext.TagExtraInfo#getVariableInfo(TagData) -Rahul Here is the code to clarify what i mean

RE: Specify work folder for each application

2005-09-15 Thread rahul
Eclipse Poject - Properties- Java Build Path - Source -Add folder... --RahulJoshi -Original Message- From: Anto Paul [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 11:08 AM To: Tomcat Users List Subject: Specify work folder for each application Hi

Multiple Remote Debugging of TOMCAT

2005-09-14 Thread rahul
hi all, We are three people working on three different application which are deployed on a single remote machine We all want to remotely debug our application. Is it possible with one instance of tomcat? (I think no) If not, then there is only one solution which is running multiple instance

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
deploy command Importance: High From: rahul [mailto:[EMAIL PROTECTED] Subject: problem with tomcat manager's deploy command If I remove this context tag from server.xml then the deploy command works fine. But I want to keep this information in server.xml and at the same time use tomcat

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
Users List Subject: RE: problem with tomcat manager's deploy command From: rahul [mailto:[EMAIL PROTECTED] Subject: RE: problem with tomcat manager's deploy command Tomcat Manager's undeploy command, which I run from ant is not cleaning some of the jar files in my application's lib folder

Re: Tomcat 5.5.9 and JSP 2.0 runtime expressions in the attribute values of JSTL 1.1

2005-09-13 Thread Rahul Akolkar
somehow possible to use the jsp xml syntax and JSP 2.0 runtime expressions in the attribute values of JSTL 1.1 For example Resin does allow it. Any ideas? snip/ Funny you should ask [ http://marc.theaimsgroup.com/?l=tomcat-userm=112493628101874w=2 ] -Rahul -Original Message

problem with tomcat manager's deploy command

2005-09-12 Thread rahul
Hi all, I am trying to use Tomcat Manager's deploy command using Ant script to deploy a web application. The command doesn't work in case there is an entry in tomcat configuration file server.xml for my application like context path=/myAppName . ... ... /context which I am using for

Re: org.apache.jasper.JasperException using jsp expression inside the c:set /

2005-08-24 Thread Rahul Akolkar
so: c:set var=admin value=${param.admin} / -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: org.apache.jasper.JasperException using jsp expression inside the c:set /

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov [EMAIL PROTECTED] wrote: Hi Rahul, Thanks for pointing me to the implicit JSP 2.0 param object. This worked for me perfectly with the JSP 2.0 JSTL URIs: jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; xmlns:c=http://java.sun.com/jsp/jstl/core

Re: org.apache.jasper.JasperException using jsp expression inside the c:set /

2005-08-24 Thread Rahul Akolkar
on JSP documents from the 2.0 spec, its either chapter 5 or 6. -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Custom tag runtime expression problem

2005-08-18 Thread Rahul Akolkar
in tag attribute values. -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] robots.txt

2005-07-14 Thread Rahul Akolkar
. User-agent: * Disallow: /cgi-bin/ and this one recommends that badbot stays away from the GoodServlet User-agent: badbot Disallow: /servlets/GoodServlet -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Problem with refreshing JSP

2005-07-12 Thread Rahul Joshi
Hi, It is Tomcat that has these compiled files which it continues to read from work/Catalina/localhost/ instead of the new ones. The questions is how do we make Tomcat clear or over-write these stored compiled files. Thanks, Rahul. Gurumoorthy [EMAIL PROTECTED] wrote: Well

Re: CATALINA_BASE

2005-07-12 Thread Rahul Akolkar
On 7/12/05, Kenneth B. Harwood [EMAIL PROTECTED] wrote: snip/ is there a user-list SEARCH form anywhere or do i need to check the archives manually month-by-month? snap/ This is an option [ http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 ] -Rahul

Problem with refreshing JSP

2005-07-11 Thread Rahul Joshi
the problem by deleteing the contents of work/Catalina/localhost. Is there a programmatic, I mean, by setting some Tomcat property solution to this?? Any help is greatly appreciated. Thanks! Rahul.

Re: Tomcat 4.1.37 and 5.0.2?? differences

2005-07-08 Thread Rahul Akolkar
includes and forwards as well. and more importantly what J2EE does it typically run on? Tomcat is a servlet container, not a full J2EE app server. 5.x.x implements the relevant bits in J2EE 1.4 -Rahul - To unsubscribe, e

Re: CSJakharia: Difference between Tocmat 5.5.2 and Tomcat 4.1

2005-07-08 Thread Rahul Akolkar
snip/ Seems to be a popular question today ;-) This thread may help [ http://marc.theaimsgroup.com/?l=tomcat-userm=112082335422569w=2 ] -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat 4.1.37 and 5.0.2?? differences

2005-07-08 Thread Rahul Akolkar
On 7/8/05, Mark Benussi [EMAIL PROTECTED] wrote: Thanks Rahul but in case it wasnt clear I am downgrading from 5 to 4. snip/ Oh, sure, its a two-way street. Then, the obvious statement to make would be, you'd be in a spot if your webapps rely on bits that are servlet 2.4 modulo servlet 2.3

Re: Tomcat with EL

2005-06-09 Thread Rahul Akolkar
I suspect you want to use JSP 2.0 (which allows EL expressions in template text). TC 5.0.x (or higher) implements the JSP 2.0 spec. Use a servlet 2.4 web app descriptor (web.xml) for your application and you should be set. -Rahul On 6/9/05, Marian Nedelescu [EMAIL PROTECTED] wrote: Hi, Could I

Re: How could I specify in web.xml that use JSP 2.0

2005-06-09 Thread Rahul Akolkar
On 6/9/05, Marian Nedelescu [EMAIL PROTECTED] wrote: Hi Rahul, What must I write in my web.xml file to specify that I want to use JSP 2.0 ? snip/ Nothing, as long as its a servlet 2.4 web.xml, details in item 1 here [ http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions ] -Rahul

Re: tomcat newbie : cant make a simple servlet work

2005-06-04 Thread Rahul Akolkar
-pattern /servlet-mapping below the servlet element. Then, visit (reusing host port information): http:/localhost:8080/wileyapp/SimpleServlet -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: struts validation frame work

2005-05-23 Thread Rahul Akolkar
Not all validations can/should be done client-side. -Rahul On 5/24/05, raja buddha [EMAIL PROTECTED] wrote: Hi all In struts why do we need validation frame work we have java script to do validations. Is there any extra advantage of using the validation frame work Regards raj

Changing the role after authentication

2005-04-28 Thread Rahul Jain
the selected role in a table and point tomcat to that table (we are using JDBC realm) - not the best of course. I would appreciate if anyone can share ideas on how we can implement this requirement. Thanks, -- Rahul Jain

Re: OT: Good taglib repository - looking for date hadling tags

2005-04-26 Thread Rahul Akolkar
One such repository: http://jakarta.apache.org/taglibs/ -Rahul On 4/26/05, Nikola Milutinovic [EMAIL PROTECTED] wrote: Hi all. This is not exactly a Tomcat question, but since there are so many of us developers (and admins) around, I thought I ask. Is there a good repository of free JSP

Re: digester understanding again...

2005-04-21 Thread Rahul Akolkar
in the digested output]. If you don't do that, you might as well use a DOMParser and XPath / XQuery. -Rahul On 4/21/05, Henrique, Manuel [EMAIL PROTECTED] wrote: Hello all, Here I come again with my digester :)) So, I have my xml file, I have created my digester and all the needed classes for my

Re: Precompilation of tag files

2005-04-15 Thread Rahul Akolkar
to the compiled tag file servlet in the web.xml. Its not a servlet ;-) Theres no per tag mapping in web.xml -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cannot compile class in WEB-INF/classes

2005-03-10 Thread Rahul Joshi
visible? I am using latest Tomcat 5.5.8 and latest JDK/JRE 1.5. I can avoid the issue by not passing the request object but still is there a way to pass the request object? Thanks! Rahul. __ Do you Yahoo!? Yahoo! Small Business - Try our new resources

RE: Cannot compile class in WEB-INF/classes

2005-03-10 Thread Rahul Joshi
Yes, I did. import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; API signature: String expand(HttpServletRequest request) -Rahul. --- Anderson, M. Paul [EMAIL PROTECTED] wrote: Did you import javax.servlet.http.* ? -Original Message- From

RE: Cannot compile class in WEB-INF/classes

2005-03-10 Thread Rahul Joshi
be compiled in WEB-INF/classes if it is accessing Tomcat's own servlet-api.jar? Thanks, Rahul. --- Anderson, M. Paul [EMAIL PROTECTED] wrote: Have you compiled the class previously? The source for the class does not go in the WEB-INF/classes directory - only the class files go here. You also

Re: org.apache.jasper.JasperException: Could not find ancestor parseTag ???

2005-03-08 Thread Rahul Akolkar
Would help if you posted appropriate snippet from v3getT1ClientV.jsp as well. -Rahul On Tue, 8 Mar 2005 11:07:04 +0100, Philippe Couas [EMAIL PROTECTED] wrote: Hi, I have folloing error message org.apache.jasper.JasperException: Could not find ancestor parseTag snip

Re: getting datasource in a JSP?

2005-03-08 Thread Rahul Akolkar
javax.naming.Context On Tue, 08 Mar 2005 09:32:19 -0500, Darryl Wagoner [EMAIL PROTECTED] wrote: snip I think the main problem is that I haven't found the import for the Context class. snap - To unsubscribe, e-mail: [EMAIL

Re: JSP/Servlet Mailing List?

2005-03-07 Thread Rahul Akolkar
For JSP authoring questions related to JSTL, custom tag libraries (especially those supported by jakarta taglibs), you can post to [EMAIL PROTECTED] If your questions are Jasper or TC deployment specific, you're better off staying here ;-) -Rahul On Mon, 7 Mar 2005 07:56:23 -0500, Anderson, M

Re: Jsp mapping

2005-03-05 Thread Rahul Akolkar
-howto.html -Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat on Cygwin

2005-03-04 Thread Rahul Joshi
I want to run JSP/servlets using Tomcat on Cygwin. Is there a special version of Tomcat that I need to download? Is there any documentation about running Tomcat on Cygwin? Thanks! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

Re: Tomcat on Cygwin

2005-03-04 Thread Rahul Joshi
. --- Jason Bainbridge [EMAIL PROTECTED] wrote: On Fri, 4 Mar 2005 18:41:33 -0800 (PST), Rahul Joshi [EMAIL PROTECTED] wrote: I want to run JSP/servlets using Tomcat on Cygwin. Is there a special version of Tomcat that I need to download? Can I ask why exactly? I can't think of any benefit

Volunteers for translation

2005-02-25 Thread Rahul Akolkar
to: jakarta-taglibs-sandbox-src/rdc/src/.grammar/ If interested, please send me an email (probably off the list, but I leave that to you). You will receive credit according to the usual norm for translators. -Rahul - To unsubscribe, e

Multiple Instances of Tomcat5 on SunOS5.8

2004-09-16 Thread Rahul Bhardwaj
to run the 2 instances parallely ? Can anyone help in letting me know the simplest step by step procedure to do the same. I 'd appreciate an early reply. Thanks regards, Rahul

help needed...........

2004-05-28 Thread Rahul Bhardwaj
hi all! we have a project requirement where in we have to use tomcat 4.1 along with win2k japanese version. wat all changes i have to make in tomcat for this. we will have JSP and java beans. database will be oracle 9i. warm rgds, Rahul Bhardwaj

How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Sale Rahul
Dear All Gurus, We need to make one utility class which needs to run on its own in the tomcat.We donot want to make it as servlet or so. Is there any way with which we can do that ? Please let me know ... Thanks in advance. Rahul __ Do you Yahoo!? Yahoo

Re: How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Sale Rahul
it need access to? -- This application need to access the database. Hope this clarify your queries. With Warm Regs Rahul --- Philipp Taprogge [EMAIL PROTECTED] wrote: Hi! Sale Rahul wrote: Dear All Gurus, We need to make one utility class which needs to run on its own in the tomcat.We

How to avoid java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Broken pipe

2004-02-06 Thread Sale Rahul
AutoReconnect=true. Thanks in advance... We are in BIG trouble,. Sincerly rahul __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

Problem while accessing the MSSQL from tomcat

2004-02-04 Thread Sale Rahul
:536) java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket Please help. Thanks in advance ... Sincelry Rahul __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb

Re: Problem while accessing the MSSQL from tomcat

2004-02-04 Thread Sale Rahul
Hello arvind , I donot mind giving you the URL. Which is little secure one.But let me know what are yo ulooking at.Hope you understand. Thanks for kind attention Sincerly Rahul --- arvind singh [EMAIL PROTECTED] wrote: Can you post the Database URL you are using to connect to the Database

Re: Problem while accessing the MSSQL from tomcat

2004-02-04 Thread Sale Rahul
Hello arvind, Thanks a lot for this. can you send me some pointers where i can get some more info. Thanks , thanks again. Sincerly Rahul --- arvind singh [EMAIL PROTECTED] wrote: I dont want your web URL. I want the connection URL you are using to connect to DB. e.g. DBName=/yourdb

mod_jk load balancing question

2004-01-19 Thread Rahul Kuchhal
sessions on one machine is 50 and on another one they are only 10. Is there a place where I can get more information about the load balancing algorithm? Any thing we can do to figure out why it is behaving in such a way? Thanks, Rahul __ Do you Yahoo!? Yahoo

RE: Running multiple JVMs

2004-01-19 Thread Rahul Kuchhal
Check this URL for load balancing: http://raibledesigns.com/tomcat/ --- Brennon Obst [EMAIL PROTECTED] wrote: How do you run multiple instances of tomcat with an apache front/balancer? /Brennon -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: Tuesday, 20

java.lang.VerifyError

2004-01-06 Thread Rahul Toraskar
Hi, I am using Tomcat 5.0. I am getting an error as java.lang.VerifyError: (class: org/apache/xalan/xpath/xdom/XercesLiaison, method: parse signature: (Lorg/xml/sax/InputSource;)V) Incompatible object argument for function call is anybody aware of it? Thanks, Rahul Toraskar.

Help in Tomcat 5.0

2004-01-05 Thread Rahul Toraskar
help me in that? Please reply back ASAP. Thanks in anticipation, Rahul Toraskar. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java.security.PrivilegedActionException on RH 7.2

2003-05-30 Thread Rahul
on linux ? ( thats a wild guess) TIA, Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Servlet init() versus doPost() Classloading???

2003-03-24 Thread Rahul
Hi Justin, Since the daemon is a singleton i think... hitting the same URL twice shouldn't be a problem if mechanism to track the daemon state (running, notStarted ) is in place. The problem as you said might be in the configuration. Cheers, Rahul - Original Message - From

Tomcat 5 installation and Running

2003-03-24 Thread Rahul
) at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:841) .. Any one who's faced this problem or can someone give me any pointers. Appreciate any suggestions :) Cheers, Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat 5 installation and Running

2003-03-24 Thread Rahul
For info The problem (see mail below) got resolved by creating a temp directory under $CATALINA_BASE. Check out the following link for more information. http://www.mail-archive.com/[EMAIL PROTECTED]/msg70708.html Cheers rahul *** Fwded Msg * Subject: Tomcat 5 installation

Re: [HOWTO] Apache 2.0.4x Tomcat 4.1.x JK2

2003-02-13 Thread Rahul Bhargava
. My config files (attached in the bug) are pretty much the same as yours. I was looking for any magic that I missed didn't see it in your files. So donno why it doesn't work - mod_jk2 complains about can not create java context in the error.log _ Rahul Bhargava

Re: Beware: Don't use JNI inprocess mode with JK2, it's badly broken

2003-02-12 Thread Rahul Bhargava
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16974 _ Rahul Bhargava - Original Message - From: Francesa Lacreativa [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 12:21 PM Subject: Re: Beware: Don't use JNI

Beware: Don't use JNI inprocess mode with JK2, it's badly broken

2003-02-11 Thread Rahul Bhargava
it into the jkHandlers table but was getting NPE...don't know the code that well to know what assumptions are built into ChannelJni. Will continue to debug. But in the meatime stay away from JNI. _ Rahul Bhargava

Re: Beware: Don't use JNI inprocess mode with JK2, it's badly broken

2003-02-11 Thread Rahul Bhargava
struggled with the config thinking I must have screwed up _ Rahul Bhargava - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 11:37 AM Subject: RE: Beware: Don't use JNI

Re: Help: JNI, mod_jk2 , Apache 2 not working

2003-02-09 Thread Rahul Bhargava
for reconfiguration and status with multiprocess servers file=${serverRoot}/logs/jk2.shm size=100 debug=99 disabled=0 _ Rahul Bhargava - Original Message - From: Robo code [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday

Help: JNI, mod_jk2 , Apache 2 not working

2003-02-08 Thread Rahul Bhargava
Keep getting the error from mod_jk2 about Error connecting to tomcat 12 Using Apache 2.0.44 with Tomcat 4.1.18 on Win2K. Checked my config 1000 times everything looks good. Is this a know issue ? Is there ant doc/reference on workers2.properties ? Attached are my config files. [Sat Feb

Help: JNI, mod_jk2 , Apache 2 not working

2003-02-08 Thread Rahul Bhargava
Re-posting with the relevant files attached. Keep getting the error from mod_jk2 about Error connecting to tomcat 12. Using Apache 2.0.44 with Tomcat 4.1.18 on Win2K. Checked my config 1000 times everything looks good. Is this a know issue ? Is there ant doc/reference on

Multiple Instances Support Broken in Tomcat 4.1.18

2003-02-06 Thread Rahul Bhargava
Platform : Win2K Tomcat ver: 4.1.18 Problem: When trying to start a webapp that has been installed/deployed with jar files in WEB-INF/lib on a TC instance that was started by setting CATALINA_BASE (to get multi instance support), an exception is thrown by the method -

disabling the directory listing in tomcat

2002-12-27 Thread Rahul Torvi
to strictly disable from the tomcat server...Is it possible Regds Rahul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Help Apache 1.3.26 + tomcat 4.0.6

2002-12-24 Thread Rahul Torvi
... Thanks and Regards Rahul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Unable to compile JSP

2002-10-14 Thread Rahul Sood
Yes Web-inf is a typo [EMAIL PROTECTED] 10/14/02 11:34am is WEB_INF a typo? it needs to be WEB-INF -Original Message- From: Shanniew [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 08:04 To: [EMAIL PROTECTED] Subject: Unable to compile JSP I have already set the JAVA_HOME,

RE: unable to start tomcat

2002-10-13 Thread Rahul Sood
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpE= Some other program is bound to the port. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: Rahul Sood [mailto:[EMAIL PROTECTED]] Sent: 12 October, 2002 7:34 AM To: [EMAIL PROTECTED

Re: unable to start tomcat

2002-10-13 Thread Rahul Sood
the meaning of listening for port 8080. Also I would mention here that, I have run tomcat 3.2.1 and that starts Ok on the same machine , but this version of tomcat which is a part of the WSDP didnt start. Thanx very much once again Rahul [EMAIL PROTECTED] 10/12/02 07:19pm Hi are u running

unable to start tomcat

2002-10-12 Thread Rahul Sood
. Rahul Sood -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-23 Thread Rahul Chd
, TomCat etc. I announce FREE hosting on W2K with SQL Server 2K for 1 year to the person who solves my problem. rgds, Rahul. __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL

sleep in doGet()

2002-03-11 Thread Rahul Asanikar
? My client-side applet does not give any exception of read time-out during all this process. but I can't get rid of the bad read. How do I go about it? Please help! Best Regards, Rahul

Problem with session when Tomcat started from priviledged port(80)

2002-02-06 Thread Rahul Pathak
(for example 8080) and disable the cookies the website works fine.So i only get a problem with the port 80(which happens to be a priviledged port) has anybody came across this problem thanks a lot in advance, rahul

problem with jsp:include tag...

2001-07-26 Thread Rahul Kumar Jain
rect reports: no way to service request for file.html [26/Jul/2001:12:34:54] warning ( 7990): RequestDispatcher: include call failed i am using iPlanet webserver 4.1 on Solaris 8. can anyone help regarding the problem... thanks and regards, rahul

isapi_redirect.dll

2001-03-21 Thread Rahul Misra
Hello : Could someone please tell me where I can find isapi_redirect.dll for connecting Tomcat w/IIS Regards. ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/

Re: Problem with Tomcat - IIS configuration

2001-02-15 Thread Rahul Desai
-Mensaje original- De: Rahul Desai [mailto:[EMAIL PROTECTED]] Enviado el: jueves 15 de febrero de 2001 6:05 Para: Tomcat User at Jakarta(Apache) Asunto: Problem with Tomcat - IIS configuration Hi all, I have configured Tomcat to work with IIS and it it is working. But I

Re: Problem with Tomcat - IIS configuration

2001-02-14 Thread Rahul Desai
When I try to access the same context thru tomcat directly, I am getting a proper response - Original Message - From: Rick Roberts [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 12:02 PM Subject: Re: Problem with Tomcat - IIS configuration Just a

Tomcat IIS configuration problem

2001-02-07 Thread Rahul Desai
tings are wrong." But for me even though the worker_file and the worker_mount_file settings are OK, the status is still showing a red downward-pointing arrow. Please help. regards Rahul Desai BEGIN:VCARD VERSION:2.1 N:Desai;Rahul;R.M FN:Rahul R.M Desai NICKNAME:Rahul ORG:Azte

User Authentication using the Windows NT Authentication

2001-02-05 Thread Rahul Desai
it manages.In the management console there is an option to do that.I am not able to figure out anything with either Apache or Tomcat. Any Ideas?? Rahul Desai Software Engineer Aztec Software Bangalore - India BEGIN:VCARD VERSION:2.1 N:Desai;Rahul;R.M FN:Rahul R.M Desai NICKNAME:Rahul ORG:Aztec

oracle - tomcat connection/performance /configuration problem

2000-12-15 Thread rahul pawar
till i end the connection. any solutions please reply i would be highly obliged. Thanks in Advance Rahul .Pawar Get free email and a permanent address at http://www.netaddress.com/?N=1