Re: web.xml file problem

2004-06-02 Thread UmamaheswarKalluru
Hi Tim, I tried the way you mentioned but it still dont work. I removed the welcome file list and tested again, but even then it dont work. Am I missing anything? Thank you, Best Regards, Uma Tim Funk

web.xml file problem

2004-06-01 Thread UmamaheswarKalluru
Hi, This is my web.xml file. I dont know whats wrong here but my first session gets expired. When I remove the error-page and welcome file list, then everything works fine. Am I wrong somewhere? http://java.sun.com/dtd/web-app_2_3.dtd";> 404 /CustomErrorPage.jsp ind

(SOLVED) Remote Start / Stop of tomcat

2004-06-01 Thread UmamaheswarKalluru
Hi, Thank you all for the reply. I got it now. It seems to be similar to PCAnywhere but more secure. I got connected to the server and everything is working fine. Thanks again Thank you, Best Regards, Uma - To unsubscribe, e

RE: Remote Start / Stop of tomcat

2004-06-01 Thread UmamaheswarKalluru
Hi Schalk, I have downloaded putty and I am really struck on how to use it. I never used Telnet before. Can you help me with the commands that are needed to start / stop tomcat on remote machine please? Thank you, Best Regards, Uma

RE: Remote Start / Stop of tomcat

2004-06-01 Thread UmamaheswarKalluru
Any one please? Thank you, Best Regards, Uma "Schalk" <[EMAIL PROTECTED] o.za>

RE: Remote Start / Stop of tomcat

2004-05-31 Thread UmamaheswarKalluru
What is SSH? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Remote Start / Stop of tomcat

2004-05-31 Thread UmamaheswarKalluru
Matt, Thanks for the reply. Yes, thats not my problem here and I am looking for starting / stopping my tomcat in the remote machine using some kind of mechanism if available. Thank you, Best Regards, Uma - To unsubscribe, e-

Re: Remote Start / Stop of tomcat

2004-05-30 Thread UmamaheswarKalluru
Ugo, Can you tell me how to use them please? Thank you, Best Regards, Uma Ugo Bellavance <[EMAIL PROTECTED]

Remote Start / Stop of tomcat

2004-05-30 Thread UmamaheswarKalluru
Hi, Once in a week I need to restart Tomcat due to "OutofMemoryError". But I do not have access to the server for doing this. So, I am looking for a mechanism (if possible) to start / stop Tomcat remotely. Is this possible? If its possible please let me know how to do. Thank you, Best Regards

Re: Tomcat 5.0.19 Bug

2004-04-24 Thread UmamaheswarKalluru
I have posted my problems with this Heading "Is it Tomcat problem or my problem?" I tested the same application on my machine using 4.0.6 and its working good. I installed Tomcat 5.0.19 on other machine to thest the same application and it is having problems with the session. Ofcourse as I me

Tomcat 5.0.19 Bug

2004-04-24 Thread UmamaheswarKalluru
Hi, I was thinking that Tomcat 5.0.19 has improved over its previous versions. But I lately came to know that this release has bug with it. It has lot of problems in maintaining the session objects. I tested my application on Tomcat 5.0.19 and it gave me lot of session problems. e.g expiring t

RE: Is it Tomcat problem or my problem?

2004-04-24 Thread UmamaheswarKalluru
What if the client has disabled cookies? In my coding adventures, I've tracked down two "Hey my session disappeared!" bugs with this technique. I dont understand by what you meant by the above lines. Thank you, Best Regards, Uma

Re: Applet to Servlet session fails

2004-04-23 Thread UmamaheswarKalluru
Can you help me with more source please? I am using To 04/23/2004 01:03 Tomcat Users List PM

Applet to Servlet session fails

2004-04-23 Thread UmamaheswarKalluru
Hello, I have a JSP page that has an applet embeded in it. The Applet talks to a Servlet. I have a session within the JSP when I try to access the session within my Servlet, I get NullPointerException as there is no session object. How do I get the session object in my Servlet that is present

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Doug, Its ok no problem. Any one else in the list can help me out? Thank you, Best Regards, Uma "Parsons Technical

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Doug, >Does it act the same from other machines? YES >Does i

Re: Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Doug, Thank you for the reply. I dont think there is a problem with the Windows Explorer as the same application worked great till yesterday. I never changed the code and today it started not to work. I found the problem. The problme is not in the Servlet, its in the JSP itself. The object in t

Is it Tomcat problem or my problem?

2004-04-22 Thread UmamaheswarKalluru
Hello, I am working on a web application using JSP and servlets. Till date my application worked great but today I am having some critical problem. When I come to a JSP, the session object is dead. I no longer can access the session in my servlet. I stopped the tomcat immediately to see if the

Re: session getting null

