How to place HTML and JSP files in different directory apart from Tomcat root for Apache-Tomcat 4.0.3

2002-06-10 Thread Rama
of this problem. 2. Similarly i want to know how to place jsp files in separate directory(eg:/usr/myjsps/all jsp files) apart from the docBase dir ie TOMCAT_HOME/webapps/myjsps. Thanks in advance.. With Regds, Rama - Sify Mail - now with Anti-virus

How to place HTML files in different directory apart from Tomcat root for Apache-Tomcat 4.0.3

2002-06-10 Thread Rama
the jsp and html files, if i kept them under TOMCAT_HOME/webapps/myjsp directory. Urgent... Thanks in advance with regds, Rama - Sify Mail - now with Anti-virus protection powered by Trend Micro, USA. Know more at http://mail.sify.com Take

How to place JSP and HTML files in separate dir ofther than Tomcat docbase.

2002-06-10 Thread Rama
directory(eg:/usr/myjsps/all jsp files) apart from the docBase dir ie TOMCAT_HOME/webapps/myjsps. Thanks in advance.. With Regds, Rama - Sify Mail - now with Anti-virus protection powered by Trend Micro, USA. Know more at http://mail.sify.com

Tomcat 4.0 Stand Alone Thawte Certificate

2002-02-08 Thread Rama
if there is a way to install Thawte Certificate in Tomcat 4.0? Thank you, Rama _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: Tomcat 4.0 Stand Alone Thawte Certificate

2002-02-08 Thread Rama
could you show me the exact url of the page? i'm having a hard time finding it out. Rama -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 11:22 PM To: Tomcat Users List Subject: RE: Tomcat 4.0 Stand Alone Thawte Certificate

RE: Win 2000 Pro Service...

2002-01-12 Thread Rama
here is a quick fix: uninstall tomcat reinstall it Rama -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 6:55 AM To: '[EMAIL PROTECTED]' Subject: Win 2000 Pro Service... I had JDK 1.3.1_01 and the service works fine, now I

FW: apache and tomcat, again!

2002-01-08 Thread Rama
-Original Message- From: Rama [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 9:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: A little help for apache vhost tomcat How to set up mod_webapps in the secure virtual host? How to make JSPs work

RE: Help starting Tomcat 4.0 on Windows 2000

2001-12-30 Thread Rama
try to upgrade your jdk (currently 1.3). the error shows that there are some classes missing. upgrading most probably solves your problem. Rama -Original Message- From: Simon Gottesman [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 7:44 PM To: [EMAIL PROTECTED

A little help for apache vhost tomcat

2001-12-28 Thread Rama
How to set up mod_webapps in the secure virtual host? How to make JSPs work at https://secure/ instead of https://secure/secure/ ? Rama this is the snippets from my httpd.conf: VirtualHost secure:443 ErrorLog logs/secure-ssl-error_log TransferLog logs/secure-ssl-access_log SSLEngine

RE: Win 2K Professional, Tomcat 4.0.1 Service...

2001-12-28 Thread Rama
i guess you are using the executable for installing the tomcat. this is the quick fix: uninstall tomcat and reinstall it. do not forget to backup tomcat files that you modified before uninstalling. Rama -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Friday

Tomcat SSL

2001-12-27 Thread Rama
Hi, I can't create a SSL connection in my Tomcat server. It always says: C:\Documents and Settings\Default User\.keytool is not found. How to create .keytool in that directory? An article about this would also be helpful. Rama _ Do

RE: [Offtopic] RE: JDBC Driver for MS SQL Server

2001-12-26 Thread Rama
tired of this kind of argument. get a life!!! -Original Message- From: Darth Darknerd [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001 3:29 PM To: Tomcat Users List Subject: Re: [Offtopic] RE: JDBC Driver for MS SQL Server I wouldn't know about extensive QA process

RE: Problems running Tomcat4.0 under WindowsXP

2001-12-20 Thread Rama
what is the value of: type %CATALINA_HOME% ? Rama -Original Message- From: Paul Bundick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 11:29 PM To: [EMAIL PROTECTED] Subject: Problems running Tomcat4.0 under WindowsXP Has anyone experienced problems

Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Rama
, it doesn't work!). Rama _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

request.getParameter problem

2001-12-04 Thread Rama
Hi, it seems that request.getParameter does not always successful in POST method. is there any way to make it 100% successful? i'm using tomcat 4.01. if (request.getParameter(modify).equals(yes)) { out.write(modify listings); } Rama

RE: request.getParameter problem

2001-12-04 Thread Rama
thanks Dave, it seems that the problem is not in this lines. there is an include file for listing data from database that doesn't always return the result. thanks also for Christopher and Ralph. Rama -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Servlet chaining in Tomcat

2000-11-22 Thread Rama Venkata Kunapuli
Folks: I am trying to chain servlets so output of one is directed to next servlet. Lacking information, I have tried modifying web.xml and made the following entries -- ofcourse, it didn't work! servlet servlet-nameServletChain/servlet-name

Re: NoClassDefFoundError in Tomcat installation

2000-11-17 Thread Rama Venkata Kunapuli
Hi: I got similar error while trying to execute build.bat file to compile my servlets. I have solved is by making sure that the following are in the CLASSPATH. jdk's tools.jar -- (needed if you running ant) jaxp.jar -- (needed if you are running ant) parser.jar -- server.jar -- servlet.jar

Re: very very urgent!!!

2000-11-15 Thread Rama Venkata Kunapuli
Rasika: Please see Tomcat development documentation in jakarta-tomcat\doc\appdev. It has excellent approach to build your servlet/jsp applications. In short you should make a directory for your application. Say c:\test\cusinf where cusinf is the application. cd test\cusinf mkdir src mkdir