RE: Ref Http Session

2002-09-13 Thread Vikramjit Singh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 13, 2002 12:27 AM To: Tomcat Users List Subject: Ref Http Session OK, thanks for your response. My main problem is now solved. I want just two little add-on : - Is it possible

RE: ServletContext object

2002-09-13 Thread Vikramjit Singh
-Original Message- From: Santosh Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Friday, September 13, 2002 2:13 AM To: [EMAIL PROTECTED] Subject: ServletContext object Are the objects put in ServletConext synchronized? No they are not synchronized. Many users can concurrently

RE: Listener with Tomcat4.0.4

2002-09-12 Thread Vikramjit Singh
AFAIK listeners are in 2.3. in your web.xml change 2.2 to 2.3. hope you have downloaded servlet 2.3. http://java.sun.com/products/servlet/2.3/javadoc Regards, Vikramjit Singh, GTL Ltd. Ph. 7612929-1059 -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent

RE: Réf. : Http Session

2002-09-12 Thread Vikramjit Singh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 8:10 AM To: Tomcat Users List Subject: Réf. : Http Session -- Ok, not so much answer huh !! Is my question stupid ? By the way, i'm adding one question to the rest.

RE: Multiple instances of Tomcat

2002-09-11 Thread Vikramjit Singh
-Original Message- From: Santosh Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:25 AM To: [EMAIL PROTECTED] Subject: Multiple instances of Tomcat Hi, I have multiple instances of Tomcat4.0.3, say, TC1, TC2, TC3 running on different m/c's and all

RE: jdbc datasource setting problem for tomcat 4.1

2002-09-11 Thread Vikramjit Singh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:58 AM To: [EMAIL PROTECTED] Subject: jdbc datasource setting problem for tomcat 4.1 hi, I test some Web Applications with tomcat 4.1.0 and Oracle Database... when i

RE: apache error?

2002-09-11 Thread Vikramjit Singh
-Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:55 PM To: [EMAIL PROTECTED] Subject: apache error? Hi, i running apache 2.0.40 and run tomcat 4.0.4 and getting mod_jk.so file and put that file in

apache 2.0 and tomcat 4.1.7 integration problem

2002-09-09 Thread Vikramjit Singh
as said in the articles. My Configuration: Apache 2.0 beta version, Tomcat 4.1.7 beta version, windows NT 4.0 Regards, Vikramjit Singh, GTL Ltd. Ph. 7612929-1059

RE: Tomcat standalone Versus Apache