2004-04-18 Thread UmamaheswarKalluru
I have the problem only within this JSP file. The other JSP pages are working fine. This JSP talks to a Servlet and the servlet talks to another JSP file. The objects from the servlet are sent throughRequestDispatcher. I dont know why, but the same JSP works good somtimes. i.e the session obje

session getting null

2004-04-18 Thread UmamaheswarKalluru
Hi, I have an application where my JSP talks to the Servlet for further processing of my form. I am maintaining the user information in a session(" UserDetails") object since the user has logged in. My application works sometimes, but never works sometimes. When I try to navigate within the s

Why is this happening? :(

2004-04-16 Thread UmamaheswarKalluru
Hi, I have an application where my JSP talks to the Servlet for further processing of my form. I am maintaining the user information in a session(" UserDetails") object since the user has logged in. My application works sometimes, but never works sometimes. When I try to navigate within the s

Session expired

2004-04-16 Thread UmamaheswarKalluru
Hi, I am working on a JSP / Servlet application where in the session is expired as soon as I enter a servlet from the JSP page. I do not know the reason why this is happening. From JSP to JSP it works good. I am using Tomcat 5.0.19 Any idea would be great. Thank you, Best Regards, Uma -

Container calling destroy() method

2004-04-13 Thread UmamaheswarKalluru
Hi, How do I control the webcontainer from calling the destroy() method of the servlets or JSP? Where do I make the appropriate settings? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Session exists even after server restart

2004-04-12 Thread UmamaheswarKalluru
Hi, I am using Tomcat 5.0.19. I have started my tomcat and working on my applications using in the browser. I am maintaining the login information in a session and navigation through the page. Now I have shutdown my tomcat and started it immediately. And my session still works !!! I am still a

Where to set JAVA_OPTS

2004-04-06 Thread UmamaheswarKalluru
Hi, Where do I need to set JAVA_OPTS (Should I edit catalina.bat file?). I am using Win 2k Pro and Tomcat 5. Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Configuring Tomcat on different IP's

2004-03-31 Thread UmamaheswarKalluru
Doug, Thanks for the info. I will try these settings and get back to you. Thank you, Best Regards, Uma "Parsons Technical

Re: Configuring Tomcat on different IP's

2004-03-31 Thread UmamaheswarKalluru
Doug, Thanks for reply. I am not clear with this line >Add this to the web.xml of the app on the https side. Do you mean to add those lines in the web.xml of "IBS" context(which contain HTTPS files)? or the web.xml file present in the "conf" directory? >Add the following elements to your conte

Re: What is the use of this connector

2004-03-30 Thread UmamaheswarKalluru
Bill, So, if the Tomcat doesn't talk to Apache/IIS/etc.. there is no need of this connector? Thank you, Best Regards, Uma "Bill Barker" <[EM

Change default Context

2004-03-30 Thread UmamaheswarKalluru
Hi, I need to change the default context that is used by Tomcat 5 from "ROOT" to IBS1. i.e when I type http://localhost it should go to http://localhost/IBS1. Any ideas where to modify this? Thank you, Best Regards, Uma - To

What is the use of this connector

2004-03-30 Thread UmamaheswarKalluru
Hi, May I know the exact use of this connector. What happens if I remove this? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuring Tomcat on different IP's

2004-03-30 Thread UmamaheswarKalluru
Doug, I am finally getting something to work after doing lot of experiments. Now the issue is 1)It does not work with http://localhost, seems to be a problem with my DNS. 2)It works with http://172.27.2.44 This address (172.27.2.44) is defined in the first service and the tag has a context as

Re: Configuring Tomcat on different IP's

2004-03-29 Thread UmamaheswarKalluru
Doug, I fogot to tell you that the first context has only one .jsp file. Here is the content of that "index.jsp" file <% response.sendRedirect("https://172.27.2.246/IBS/Login.jsp";); %> Thanks Uma - To unsubscribe, e-mail:

Re: Configuring Tomcat on different IP's

2004-03-29 Thread UmamaheswarKalluru
Doug, I am now testing it on my local machine. My network admin has provided me with this IP configuration Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 172.27.2.246 Subnet Mask . . . . . . . . . . . : 255.255.0.0 IP Address. . . . . . . . . . . . : 172.27.2.44 Subnet

Re: Configuring Tomcat on different IP's

2004-03-29 Thread UmamaheswarKalluru
Doug, Here I am pasting my server.xml file, Please correct me if I am wrong anywhere or do I need to add any more changes to the file. factory org.apache.catalina.users.MemoryUserDatabaseFactory

Re: Configuring Tomcat on different IP's

2004-03-28 Thread UmamaheswarKalluru
Doug, Can you look at this server.xml file to see if I have done everything correct? (See attached file: server.xml) Thank you, Best Regards, Uma "Parsons

Re: Configuring Tomcat on different IP's

2004-03-28 Thread UmamaheswarKalluru
I am using Tomcat 5.0.19 and using context tag within the server.xml file is not recommended. Do you still want me try with this one? Thank you, Best Regards, Uma "Parsons

