HTTP Status 500 Error

2003-02-27 Thread Ravindra K. Bhat
Hello how do I replace HTTP Status 500 error page with my own page? Thanks Ravi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Keystore SSL Connection Tomcat 4

2003-02-14 Thread Ravindra K. Bhat
Hi: I am running tomcat 4.0.6 with SSL and though my certificate is valid when I log on to the site the window which pops up says: The Security Certificate has expired or is not yet valid... any suggestions on why it might be doing it..(the certificate has not expired for sure- the date is

Changing URL

2003-01-23 Thread Ravindra K. Bhat
Hi: How can I replace my www.domain.com:443 with www.domain.com but still use the same :443 port? Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

URL

2003-01-23 Thread Ravindra K. Bhat
Hi: I wanted the users to not see the port when they browse..ie instead of the url being https://www.mydom.com:8443/**.* i would rather have them see https://www.mydom.com/**.* Also .. I have connected Apache 2.1 with TCAT 2.0.6 w/ ssl using mod_jk..but my pages loaded slowly (mostly

ErrNo=61

2003-01-22 Thread Ravindra K. Bhat
Hi: My ModJK log shows the following error: (I have Tomcat 4.0.6 w/ Apache 2.0.43 on NT)... [Wed Jan 22 08:57:20 2003] [jk_connect.c (177)]: jk_open_socket, connect() failed errno = 61 [Wed Jan 22 08:57:20 2003] [jk_ajp_common.c (626)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno =

Failed ErrNO=61

2003-01-22 Thread Ravindra K. Bhat
Hi, Any ideas on how to solve the following error in Mod_jk.log: [Wed Jan 22 08:57:20 2003] [jk_connect.c (177)]: jk_open_socket, connect() failed errno = 61 [Wed Jan 22 08:57:20 2003] [jk_ajp_common.c (626)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61 Thanks Ravi -- To

Web Pages Loads Slowly

2003-01-21 Thread Ravindra K. Bhat
Hi: Any ideas on how to increase the loading speed of html(static) pages on Apache..I have integrated Apache 2.1 with tomcat 4.0.6..the servelts/jsp loads fine but the html pages seem to be loading slowly.. Thanks.. Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Web Pages Loads Slowly (fwd)

2003-01-21 Thread Ravindra K. Bhat
for log entries, etc). Apache serving HTML pages is, for the majority of purposes, instantaneous. If there's a slow down, it's external to Apache or something in your config. John -Original Message- From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:33

RE: Web Pages Loads Slowly (fwd)

2003-01-21 Thread Ravindra K. Bhat
situation, but this seemingly simple info would have really helped me a while back. Good luck! Brandon -Original Message- From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:12 PM To: Ravindra K. Bhat Cc: Tomcat Users List Subject: RE: Web Pages

Re: Problem with fresh installation: Unable to find a javac compiler

2003-01-21 Thread Ravindra K. Bhat
Your %JAVA HOME% is not set correctly. Check to see if you can run the compiler at the command prompt...ie type JAVAC at the c:\ prompt if it says external command it means the JAVA_HOME is not set correctly.. to set it correctly you need to add the JAVA_HOME to your SYSTEM PROPS-Environment to

Tomcat 4/Apache2

2003-01-17 Thread Ravindra K. Bhat
Hi, After integrating tomcat and apache I am able to start them individually without any errors but I am not able to get my servlets or tomcat folders using the apache port (ie domain name url)...any ideas why? Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello How do I change my Time Out options? My web form times out before I complete the Form... Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Setting the Time Out

2002-12-18 Thread Ravindra K. Bhat
Hello How do I change my Time Out options? My web form times out before I complete the Form... Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Running a servlet automatically

2002-10-11 Thread Ravindra K. Bhat
Hi I have a servlet which updates a table when the system time is 4:00 PM. I need it to run everyday @ 4:00 PM..how do I do set it up so that it runs automatically? Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Directory Listing

2002-09-20 Thread Ravindra K. Bhat
Hi, How do I avoid listing the directory files when users type the url in tomcat 3.2.4? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Directory Listing

2002-09-20 Thread Ravindra K. Bhat
Hi Dan, Thanks. How do I avoid lisitng the directories via apache. I am still able to view the directory lisitng if I use apache access to get in.. thanks Ravi On Fri, 20 Sep 2002, Dan Lipofsky wrote: In server.xml set suppress=true for StaticInterceptor like below RequestInterceptor

RE: Directory Listing for 4.0.1

2002-09-20 Thread Ravindra K. Bhat
In the web xml file under $CATALINA_HOME/conf change the default servlet settings to: servlet servlet-namedefault/servlet-name servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-class init-param param-namedebug/param-name param-value0/param-value /init-param init-param

Re: integeration of Apache with TOCAAT

2002-09-09 Thread Ravindra K. Bhat
Hello: has anyone had luck integrating apache 2.0.4 with Tomcat 1.4.1 on NT. if so could you please lead me the docs? Thank you, Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat and Apache

2002-09-09 Thread Ravindra K. Bhat
It seems to me that Tomcat 4.0.4 is already set up to connect with Apache..is this correct? Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat 4.0.4 and Apache 2.0.4 integration

2002-09-06 Thread Ravindra K. Bhat
Hi: Any idea how Tomcat 4.0.4/Apache 2.0.4 integration is done or where I can find the docs for it? I had Tomcat 3.0.2 and Apache 1.3 working but it seems to have changed. The OS in NT. Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: integeration of Apache with TOCAAT

2002-09-06 Thread Ravindra K. Bhat
I am not sure it is integrated...I commented out the 8080 port in the server.xml file but then http://servername/examples says not found..if it was integrated I should have succeeded Ravi On Fri, 6 Sep 2002, Dionisio Ruiz de Zarate wrote: the normal isntalation integrates both. they are

Re: Tomcat 4.03 Problems Setting up a Context

2002-09-06 Thread Ravindra K. Bhat
I dont think you need to create a context in 4.X ..include your folder in the webapps folder ie for example test then you can access it by typing http://localhost:8080/test in you browser... The context was needed in 3.x.. On Fri, 6 Sep 2002, Steve Russell wrote: Hi; I'm using Tomcat 4.03

Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
Hi: I am trying to run apache1.3 with tomcat 3.2 on NT 4.0. I have apache and tomcat running independently and am trying to integrate the two. I have downloaded the mod_jserv to the apache libexec folder and have included the path in the httpd.conf file. But apache does not start when I

Re: Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
Hello: What is the difference between: mod_jk.dll and ApacheModuleJServ.dll..which of these files do I need to integrate Apache with Tomcat for servlets? Also what is the differnce between mod_jserv.so and ApacheModuleJServ.dll? Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL

Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
After Tomcat/Apache integration do you need to start both Tomcat and Apache or does Apache alone do the job? Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
Hi: What is the difference between tomcat.conf and tomcat-apache.conf. which of these two files need to be included in the httpd.conf file? Also how do I know if request are being answerd by apache or tomcat ie how do I test if the integration is successful? Thanks Ravi -- To unsubscribe,

RE: Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
/examples) One is port 80, the other is port 8080 (tomcat 4's default port). If Apache and Tomcat are integrated, the results will be the same even though the URLs are accessing different ports. John Turner -Original Message- From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]] Sent

Log out Screen

2002-08-29 Thread Ravindra K. Bhat
Hi: Where is the session time out set? and how do I redirect it to a logout page once the session times out? Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Log out Screen

2002-08-29 Thread Ravindra K. Bhat
how do you reset the logout time and redirect to the login page? ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Question about servlets

2002-07-22 Thread Ravindra K. Bhat
Hello: Is there a maximum number of strings that can be passed between forms? Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Gif Image: Seperator Missing:

2002-04-12 Thread Ravindra K. Bhat
Hello: Any alternate tool to create GIF images?,,I've used Adobe Photoshop...and a few other tools but they all seem to not include the Global Color Table and my program throws separator '0x2c' is not found after reading the color table' error... Thanks -- To unsubscribe: mailto:[EMAIL

help Adobe Acrobat

2002-04-09 Thread Ravindra K. Bhat
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. My servelet generated html table

iText (Lowagie) for Adobe Acrobat

2002-04-09 Thread Ravindra K. Bhat
Hello: Thanks for the info ..I have it running now. I have another question: It seems to me iText creates pdf from static files (i.e. compiled java files) However, can I create pdf files using iText for (dynamic) servlet generated tables if I am not sure of the number of rows returned by

Re: Stuck on Adobe Acrobat/iText

2002-04-09 Thread Ravindra K. Bhat
to render pdf docs. I have successfully incorporated it in my webapp. http://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

Adobe Acrobat

2002-04-08 Thread Ravindra K. Bhat
Hi: How do I render my html pages to pdf for printing. My servelet generated html table is too wide and columns get cut off if I print directly using the print icon on the browser... Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Re: bug in catalina.sh (fwd)

2002-03-25 Thread Ravindra K. Bhat
Hi: Where can I find the log file to see who has connected to my server? I am using TCAT 3.4... Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Log File?

2002-03-25 Thread Ravindra K. Bhat
Hi: Where can I find the log file to see who has connected to my server? I am using TCAT 3.4... Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Connection reset..

2002-01-16 Thread Ravindra K. Bhat
What does... IOException in: connection rest by peer: socket write error..mean? and how can you fix it? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Socket Write Error

2001-12-05 Thread Ravindra K. Bhat
Hi: When I load a particular HTML Page I get a meessage: Connection Aborted by peer: socket write error Any info will be appreciated. Thank you. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]