2002-09-09 Thread Vikramjit Singh
-Original Message- From: Power-Netz (Schwarz) [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 1:57 AM To: Tomcat Users List Subject: AW: Tomcat standalone Versus Apache What do most people run for production and why? Tomcat standalone or Tomcat with Apache? And

RE: Query

2002-09-09 Thread Vikramjit Singh
-Original Message- From: Tony McNicholas [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 4:05 AM To: [EMAIL PROTECTED] Subject: Query HI, I have the following query, I am using tomcat 3.3.1 and would like to deploy a new version of a webapp in a war file.

RE: Query

2002-09-09 Thread Vikramjit Singh
Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: 09 September 2002 12:05 To: 'Tomcat Users List' Subject: RE: Query -Original Message- From: Tony McNicholas [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 4:05 AM To: [EMAIL PROTECTED] Subject

RE: Tomcat standalone Versus Apache

2002-09-09 Thread Vikramjit Singh
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 5:11 AM To: 'Tomcat Users List' Subject: RE: Tomcat standalone Versus Apache -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Datasource JNDI lookup failing

2002-07-19 Thread Vikramjit Singh
better support for JNDI. Anyways there has been a lot of discussion about this in the past weeks. You could check out the archives also. Check this link also. http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1059

RE: java jdbctest (fwd)

2002-07-18 Thread Vikramjit Singh
put your classes12.jar in $CATALINA_HOME/common/lib directory. Tomcat is not reading your driver. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1059 -Original Message- From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 1:59 PM

RE: Unknown exception

2002-07-18 Thread Vikramjit Singh
Hi, Which version of tc are you using. In 3.x versions this error used to come, but in 4.x it does not. In HTTP 1.0 when the connection breaks, then that error comes. The error comes with javascript files, images and static content. I dont think that it hampers your work. Its just the

RE: Tomcat 4.0.4 Startup Bug?

2002-07-17 Thread Vikramjit Singh
This error comes, if your web.xml does not follow the correct dtd. Check your web.xml files. Coz the 2.3 follows a different pattern from 2.2. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1059 -Original Message- From: Gare, Tref [mailto:[EMAIL PROTECTED]] Sent

RE: Check Session is valid response.sendRedirect not working

2002-07-17 Thread Vikramjit Singh
use jsp:forward instead of response.sendRedirect(). -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 9:31 AM To: Tomcat Users List Subject: Check Session is valid response.sendRedirect not working Hi, I am developing a webapplication

Hurray it worked Context/JNDI.

2002-07-15 Thread Vikramjit Singh
4.0.3. But it didnt work. I think tc 4.0.3 doesnt seem to support JNDI, as nicely as tc 4.1.7. Thanks Les for your help. You really were patient and helped me. Regards, Vikram. -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 5:06 AM To: 'Vikramjit

RE: JNDI and/or pooling help (long post)

2002-07-14 Thread Vikramjit Singh
In tomcat 4.0.3 even i faced the same problem, in which i was getting DataSource = null. Then when i upgraded to TC 4.1.7, i got the DataSource object. Why dont you also upgrade and see. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002

RE: Why doesn't my classes see the oracle driver?

2002-07-12 Thread Vikramjit Singh
same in my case too. do one thing, added classes12.zip in your classpath. hope that helps. Regards, Vikram -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 9:57 PM To: Tomcat Users List Subject: Re: Why doesn't my classes see the oracle

RE: Altering file extensions

2002-07-11 Thread Vikramjit Singh
In tomcat i think its not possible. If you want that your user should not see, the .jsp extension in the address bar, then you can use frames, to show only the .html in your address bar. Regards, Vikram -Original Message- From: Jim Bartram [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Wrong Name error!

2002-07-10 Thread Vikramjit Singh
This error is due to Instantion of the bean. When the instance of the class cannot be created then you get the error. Check your code in the class, some programming error must have been there. Refresh the page again, the page should come. -Original Message- From: Johnny [mailto:[EMAIL

RE: manager does not want my password

2002-07-07 Thread Vikramjit Singh
Hi, even i faced the same problem, but i was on windows. I dont think that should matter much. Check the log files, for any errors which might have been while starting tomcat. In my case, i was gettting error in JDBC Realm, driver not found. After i fixed the problem, the manager was accepting

RE: TomCat 3.2.3 not respond suddenly.

2002-07-03 Thread Vikramjit Singh
check the logs in tomcat, if none, then your MAXIMUM OPEN CURSORS EXCEEDED error might be there, which causes no furthere interaction with oracle, and you have to restart the server. This error occurs, if you dont close the connections, or resultset. You could check that. Regards, Vikramjit

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-03 Thread Vikramjit Singh
is it there in the links. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 5:06 AM To: 'Vikramjit Singh'; 'Tomcat Users List' Subject: RE: javax.naming.NamingException: Cannot create

RE: TomCat 3.2.3 not respond suddenly.

2002-07-03 Thread Vikramjit Singh
number of cursors alloted to you. Your DBA must have done the setting for u. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: TEOH KANG YIH [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 7:30 PM To: Tomcat Users List Subject: Re: TomCat

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-02 Thread Vikramjit Singh
sorry, for the delay in replying les, am working on a project, shall try your solution. thanks for the suggestion. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Les Hughes [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 2:19 AM

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-02 Thread Vikramjit Singh
using TC 4.0.3 LE with JDK 1.4.0-b92 on W2K with classes12.zip downloaded from OTN yesterday, against Oracle 8i Les -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: 27 June 2002 05:54 To: 'Tomcat Users List' Subject: RE: javax.naming.NamingException: Cannot

RE: give me a help

2002-07-01 Thread Vikramjit Singh
Which version of tomcat r u using. If it is 4.0.x then you have to set CATALINA_HOME env. variable. Check through the manager which applications are running. Check the log files, if there is any error, then tomcat behaves weirdly. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929

RE: Error with Oracle Jdbc

2002-07-01 Thread Vikramjit Singh
the url which i use is like this DriverManager.getConnection(jdbc:oracle:thin:@ServerName:1521:SID, USERNAME, PASSWORD); Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: William Gustave [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01

RE: The best website database!

2002-06-30 Thread Vikramjit Singh
hi, You could use oracle. For the UI part you could use TOAD, which is an excellent UI for doing all the operations required in Oracle. http://www.quests.com/ Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: [EMAIL PROTECTED] [mailto

RE: Servlets absolute URLs

2002-06-30 Thread Vikramjit Singh
images are static, and the browser has to know where they are placed to display them properly, and the path should be absolute. ex: webapps\contextname\images\imgname.jpg. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Jason Young [mailto

RE: javax.servlet.ServletRequest NoClassFoundError

2002-06-27 Thread Vikramjit Singh
Hi, In jsp, request, response and out objects are implicitly there, you dont need to create them. Just check your code, coz the error its saying is it cant find class javax.servlet.ServletRequest and not HttpServletRequest, or could you paste your jsp code snippet. Regards, Vikramjit Singh

RE: want to amke hidden file

2002-06-24 Thread Vikramjit Singh
the methods of doing what you want are available in java.io.File. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: puneet sachar [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 2:17 AM To: Tomcat Users List Subject: want to amke

RE: javax.naming.NamingException: Cannot create resource instance

2002-06-24 Thread Vikramjit Singh
) { out.println(brunable to get connection on ora !); out.println(brSQLException: + E.getMessage()); out.println(brSQLState: + E.getSQLState()); out.println(brVendorError: + E.getErrorCode()); } % Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031

RE: Database connection - Catalina

2002-06-19 Thread Vikramjit Singh
you have to put all your jar files in common/lib. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Skorupski Pawel ,(PZUZ) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 1:34 AM To: 'Tomcat Users List' Subject: RE: Database

FW: FLAWS FOUND IN APACHE

2002-06-18 Thread Vikramjit Singh
hi everyone, this mail is sent by my boss regarding flaws found in apache. Could anyone throw some light on this. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Chandrashekar Rao Kuthyar Sent: Tuesday, June 18, 2002 9:48 PM

RE: Signed vs. unsigned ints in Java

2002-06-18 Thread Vikramjit Singh
yeah sure you can call code from c in java, by using the native api. for more info check the docs. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:57 PM

RE: FLAWS FOUND IN APACHE

2002-06-18 Thread Vikramjit Singh
could you send the link for the article. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 10:06 PM To: Tomcat Users List Subject: Re: FLAWS FOUND IN APACHE

RE: manager not accepting the username and password

2002-06-15 Thread Vikramjit Singh
the same username and password. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Friedli Beat [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 6:57 AM To: 'Tomcat Users List' Subject: AW: manager not accepting the username and password

RE: Expiring a page on Apache/Tomcat

2002-06-15 Thread Vikramjit Singh
to add on yeah these tags work perfectly fine in javawebserver, but in tomcat they dont seem to work. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Mariela Schafer [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 8:34 AM

manager not accepting the username and password

2002-06-14 Thread Vikramjit Singh
file, and everything is fine as it should be. Please somebody could throw some light on where i must have gone wrong. Regards, Vikramjit Singh, GTL Ltd. Ph. 7612929-1031 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: newbie question urgent plz

2002-06-12 Thread Vikramjit Singh
/servlet-name url-pattern/CreateRoleMstr/url-pattern /servlet-mapping it worked. Could anybody tell me the reason for it. Since it used to work with the earlier structure of web.xml in tomcat 3.2.1. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original

driver manager does not work neither giving error

2002-06-12 Thread Vikramjit Singh
an error. Thanking in advance. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

newbie question urgent plz

2002-06-11 Thread Vikramjit Singh
) is not available. earlier i was working on tomcat 3.2.1 and its works perfectly fine without any problem. Could somebody throw some light. Thanking in advance. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: newbie question urgent plz

2002-06-11 Thread Vikramjit Singh
yeah the directory structure is exactly the same. how do i check the mananger list i am typing http://localhost:8080/manager its asking for password. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Chris Campbell [mailto:[EMAIL PROTECTED

RE: newbie question urgent plz

2002-06-11 Thread Vikramjit Singh
type Status report message Access to the requested resource has been denied description Access to the specified resource (Access to the requested resource has been denied) has been forbidden. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message

RE: newbie question urgent plz

2002-06-11 Thread Vikramjit Singh
to be manager not tomcat to use the manager application. Regards, Arshad - Original Message - From: Vikramjit Singh [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, June 11, 2002 1:22 PM Subject: RE: newbie question urgent plz yeah i opened my tomcat-users

RE: newbie question urgent plz

2002-06-11 Thread Vikramjit Singh
was just picked up by the server, and there your application is running. neither is some documentation provided, regarding the manager settings. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Sankar Kondur [mailto:[EMAIL PROTECTED]] Sent

the context is not being found

2002-06-10 Thread Vikramjit Singh
fine without any problem. Could somebody throw some light. Thanking in advance. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RUNNING SERVLET

2001-02-22 Thread Vikramjit Singh
HELLO EVERYBODY I HAVE A PROBLEM I HAVE A PRODUCT WHICH IS RUNNING FINE ON JAVAWEBSERVER. BUT I WANT TO RUN IT ON TOMCAT. I HAVE GIVEN THE URL IN THE JSPS AS HTTP://LOCALHOST:8080/RAE_SERVLETS/SOMESERVLET ANYBODY TELL ME WHAT SHOULD I DO TO RUN A SERVLET USING THIS URL PLZ DO HELP ME SINCE IT IS

RE: session help?

2001-02-19 Thread Vikramjit Singh
HI VENKATESH MAY BE U CAN DO LIKE THIS if (session.isNew()) { System.out.println("Invalid session !!!"); session.invalidate(); return; }

RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread Vikramjit Singh
why dont u use QueryString. u can pass parameter in ur link. -Original Message- From: Paul Yoon [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 6:32 AM To: [EMAIL PROTECTED] Subject: (Off topic) How to know which hyper-link has been clicked? Hello, I am

RE: search display problem

2001-02-13 Thread Vikramjit Singh
- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 12:54 AM To: [EMAIL PROTECTED] Subject: search display problem hello everybody, i have a problem. i am making a search page in which all the records are being displayed from the database. Now what my

search display problem

2001-02-12 Thread Vikramjit Singh
hello everybody, i have a problem. i am making a search page in which all the records are being displayed from the database. Now what my problem is that i want to make it look like Google site. in which every page has 10records and when i click on the link then i get to see the records with 10

RE: IE Caching

2001-02-11 Thread Vikramjit Singh
or u can use it response.setHeader("Cache-Control","no-cache"); response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader ("Expires", 0); //prevents caching at the proxy server -Original Message- From: Rick Roberts [SMTP:[EMAIL

RE: YDS.ORG

2001-02-09 Thread Vikramjit Singh
some java programmer must be there -Original Message- From: Alex Fernndez [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 1:55 AM To: [EMAIL PROTECTED] Subject: Re: YDS.ORG What does this have to do with Tomcat-user? Haridham - Yogi Divine Society wrote:

RE: *** Generated Tomcat Temporary Class File Name Seem Too Long... Yes ***

2001-02-08 Thread Vikramjit Singh
just try deleting the work directory in which ur jsps are compiled and stored. hope this might solve ur problem -Original Message- From: Xavier [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 8:15 AM To: [EMAIL PROTECTED] Subject: *** Generated Tomcat Temporary

RE: Restarting Tomcat??

2001-02-07 Thread Vikramjit Singh
yes u have to stop tomcat whenever u compile the bean or the servlet. bye -Original Message- From: Jurrius, Mark [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: Restarting Tomcat?? I'm using Tomcat 3.2 with Microsoft NT.

RE: Questions

2001-02-07 Thread Vikramjit Singh
yes u can use tomcat with jdk1.2.2. i am using it and till now i have not face any problems cheers -Original Message- From: Cinto [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:04 PM To: [EMAIL PROTECTED] Subject: Questions Hi, Presently, I am a

RE: Bean problem...

2001-02-02 Thread Vikramjit Singh
To: [EMAIL PROTECTED] Subject: Re: Bean problem... Is this a specification of JSP? Vikramjit Singh wrote: there is a need for a package to make a bean. the bean has always to be written in a package. otherwise the JSP cannot acces the bean bye -Original Message

RE: Bean problem...

2001-02-01 Thread Vikramjit Singh
there is a need for a package to make a bean. the bean has always to be written in a package. otherwise the JSP cannot acces the bean bye -Original Message- From: Tony Keith [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 5:48 PM To: tomcat-user Subject: Bean

RE: help please

2001-01-31 Thread Vikramjit Singh
u should be checking for the JAVA_HOME variable which u have to set it to the the place where ur JDK is installed like JAVA_HOME=C:\JDK1.2.2 -Original Message- From: Sergio Noelle [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 7:27 PM To: [EMAIL PROTECTED] Subject: