RE: [urgent!] Disabling the context's content listing

2002-05-16 Thread Gurmeet
You can put a welcome-file-list entry in your web.xml, which will open the specified file when you access your domain/context without the file name e.g. welcome-file-list welcome-fileYour default page name e. g. index.jsp /welcome-file /welcome-file-list Gurmeet -Original Message

RE: VM size increases.

2002-05-14 Thread Gurmeet
Hi fillup, Does the driver for which you have provided the URL, work with sql server 7.0 as on the site it says that it is for SQL Server 2000 and the SPz? Gurmeet -Original Message- From: Phillip Morelock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 1:04 PM To: Tomcat Users

RE: How to force compilation of Jspz at startup

2002-05-04 Thread Gurmeet
param-valuetrue/param-value /context-param I am sure there is some way we can do this in Tomcat also. Thanks in advance. Gurmeet -Original Message- From: Gurmeet [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 12:34 PM To: Tomcat Users List Subject: How to force compilation

RE: How to force compilation of Jspz at startup

2002-05-04 Thread Gurmeet
Thanks a lot Jay, As of now I am opting for your second suggestion. And lets hope this feature improves in future. Gurmeet -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 12:34 PM To: Tomcat Users List Subject: RE: How to force compilation

How to force compilation of Jspz at startup

2002-05-03 Thread Gurmeet
Hi all, How do I inform Tomcat to compile all the JSPz on startup. Regards, Gurmeet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Problem with SQL

2002-04-08 Thread Gurmeet
Are u using the same JDBC-ODBC bridge in case of oracle and Access also? Anyway this problem comes becuase JDBC-ODBC bridge drivers are not serialisable. Gurmeet -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 9:07 AM To: 'Tomcat Users List

RE: Problem with SQL

2002-04-08 Thread Gurmeet
Well u need to use Type -V drivers for SQL, one of them is Sprinta 2000 or Opta 2000 from i-net software. You can download the trial version from www.inetsoftware.de Gurmeet -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:06 PM

RE: Tomcat configuration question

2002-03-28 Thread Gurmeet
/ Gurmeet -Original Message- From: Rohit Agarwal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:23 PM To: Tomcat Users List Subject: Re: Tomcat configuration question I have the same question, if somebody can help, that would be great. Thanks. Rohit - Original Message

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
Hi, I just read this and tested for my app also wherein I would have the same problem in coming days. Any better way of overcoming this problem other than persisting the session manually. Regards, Gurmeet -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
Thanks Anders, But as you must be knowing if I implement a HttpSessionBindingListener then it would still be a problem. Can u please elaborate on the patching u did on CookieTool class. Regards Gurmeet -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
Anders thanks a lot. -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 7:34 PM To: Tomcat Users List Subject: Re: Session lost when switching from https to http in Tomcat 4 Gurmeet, I (or rathe my college), removed the line that appends

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
the session, but when I refresh the page it behaves otherwise. I have not applied the patch yet. Any clue. why? Gurmeet -Original Message- From: Manuel Mall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 7:09 AM To: 'Tomcat Users List' Subject: RE: Session lost when

Session ID length

2002-03-23 Thread Gurmeet
Hi All, There is something like sessionidGenerator / in the server.xml Can anybody throw a bit light on this. How can I use it to specify my own sessionID generator. I actually want to reduce the length of the session Id which is generated by Tomcat automatically. Gurmeet

RE: Startup Message

2002-03-22 Thread Gurmeet
Andy, there does not seem to be any error with the log files. Anyway I have attached these here. Gurmeet -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 2:57 PM To: Tomcat Users List Subject: RE: Startup Message Gurmeet, By default

Startup Message

2002-03-21 Thread Gurmeet
that message disappeared? Gurmeet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: URL Re-writting

2002-03-19 Thread Gurmeet
I hope TomCat developers also go thru this list and would revert on this. My coner is that by using URL - rewritting its eating up 24 bytes of URL - 32 for the ID and rest for the string ;jsessionID= -Original Message- From: Gabriel Gajdos [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: URL Re-writting

2002-03-19 Thread Gurmeet
I m really grateful -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 10:23 PM To: Tomcat Users List Subject: Re: URL Re-writting On Mon, 18 Mar 2002, Gabriel Gajdos wrote: Date: Mon, 18 Mar 2002 13:48:37 +0100 From: Gabriel

URL Re-writting

2002-03-18 Thread Gurmeet
: Monday, March 18, 2002 12:34 PM To: Tomcat Users List Subject: Re: URL Length Hi ! See your brouser preferences - Cookies ( must be enabled, otherwise session ID append for URL). - Original Message - From: Gurmeet [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday

RE: URL Re-writting

2002-03-18 Thread Gurmeet
That's been really a great help.Further can I control the length of this sessionID as I am working on a project for mobile devices and these devices dont support very long URLs. Thanks -Original Message- From: Gabriel Gajdos [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002

URL Length

2002-03-18 Thread Gurmeet
: Gurmeet [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 3:27 PM To: Tomcat Users List Subject: RE: URL Re-writting That's been really a great help.Further can I control the length of this sessionID as I am working on a project for mobile devices and these devices dont support very long URLs

URL Length

2002-03-17 Thread Gurmeet
Dear ALL, When I submit a page , tomcat is appending the sessionID to the URL, which causing me a lot of problem. Please help me, how can I avoid this. Thanks Gurmeet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list

CONNECTION BUSY

2002-03-12 Thread Gurmeet
How do I resolve [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt problem. This is coming only if I am executing a no. of SQLs in quick succession. Please Help. Regards Gurmeet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: CONNECTION BUSY

2002-03-12 Thread Gurmeet
Yes, you are right . I am using JDBC-ODBC bridge. Regards Gurmeet -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 4:17 PM To: Tomcat Users List Subject: RE: CONNECTION BUSY The errormessage implies that you are using odbc bridge

RE: CONNECTION BUSY

2002-03-12 Thread Gurmeet
Please tell me which one and where can I get it? Regards Gurmeet -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 4:26 PM To: Tomcat Users List Subject: RE: CONNECTION BUSY [Microsoft][ODBC SQL Server Driver]Connection is busy

RE: CONNECTION BUSY

2002-03-12 Thread Gurmeet
-technologies.com), or atinav.com. The microsoft driver is a previous version of the datadirect technologies driver. hope it helps -reynir -Original Message- From: Gurmeet [mailto:[EMAIL PROTECTED]] Sent: 12. mars 2002 10:55 To: Tomcat Users List Subject: RE: CONNECTION BUSY Yes, you

Help ! Connection busy

2002-03-11 Thread Gurmeet
I am getting [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another h stmt How do I get rid of this? Regards Gurmeet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

How to set Entry Point

2002-03-11 Thread Gurmeet
Hi all, I am new Tomcat user. pls help me how can I define a particular JSP page to be the entry point for my application. Please tell me what all I need to specify in my web.xml. Regards Gurmeet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

RE: How to set Entry Point

2002-03-11 Thread Gurmeet
Thanks for response but this does not help me. What I want to do is that all requests to my application be routed through a particular JSP wherein I will exercise access control mechanism. Regards Gurmeet -Original Message- From: Emir Alikadic [mailto:[EMAIL PROTECTED]] Sent: Tuesday

NEED HELP TO DEFINE ENTRY POINT FOR MY APPLICATION

2002-03-06 Thread Gurmeet
Hi, I want to define a entry point for my application. i.e. all requests to my application be recieved by a JSP, which then redirects to the requested resource. How do I do that? Thanks in advance. Gurmeet -Original Message- From: Gustavo Souza [mailto:[EMAIL PROTECTED]] Sent