Re: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread hemant
hemant - Original Message - From: Laura [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 15, 2002 12:25 PM Subject: PLEASE HELP ME: JNDI ERROR 1 Other information because I don't know what to do. The exception is created when I call my function getConnection

Re: AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread hemant
and see if it makes any difference. regards hemant - Original Message - From: Angel Municio [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, April 15, 2002 1:00 PM Subject: RE: AW: PLEASE HELP ME: JNDI ERROR 1 If the Oracle database that you are trying

Re: someone....need help!!!!....

2002-04-09 Thread hemant
. possible silly mistake Make sure that you are changing the right JSP in the right directory.(Especially when you maintain copies, silly mistakes do happen.) later hemant - Original Message - From: ajith kondapalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 11:28

Re: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread hemant
.Java files, delete project from workspace/repository, and import all the java files again. Hoping that would work. Regards hemant - Original Message - From: Jason Koeninger [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 4:56 PM Subject: Re

Re: someone....need help!!!!....

2002-04-09 Thread hemant
Good POint Sean Yep, I think this could be the case. If Jsp1 is included in Jsp2, then any changes to JSP1 wont be visible if JSP2 is not changed. later hemant - Original Message - From: Sean LeBlanc [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, April 09

java.lang.ClassFormatError out of the Blue

2002-04-09 Thread hemant
Thank You for your time hemant root cause java.lang.ClassFormatError java.lang.Throwable() java.lang.Error() java.lang.LinkageError

Re: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread hemant
Jay I think I was not clear, I meant Visual Age Repository. Thanks for your response. Regards hemant - Original Message - From: Jay Gardner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 4:32 PM Subject: RE: java.lang.ClassFormatError out

Re: someone....need help!!!!....

2002-04-09 Thread hemant
where u expect a change. Regards hemant - Original Message - From: ajith kondapalli [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 7:02 PM Subject: Re: someoneneed help hai, This is really the case for me...i have a parent

Re: Adobe Acrobat

2002-04-08 Thread hemant
://www.lowagie.com/iText/ Thanks to Bruno Lowagie and Paulo Soares Regards hemant - Original Message - From: Ravindra K. Bhat [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 08, 2002 5:39 PM Subject: Adobe Acrobat Hi: How do I render my html pages to pdf for printing

help with diretories in servlets

2002-02-08 Thread Gohil, Hemant
to create HTML file in /html/ directory, and obviously not able to display the file as it doesn't exist there. Thankyou very much in advance for the help. -Hemant -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

tomcat apache configuration

2002-01-09 Thread Singal, Hemant (CAP, GCF, SATYAM, CONTRACTOR)
in configuring Apache1.3.22 with Tomcat3.3 Pls let me know step by step procedure for the same Hemant Singal -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: tomcat apache configuration

2002-01-09 Thread Singal, Hemant (CAP, GCF, SATYAM, CONTRACTOR)
I am encountering a problem with tomcat 3.2.3 running standalone on windows NT In all jsp I have some gif images and some js files being accessed... now on the Tomcat console window, the below mentioned kind of exception is being displayed though on the browser there is no problem on the page

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-18 Thread Hemant Singh
on the dispatcher machine , but it keeps sending the request to only the first machine. --Hemant - Original Message - From: Tom Drake [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 17, 2001 9:17 PM Subject: Re: Configuring Multiple Tomcat JVMs with Apache

Re: Configureing multiple JVMs on Tomcat 3.3

2001-12-18 Thread Hemant Singh
workers.properties on the dispatcher machine , but it keeps sending the request to only the first machine. --Hemant - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, December 17, 2001 6:58 PM Subject: RE: Configureing multiple JVMs on Tomcat

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread Hemant Singh
Hi Gomez Can you pls give me some details about thechanges to be incorporated for achieving the load balancing using mod_jk and tomcat 3.2.3 , apache 1.3.12.Pls help as i am badly stuck Thanks in advance Hemant - Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: Tomcat

changes in files for supporting multiple tomcats on different machine and one centralized apache

2001-12-15 Thread Hemant Singh
suggest the changes to be done in different files.to add , i am using apache 1.3.12 and tomcat 3.2.2. its very urgent , so pls guide thanks Hemant

Re: List traffic et al

2001-07-05 Thread Hemant Singh
HI: Heartly agree with yur idea and before this also i keep on getting agree with same kind of ideas but i just dont know who is the moderator of this group and how this can be acheived. Regards Hemant - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Download via servlet behaviour

2001-06-23 Thread Hemant Singh
Subject: Download using servletHI ALL:My company offers some of it products for download,but we allow only authorized user to access thesedownloads, and for this reason the download is done viaservlets (servlet stream writes the complete file at client end)but i m noting a strange thing in

Re: multiple resultset

2001-06-20 Thread Hemant Singh
Statement object for them. e.g ResultSet rst1 = stmt1.executeQuery(...); ResultSet rst2 = stmt2.executeQuery(...); And it will work Regards Hemant --- SHASHI PARASHAR [EMAIL PROTECTED] wrote: I am getting problem of opening two resulest. can we open more than 1 resultset in one jsp page. please help

Re: How to upload a binary file?

2001-06-19 Thread Hemant Singh
to work Regards Hemant --- João_Folha [EMAIL PROTECTED] wrote: Hi there, I am trying to upload a file from the client to the server. But the binary files fail and the text files don´t fail. I use tomcat 3.2.1 with apj12, on NT4.0 The bean and the jsp file i use are in attachment

Performance of 4b and 3.2.1

2001-06-17 Thread Hemant Singh
HI ALL: tomcat4b is givinga comparatively slower performance than 3.2.1 or NT Server SP5, any suggestion why this is happening Infact there is a lot of difference betwn startup time betwn both and 4b is taking abt 4 times more time for startup than 3.2.1. Regards Hemant

Re: How can I make tomcat to instantiate a class

2001-06-14 Thread Hemant Singh
clear this? Hemant --- Debashis Ghosh [EMAIL PROTECTED] wrote: Hi, Can anyone suggest How can I make tomcat to instantiate a class so that i can access it from my jsp or servlet as an application level variable.Basically i want to instatiate one connection pool class so that i can access

Re: Problem in access control of resources

2001-06-12 Thread Hemant Singh
tscape, he will offcourse bring the dialog box asking the user that whether he wishes to download it or not(Whatever) Regards Hemant - Original Message - From: Pankaj Chhaparwal To: [EMAIL PROTECTED] Sent: Monday, June 11, 2001 10:25 AM Subject: Re: Problem in acce

Re: Java Question

2001-06-12 Thread Hemant Singh
HI Bran: There is no relation betn static and synchronize If you are synchronizing the static method than it does means you are giving him the class level lock, and not instance level lock. Hope that help Regards Hemant --- Brandon Cruz [EMAIL PROTECTED] wrote: I have looked all over and can't

Re: setting up Tomcat on win98

2001-06-11 Thread Hemant Singh
HI : place following line at top of your startup.bat set TOMCAT_HOME=d:\Tomcat\jakarta-tomcat-3.2.2 set JAVA_HOME=d:\jdk1.3.1 It should work Regards, Hemant - Original Message - From: gek hua [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 7:22 PM Subject: setting up

Re: Problem connecting to the database

2001-06-11 Thread Hemant Singh
HI Ann: no doubt your problem is offcourse configuration related. Try giving all permission in your java.policy file(Make sure it is java.policy or .java.policy) eg. grant { permission java.security.AllPermission; } Let me know if this also don't work Regards, Hemant - Original Message

Re: Error in Startup Tomcat at Win2000

2001-06-11 Thread Hemant Singh
HI Peter: you are getting the BindException, the most possible reason for this is that box you are trying to run tomcat already running some application which is using port 8080, so you try changing the port from 8080 to someother (In server.xml) and try running it again, Regards Hemant

Re: Problem in access control of resources

2001-06-10 Thread Hemant Singh
to users stream, And as you jsp or servlet will always have maintained in session(or whatever) that user has logged in or not, so i guess this will solve your problem. Regards, Hemant - Original Message - From: Pankaj Chhaparwal To: [EMAIL PROTECTED] Sent: Sunday, June 10

Re: Using include from a servlet

2001-06-10 Thread Hemant Singh
HI Zsolt: Inside your Servlet subclass use following : RequestDispatcher _rd = getServletContext().getRequestDispatcher(/newURLToWhichWeNeedIncludeOrForwa rd); _rd.include(request, response); Regards Hemant - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Confugaring Tomcat for Servlets !

2001-06-10 Thread Hemant Singh
Do your contexts web.xml include following http-methodPOST/http-method If not include it first, Regards Hemant - Original Message - From: Shailendra T Kontham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 9:52 PM Subject: Confugaring Tomcat for Servlets ! Hi

Re: Load Balancing Performance w/ mod_jk vs. Alternative Methods

2001-06-10 Thread Hemant Singh
HI ALL: YEah i m using mod_jk, and well getting the performance for servlets, jsps same as i get when tomcat runs in standalone mode, Regards Hemant - Original Message - From: Chauhan, Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 9:05 PM Subject: RE: Load

Re: Automaticaly update the servlets

2001-06-10 Thread Hemant Singh
HI Bill: Which tomcat version are you using? As i m reall confident that tomcat do auto- reloading as i never got this problem, Well offcourse like most servers, tomcat doesn't seems to reload the helper classes used by servlets, Regards Hemant - Original Message - From: Boyle, William

Re: Automaticaly update the servlets

2001-06-10 Thread Hemant Singh
HI Randy and Milt: I strongly believe that issue is not at all related to classpath, As offcourse servlets are loaded by tomcat server, and in case they uses suns classloader i guess it not at all caches the loaded class, Is there any sun guy which can clarify this? Regards, Hemant

Re: /lib /WEB-INF/lib

2001-06-10 Thread Hemant Singh
/webappps/yourwebapp/web-inf/lib Regards Hemant - Original Message - From: Bo Xu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 7:02 PM Subject: Re: /lib /WEB-INF/lib eric ng wrote: Hi, In tomcat or other servlet engine implements the spec. there are 2 place to put

Re: Tomcat/Apache problem

2001-06-10 Thread Hemant Singh
Go ahead, It will offcourse not going to create any problem, but just remember to change the port of tomcat (in server.xml) But just a suggestion if the box u specified is you production box, than be careful. Regards Hemant - Original Message - From: Priya Gupta [EMAIL PROTECTED

Where to Place Bean files

2001-06-06 Thread Hemant Singh
HI ALL: Where do i need to place the JSP bean which i m going to use in JSP files. Cheers __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

RE: Where to Place Bean files

2001-06-06 Thread Hemant Singh
. It is good design to put it at the top. be sure to place the java bean in the WEB-INF/classes dir of the context that you are working with. If you actually mean JSP Bean, then tell me more, I've never heard of this before. Phill -Original Message- From: Hemant Singh [mailto:[EMAIL

Re: startup exceptions

2001-06-06 Thread Hemant Singh
HI Boris: From the exeption trace you sended only meaningfull thing i can see is that probably in any one of the web.xml files present under you webapps is missing web-app element, check your all webapps for the presence of proper web-app element in there web.xml file I tried removing web-app

In process conf with apache

2001-06-06 Thread Hemant Singh
HI ALL: I tried conf apache with mod_jk.dll and it worked fine with tomcat But it runs as out process, and what i m looking for is that i do not need to run tomcat as separate program and apache module itself call it, that is in-process. Cheers Hemant

Re: Evil ? mod_jk.conf-auto

2001-06-06 Thread Hemant Singh
HI Jon: Why u need to say that? IT is not like that, what exactly make u feel that? try include in httpd.conf if u wanna make it work apache Cheers --- Jon Shoberg [EMAIL PROTECTED] wrote: Can anyone exactly state why mod_jk.conf-auto is so evil ? What is so wrong with using it ?

Re: Fw: binary file upload fail

2001-06-05 Thread Hemant Singh
HI Folha: This seems some stream related problem or ... Which Env you are getting the problem? Also Send the file to which your form is submitted from the browser side. Cheers --- João_Folha [EMAIL PROTECTED] wrote: - Original Message - From: João mailto:[EMAIL PROTECTED] Folha

Re: Java servlet that sends form data to email

2001-06-05 Thread Hemant Singh
HI Use following code import javax.servlet.*; import javax.servlet.http.*; import sun.net.smtp.*; import java.io.*; public class SendMail extends HttpServlet{ String to =[EMAIL PROTECTED]; SmtpClient mailClient; public void init(ServletConfig config){

Re: Session Cookie relation

2001-06-05 Thread Hemant Singh
to avoid it. Hemant - Original Message - From: Chu J Tan [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Hemant Singh [EMAIL PROTECTED] Sent: Monday, June 04, 2001 6:00 AM Subject: Re: Session Cookie relation If your servlet is in a session, and than you shut down and reopen iexplorer, it is normal

Re: binary file upload fail

2001-06-05 Thread Hemant Singh
HI Folha: the problem can be at place where you taking streams or in jsp which is called on form submit, send the code of "doc_entrega.jsp"? Which OS did u tried the above attached code? Hemant - Original Message - From: João Folha To: [EMAIL PROTECTED] Se

Re: Should we do moderation on this mailinglist??

2001-06-05 Thread Hemant Singh
HI Jeff: I agree with your idea When after downloading most of the files are asking how to unsubscribe, duplicate mails, lab, lab it really pains How abt dividing this group into several parts, Like one for tomcat configuration - Servlet prblems, etc --- Jeff Waugh [EMAIL PROTECTED] wrote:

Re: crashes whenever 404

2001-06-04 Thread Hemant Singh
HI Chu: I never heard of this kind of problem in tomcat, On which platform are u using it? Cheers Hemant - Original Message - From: Chu J Tan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 9:50 AM Subject: crashes whenever 404 My tomcat server (3.2.2) crashes

Re: Please help

2001-06-04 Thread Hemant Singh
HI Sangam: When did u get this error, at startup? What is your tomcat ver, and OS? Hemant - Original Message - From: Venkatesh Sangam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 02, 2001 11:41 PM Subject: Please help Can anyone please tell me what does the following

Re: monitoring using apache-tomcat

2001-06-04 Thread Hemant Singh
HI Aswath: In your scenario you can use any one of following two solutions: - Run a thread in servlet and keep giving to hits to database after particular time period but this is going to increase no. of hits on DB and load on server running servlet, and unnessary network bandwidth

Re: Tomcat 3.2 standalone on Solaris 2.7 core dumping

2001-06-04 Thread Hemant Singh
HI Tom: try increasing the memory available to shell in which your tomcat server is running(on popup window in case ur using defaults) It might work Hemant - Original Message - From: Tom Amiro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 10

Re: get/setAttribute and getParameter...

2001-06-04 Thread Hemant Singh
are going to use this technique. Cheers Hemant - Original Message - From: Oskar Zinger [EMAIL PROTECTED] To: TomcatDev [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, June 03, 2001 12:15 AM Subject: get/setAttribute and getParameter... Hi, What is more time consuming? JSP1

Re: Using Realm

2001-06-03 Thread Hemant Singh
Sorry to be little bit unspecific in my question, I was talking abt MemoryRealm, but i don't want to load it from conf/tomcat-users.xml but from some different flat or xml file. Is that possible ? Hemant - Original Message - From: Pernica, Jan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Session Cookie relation

2001-06-03 Thread Hemant Singh
session value than i get when i access session after reading cookie. Is it some feature which i was unaware of that? Thanks all, Hemant Singh

Using Realm

2001-05-31 Thread Hemant Singh
HI ALL: Can any one tell me how to use Realm with tomcat. Cheers HEMANT __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/