Re: Configuring Tomcat on different IP's

2004-03-28 Thread UmamaheswarKalluru
Doug, There will be only one site running in the server, so there wont be much problems. I never created a connector. Can you help me out with this? Any sample .xml file would be helpful. Thank you, Best Regards, Uma

Re: Configuring Tomcat on different IP's

2004-03-28 Thread UmamaheswarKalluru
Doug, Thanks for the reply. It is just for security reasons out network administrator has planned to do. So, I need to configure as such. I have made the settings in the code to see if the user is using http or https and block the user from using http. But there should be some way of doing thi

Configuring Tomcat on different IP's

2004-03-28 Thread UmamaheswarKalluru
Hi, My Tomcat 5.0.19 configuration is typical. I have got 2 IP addresses (202.200.xxx.xx1 and 202.200.xxx.xx2) which are pointing to 2 internal IP addresses (192.68.xxx.xx1 and 192.68.xxx.xx2) I have registered one domain name (www.mysite.com). The entire site should work only on https:// I n

Re: web.xml Welcome -file and for SSL

2004-03-16 Thread UmamaheswarKalluru
Hi Forte, I am also having similar type of problem. When the user types http://www.mysite.com it should first go to the default .html page (that is using 80 port) that I have set in the welcome-file-list in web.xml file. Its working fine. But once the user logs in from the home page, he should

Re: OutOfMemoryError

2004-03-15 Thread UmamaheswarKalluru
Hi, I do I control it instead of viewing my memory usage? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

OutOfMemoryError

2004-03-14 Thread UmamaheswarKalluru
Hi, I am getting the following error message when I have accessed Tomcat for more than 2 days without shutting it down. I am using Tomcat 5.0.19 256 MB Ram Pentium III Win 2k Pro Mar 13, 2004 3:57:54 PM org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor processChildren SEVERE

Re: HTTPS on Tomcat

2004-03-14 Thread UmamaheswarKalluru
Can you give me a sample web.xml file that can help me out please? Thank you, Best Regards, Uma "Keshav Sarin" <[EMAIL PROTECTED]

HTTPS on Tomcat

2004-03-11 Thread UmamaheswarKalluru
Hi, I wanted to have the default page running on 80 port and when the user logs in, I need him to be in 443 port. I have made all the settings but I need a clarification on how to redirect the user who has logged in using 80 port to 443 port. How is this generally handled in realtime. Do I nee

RE: Why do I need to restart my server

2004-03-10 Thread UmamaheswarKalluru
Shapira, I am using my own connection pooling concenpt. The server isn't going down because of my query executions but due to some other reason. If incase it goes down, I need to restart my tomcat. This is a big problem for me. How can I prevent this. Will using the parameters tag in server.xml

Re: Why do I need to restart my server

2004-03-10 Thread UmamaheswarKalluru
Hi Alex, Where shold I specify the parameters? i.e in which .xml file Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Why do I need to restart my server

2004-03-10 Thread UmamaheswarKalluru
Hi, Every time my database server connection goes down, I need to restart my Tomcat 5.0.19 to re-establish the connection. Why is this so? Is this a bug? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTE

Steps to follow for SSL

2004-03-08 Thread UmamaheswarKalluru
Hi, Can some one tell me what are the steps that I need to follow for installing SSL on Tomcat 5. I have already woked on creating a self cretified certificate and it works good. But when I purchase a certificate what are the steps that I need to do i.e importing the certificate and where to pl

Sharing common files between different contexts

2004-03-07 Thread UmamaheswarKalluru
Hi, I have 2 different contexts in my webapps folder and I wanted to share some of my files by both the contexts. I have placed them in the common folder but I dont get it to work. Can some one tell me if there is any thing required to configure? Thank you, Best Regards, Uma

Tomcat not printing on console. (BUG ?)

2004-03-07 Thread UmamaheswarKalluru
Hi, I am using Tomcat 5.0.19. My Tomcat suddenly stopped printing the System.out.println statements in the consule. I checked out the log file too but it too dont have any of this. Is this a bug? Thank you, Best Regards, Uma --

Re: Tomcat on Win 2003 Server

2004-03-04 Thread UmamaheswarKalluru
Hi, Thanks for the reply. Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat on Win 2003 Server

2004-03-04 Thread UmamaheswarKalluru
Hi, Win Tomcat 5.0.19 work on Windows 2003 Advanced Server? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat users

2004-03-01 Thread UmamaheswarKalluru
Hi Kannan, Thank you for your reply. May I know what kind of Hardware or Software configuration can improve the performance of Tomcat please? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Tomcat users

2004-02-29 Thread UmamaheswarKalluru
Hello, I would like to know how many users can access Tomcat 5.0.19 per second. i.e I need to know the hit ratio. Can some one help me please? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For add