RE: replacing ROOT

2005-03-23 Thread Rajesh Bagade
reloadable=true /Context -- Rajesh Bagade -Original Message- From: Andreas Andersson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 3:31 PM To: tomcat-user@jakarta.apache.org Subject: replacing ROOT Hi! I'm probably just stupid but I fail to replace the ROOT-context

RE: replacing ROOT

2005-03-23 Thread Rajesh Bagade
Comment for context should start from same line where context line starts. It should be as follows !-- Context path= docBase=ROOT debug=0/ -- --Rajesh Bagade -Original Message- From: Andreas Andersson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 5:33 PM To: Tomcat Users List

Tomcat Log for Web site Stats view

2005-01-31 Thread Rajesh
is available it will be soo helpfull thank you Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Please help me

2004-12-13 Thread Rajesh
afteruploading i go to webapp1 and point it to webapp2 when i need to upload second time ill upload to webapp 1 and i will make point from webapp2 to webapp 1 . is there any way to do this affectively ?? Please reply Rajesh

Re: Please help me

2004-12-13 Thread Rajesh
i tryed but sometimes it gives error when i restart(restarting webapp) it works good or is it possible to display a page for any request to the server or a perticular webapp that site is under maintanance please visit in few minutes is it possible? Rajesh VTR Ravi Kumar wrote: I dont think u

MS Outlook 2003 Mail listing

2004-09-12 Thread Rajesh
Hai all I just saw MS Outlook 2003 in this application the mail are sorted in date and given names like Today Yesterday Last Week Two Weeks Ago ... Can anybody give me algorithm to get date in this string version . Thank you, Rajesh

Connection and Tomcat server

2004-08-16 Thread Rajesh
. thanks you Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java.net.SocketException: Broken pipe Error

2004-08-16 Thread Rajesh
Hai in my tomcat logfile am getting the following exception very rarely. Will this will cause any problem in server or in my code ? Aug 14, 2004 11:46:49 AM org.apache.jk.server.JkCoyoteHandler action SEVERE: Error in action code java.net.SocketException: Broken pipe at

jvmps not displaying id of tomcat running

2004-08-13 Thread Rajesh
-XX:+UsePerfData but am not getting the id of the jvm process can anybody help me rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat or DB Connection is not working please help

2004-08-12 Thread Rajesh
Hi Technosavvians This is Rajesh. Working on webApplication project.The project Environment is in Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux connecting back-end Mysql. Next thing is I've properly closed each connection whenever I've opened the connection.So the db

Please help me

2004-08-12 Thread Rajesh
This is Rajesh. I am working on webApplication project.The project Environment is in Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux connecting back-end Mysql. I am trouble shooting a problem. I have properly closed each and every connection whenever I open

Re: SOLVED: How to get the context path for a web application?

2004-08-12 Thread Rajesh
hai use request.getContextPath() Rajesh Jacob Kjome wrote: To get the context path at init time, try this from: http://cvs.apache.org/viewcvs.cgi/logging-log4j-sandbox/src/java/org/apache/log4j/servlet/InitShutdownController.java /** * Retrieves the context path of the web application

Re: Trouble running Tomcat 5 in XP

2004-08-12 Thread Rajesh
Hai Check the server wheather its running and see the port it is using Rajesh Shei Delfin wrote: Hi, I just installed Tomcat 5 on WinXP. When trying to start the Tomcat service, I get the following error Service Not Found I have j2sdk1.4.2_03 and Tomcat 5 What am I doing wrong? Thanks, Sheila

tomcat performance/GC with JVMStat's visualgc

2004-08-12 Thread Rajesh
Hai all how to check Tomcat's garbage collectioin with JVMStat's visualgc Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Overidding Tomcat error pages

2004-07-14 Thread EXT-Patel, Rajesh M
I would like to override tomcats' error messages for all webapps. I added the following to conf/web.xml: error-page error-code503/error-code location/error/error.jsp/location /error-page error-page error-code404/error-code

RE: JMX tools survey

2004-07-14 Thread EXT-Patel, Rajesh M
There is mc4j, however I have not gotten it to work properly. -Original Message- From: Erik Earle [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 1:23 PM To: [EMAIL PROTECTED] Subject: JMX tools survey I'm just curious: what tools folks are using for monitoring / managing

Multiple Tomcat Instance Administration

2004-07-14 Thread EXT-Patel, Rajesh M
Are there any tools that can Administer multiple tomcat instances? I found this tool: http://web.bvu.edu/staff/david/index.jsp?section=softwaresubsection=tcservcfgpage=overview But it is very basic and does not allow editing of the server.xml. Raj

JMX Tomcat Manager

2004-07-07 Thread EXT-Patel, Rajesh M
Is there a way to use JMX to do what the tomcat manager does. What I want to do is to Reload, Stop, Start and Add Contexts with JMX. Raj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Tomcat Server Not Running

2003-10-07 Thread rajesh kannan krishnamoorthy
. Thanks and Regards K RAJESH KANNAN __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Catching 401 Error

2003-01-28 Thread Rajesh Kanade
this What I have figured out is that control is not coming back to our servlet at all is infact going to default servlet of Tomcat. Does any one have any clues why this may be happening. If yes can you please share it with me. Thanks in advance Rajesh Kanade

RE: Tomcat and Apache | Performance

2002-12-25 Thread Rajesh B
way auth information provided by the HTTP Server. true is the default. tomcatAuthentication=false -- Ajp13Connector port=8717 / in server.xml. MaxClients in httpd.conf is set to 100. regards rajesh -Original Message

Tomcat and Apache | Performance

2002-12-24 Thread Rajesh B
Hi All, I am using tomcat 3.3.1 and apache 1.3.27 with mod_jk (ajp12 protocol). We are running it in Solaris 2.8 ( 4 CPU 4GB RAM ). At times when the system is under heavy load, apache simply stops processessing requests. And the hits/sec goes down. The system idle state is around 99%. At

Tomcat 3.3.1 CPU utilization is too high.

2002-11-08 Thread Rajesh B
Hi, We are facing some problem with tomcat which takes 95% of the CPU. - We have got a SPARC Solaris 8 with more that 4 CPUs and 8GB RAM. - We have got one instance of tomcat 3.3.1 installed in this machine with JDK 1.3.1_05. - What we observed is that, after 20 minutes

RE: How can I protect my servlet with a login and a password?

2002-10-17 Thread Rajesh B
U just need to add basic authentication in ur apache httpd.conf file. Nothing to change in tomcat. Have a look at basic authentication in apache -Original Message- From: Luca Ventura [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 17, 2002 12:37 PM To: tomcat-user Subject: How can I

Tomcat 4 - AJP13 and apache

2002-10-16 Thread Rajesh B
). - If this is the case, will the requests be sent to both ajp12 and ajp13 ports?.. Is there any disadvantage of this. regards Rajesh

(Urgent) Help with Tomcat 3.3 performance

2002-10-14 Thread Rajesh B
of problem. Can anyone help us on this. Any help would be of great help. Thankx in advance. regards Rajesh

Urgent help ( tomcat dies at restart time)

2002-10-14 Thread Rajesh . Bhabaraju
statistics I am currently using tomcat as stand-alone server with ssl-mode. Solaris 2.8 Tomcat 4.0.4 Java 1.4.01 Can some please help me, this is happening in DEV, TEST and PRODUCTION machines. Rajesh Bhabaraju (RAJ) Office of Technology Services Phone: 502-564-6949 X 281 [EMAIL

Urgent help ( tomcat dies at restart time)

2002-10-12 Thread Rajesh . Bhabaraju
am currently using tomcat as stand-alone server with ssl-mode. Solaris 2.8 Tomcat 4.0.4 Java 1.4.01 Can some please help me, this is happening in DEV, TEST and PRODUCTION machines. Rajesh Bhabaraju (RAJ) Office of Technology Services Phone: 502-564-6949 X 281 [EMAIL PROTECTED

Why to use Apace as web server with TOMCAT

2002-10-11 Thread Rajesh . Bhabaraju
I would like know what are the advantages of using apache as webserver for tomcat. ie, what is the disadvantage of using tomcat's own web server. thanks Rajesh Bhabaraju (RAJ) Office of Technology Services Phone: 502-564-6949 X 281 [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL

Form-based authentication

2002-10-09 Thread Rajesh Kanderi
how do you access a webpage which has a form-based authentication setup using java. i am able to do it using an href http://user:password@url... but the problem is it shows the passowrd. I tried to construct the above url in a servlet and then doing a sendRedirect. but the sendRedirect doesn't

Re: HOW TO: How do I add a global variable in server.xml readable in all webapps?

2002-10-07 Thread Rajesh . Bhabaraju
-- Sent from my BlackBerry Wireless Handheld (www.BlackBerry.net) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Starting TOMCAT without opening new DOS promt

2002-09-25 Thread RAJESH KANNAN
Hi all, We would like to start the TOMCAT server without opening a new DOS prompt. How should we do this? With Regards K.RajeshKannan _ MSN Photos is the easiest way to share and print your photos:

Starting TOMCAT without opening new DOS promt

2002-09-25 Thread RAJESH KANNAN
Hi all, We would like to start the TOMCAT server without opening a new DOS prompt. How should we do this? Thanks in anticipation. With Regards K.RajeshKannan _ MSN Photos is the easiest way to share and print your photos:

RE: More info re: tomcat, 1.4 and jni for Jmagick

2002-09-17 Thread Rajesh Mishra
was trying to put packages in the same sample java program the same linking error was coming .I then rebuilt the dll with package declaration and this time it worked. I kept the dll in system's path. But I've not tested it completely but you can give it a try. Thanks Rajesh -Original Message

JRE and JSP

2002-09-07 Thread RAJESH KANNAN
Hi all, We have a special requirement which warrants the use of tomcat with only JRE. (Not JDK). In our web application we have JSPs also in addition to Java classes. Is there any way by which we can operate TOMCAT only with JRE. (which supports JSP execution). We are using TOMCAT-4.0.3

RE: tomcat and apache

2002-05-31 Thread Rajesh Mishra
Hello , Please look at the Apache's httpd.conf file and look for 'ServerName' property . If it is commentented , uncomment it and then change with the ip address of machine or the machine name . I think this should solve your problem . Regards Rajesh -Original Message- From

Strange Problems with Tomcat and Apache

2002-05-23 Thread Rajesh Mishra
. Should upgrading to higher versions of Apache and Tomcat will solve the problems. Please help. Regards Rajesh -Original Message- From: Rajesh Mishra Sent: Thursday, May 23, 2002 10:07 AM To: [EMAIL PROTECTED] Subject: Apcahe's CPU goes to 100% I'm using Apache1.3.12 and Tomcat3.2 for my

Re: Doubts on SSL configuration.???

2002-05-22 Thread Rajesh Harikrishnan
. probably not the detail you need I would love to hear from anyone out there who has successfully gotten SSL running to assist Rajesh and I. I am kind of frustrated by what seems to be a simple task. --Aaron -Original Message- From: Rajesh Harikrishnan [mailto:[EMAIL

Re: Enabling SSL in tomcat

2002-05-22 Thread Rajesh Harikrishnan
Hi Ajay, I also faced similar problem when tried to configure SSL on tomcat, then tried what 'J' told, but due to Java's security permission for file reading in local device's tomcat was possing a different 'IO Exception error'. I finally had it running after a work around, that is. I

Apcahe's CPU goes to 100%

2002-05-22 Thread Rajesh Mishra
this problem .I'm using mod_jk for this purpose Regards Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

jvm_recv

2002-05-21 Thread Rajesh Mishra
) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) Regards Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Doubts on SSL configuration.???

2002-05-20 Thread Rajesh Harikrishnan
HI All, I need Apache-ssl+tomcat expert's help on this issue. My problem is, after a lot of search i am still not able to find some useful documentation for Configuring the Apahce+tomcat (on Windows) for HTTPS(SSL). My application needs to handle both HTTP and HTTPS. Few modules in the

Doubts on SSL configuration.

2002-05-18 Thread Rajesh Harikrishnan
HI All, I need Apache-ssl+tomcat expert's help on this issue. My problem is, after a lot of search i am still not able to find some useful documentation for Configuring the Apahce+tomcat (on Windows) for HTTPS(SSL). My application needs to handle both HTTP and HTTPS. Few modules in the

Apache-Tomcat problem

2002-05-15 Thread Rajesh Mishra
(143)]: jk_open_socket, connect() failed errno = 61 [jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 61 Has anyone experienced this problem. Regards Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Recall: Apache-Tomcat problem

2002-05-15 Thread Rajesh Mishra
Rajesh Mishra would like to recall the message, Apache-Tomcat problem. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat-Apache problem

2002-05-15 Thread Rajesh Mishra
(143)]: jk_open_socket, connect() failed errno = 61 [jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 61 Has anyone experienced this problem. Regards Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: VM size increases.

2002-05-15 Thread Rajesh Harikrishnan
Hi Rajesh, Why don't you try using 'poolman' from 'www.poolman.com', which is also a free tool and is very good, we have been using it for almost an year and half without any problems!!. Hope this helps you. Regards H.Rajesh ([EMAIL PROTECTED]) SSPL,Chennai India - Original Message

RE: VM size increases.

2002-05-14 Thread Rajesh Mishra
can use. Regards Rajesh -Original Message- From: Java Team [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 12:21 PM To: Tomcat Users List Subject: Re: VM size increases. Hi Have you used any pooling software?How can you achieved connection pooling?. Actually we had same

VM size increases.

2002-05-13 Thread Rajesh Mishra
Web Application Stress testing tool for 2 days (with 10 threads and 4 socket multiplier), Tomcat crashes. Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: VM size increases.

2002-05-13 Thread Rajesh Mishra
Hi Toru, I'm using jdbc-odbc driver to connect to SQL server. Regards Rajesh -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 10:45 AM To: Tomcat Users List Subject: Re: VM size increases. Hi Rajesh, Let me know about your JDBC. I

Any idea about Session object Failue?

2002-05-11 Thread Rajesh Harikrishnan
Hi All, Thanks for your reply for my previous question on 'Session Problem'. In addition to the previous subject, i still could'nt figure out the exact problem in my application. After a close watch, i found some where in the application the existing 'Session object' is being 'Written

Re: Tomcat as automatic service in WinNT 4.0

2002-05-10 Thread Rajesh Harikrishnan
Hi Jayakumar P, What version of tomcat?? Have your heard of 'Jk_ntservice' package... For the old version like 'Tomcat 3.x' Please download it from the 'jakarta site' (i don't remember the exact site URL). That has a set of instructions to get on. Hope this solves your query.. Regards

Session Problem with Tomcat and Apache - URGENT - Please help!!!!

2002-05-10 Thread Rajesh Harikrishnan
Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have an application which is initalizing an 'SESSION' object when the user log's into the system. This object is used to store three attributes, 1) we have

Session Problem - URGENT!!!!

2002-05-10 Thread Rajesh Harikrishnan
Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have an application which is initalizing an 'SESSION' object when the user log's into the system. This object is used to store three attributes, 1) we have

Please Help - New to SSL

2002-05-10 Thread Rajesh Harikrishnan
Hi, I am a newbie to the Security Region, Can some body help me to configure my existing setup to support the 'SSL' with 'HTTPS' protocol and other regular webapplications to run on 'HTTP'. My current setup is: Apache 1.3.20 Tomcat 3.2.2 Jdk 1.3.1 (Standard) Windows NT 4.0 1) How can i

Re: Apache 2 TomCat 4 Integration Troubles...

2002-04-26 Thread Rajesh Harikrishnan
HI Frederick, You can always try defining the LoadModule with the full path of the physical system. ie.if the mod_webapp.so is found in E:\Apache\modules\mod_webapp.so you can specify them as follows: LoadModule webapp_module E:/Apache/modules/mod_webapp.so AddModule mod_webapp.c Try

Re: How can I get the location of the webapps-directory?

2002-04-22 Thread Rajesh Nair
Hi I think u can try getContextPath() which will give u the root of ur web application .To get access to resources inside WAR or other archive files u can use the method getResource(String URIPath); If the context is in a different m/c u can use getContext() to get the context first and then

createNewFile method not found error(JSP)-Peculiar problem(Help please)

2002-04-10 Thread RAJESH KANNAN
Hi all, In my JSP,I am using the following code segment. java.io.File statusFile = new java.io.File(d:/temp/test1); statusFile.createNewFile(); I am using TOMCAT 3.2.3 in Windows2000 machine.(JDK1.3) It is throwing following error. org.apache.jasper.JasperException: Unable to compile

Servlet cannot read properties file

2002-01-28 Thread Rajesh Joshi
(preference); } //preference.properites is under d:/TestServlet/WEB-INF/classes direcory Thanks for your help Rajesh ## This email communication may

HELP - PWS/IIS to Tomcat redirect

2001-12-25 Thread Rajesh Kulkarni
Hi, I have TOMCAT-4.0 PWS for Windows-95 installed on my machine. I wish to redirect Tomcat requests (servlet) through PWS. Where can I find Redirector plug-in for the same? Thanks Rajesh * Disclaimer This message (including any

problems facing while configuring the Tomcat

2001-12-15 Thread rajesh kumar jhaver
me for getting this. thanks and regards, rajesh kumar __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe

SSL Governed by Web Server

2001-11-29 Thread RAJESH KANNAN
Hi all, We have SSL implemented web servers(Apache,IIS). Meaning to invoke our CGI programs, user has to submit the certificate. We would like to extend that SSL for invoking our servlets also. Our servlets are running under TomCAT. In our application environment TomCAT and webserver(IIS or

Loading a file in servlet

2001-11-21 Thread Rajesh Kannan
Dear all, We are developing a web application consisting of some servlets and JSPs. To execute our servlets we need to get some values from a property file. Presently we are hardcoding the path of the property file and loading it. As in realtime we may be knowing the path we want to

Re: Out of environment space

2001-08-30 Thread Rajesh Nair
- Original Message - From: Rajesh Nair [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 4:03 PM Subject: Out of environment space Hi, I have downloaded Tomcat 3.2.3 and when I try to run startup.bat(Win 98 ) I get the following output: Including all jars

Out of environment space

2001-08-29 Thread Rajesh Nair
Hi, I have downloaded Tomcat 3.2.3 and when I try to run startup.bat(Win 98 ) I get the following output: Including all jars in d:tomcat\lib in your CLASSPATH Using CLASSPATH:d:\. bad command or file name out of environment space Including all jars in d:tomcat\lib in your CLASSPATH

does tomcat3.2.1 and apache1.3.14 are slow

2001-08-21 Thread Rajesh
Hi, Can anybody tell me that why tomcat is slow handling the request coming form Apache1.3.14. I am using Window2000 prof. Pls help Rajesh

how to automatically load the servlet

2001-08-21 Thread Rajesh
Hi, How to load the servlet when tomcat3.2.1 starts can anyone help me Rajesh

Re: how to automatically load the servlet

2001-08-21 Thread Rajesh
Hi, Thanx for everyone's response. Can anyone tell me why tomcat takes time to forwards the request. I am using tomcat3.2.1 and apache1.3.14 with mod_jk.dll Rajesh Thomas Tuft Muller wrote: See the load-on-startup/load-on-startup servlet parameter. -- Thomas | -Original

where to find the Free Java TestingTool!!

2001-06-04 Thread Rajesh Chandran M. R.
Hi!! I want to test my web application developed in java.If U pls inform me about the links for free java testingtool with license it would be more helpful to me. Thankx in advance, Regards, chandran...

Re: Auth bug in 3.2.1?

2001-04-16 Thread Rajesh A
others have posted in this thread "Auth bug in 3.2.1". Rajesh From: "Jeff Kilbride" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Auth bug in 3.2.1? Date: Sat, 14 Apr 2001 16:01:20 -0700 Hi Thom, Thanks for posting a solution! I was

Re: Auth bug in 3.2.1?

2001-04-14 Thread Rajesh A
it and release a patch? Please help. Rajesh From: Marc Palmer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Auth bug in 3.2.1? Date: Sat, 14 Apr 2001 08:08:21 GMT Hi Marc, I saw this problem in 3.2.1 as well - I made a fix for it in the tomcat that ships

Re: Auth bug in 3.2.1?

2001-04-13 Thread Rajesh A
source. Please help.. Rajesh From: Thom Park [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Auth bug in 3.2.1? Date: Thu, 12 Apr 2001 22:31:26 -0700 Hi Marc, I saw this problem in 3.2.1 as well - I made a fix for it in the tomcat that ships with the Borland

First ExceptionInInitializerError Then NoClassDefFoundError

2001-04-04 Thread Rajesh A
starting tomcat. I found similar problem reported in the archives but no solutions. I might have missed something very silly. Please help. Rajesh _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Re: configuring Tomcat on Windows 2000 and IIS

2001-03-21 Thread Rajesh Jumde
Thanx Sal, Through your response for the mail i came to know how to add ISAPI filter. But I am getting the red arrow pointing downwards. I followed all the steps from the document Tomcat IIS How To. Can you suggest me any solution for the same. Regards, Rajesh Salvatore Borrelli wrote: Hi

Re: configuring Tomcat on Windows 2000 and IIS

2001-03-21 Thread Rajesh Jumde
Thanx everybody I got the index page for the jsp. Thanx to everyone for there responses. Regards, Rajesh Salvatore Borrelli wrote: Hi, these are the steps you should follow:1. run the Internet Services Manager MMC (i.e. ...\winnt\system32\iis.msc)2. open your IIS server icon, right click

Help required

2001-03-20 Thread Rajesh Jumde
cannot find the batch label specified - startServer What is the problem? Thanx in advance Rajesh

Help required

2001-03-19 Thread Rajesh Jumde
ll get all the installation files for Tomcat and how to configure it.. Thanx and Regards, Rajesh

Form-Based Auth and tracking Login Attempts

2001-03-07 Thread Rajesh A
help appreciated! Rajesh _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

ajp12 error while making servlet call

2000-12-20 Thread Srinivas, Rajesh
) an error returned handling request via protocol "ajpv12" thanks Rajesh

error while trying to create mod_jk for tomcat3.2

2000-12-20 Thread Srinivas, Rajesh
apxs:Error: under your platform. Make sure the Apache apxs:Error: module mod_so is compiled into your server apxs:Error: binary `/usr/local/apache/bin/httpd'. I have installed ActivePerl5.6 as well as Apache1.3. thanks in advance, Rajesh

error while trying to create mod_jk for tomcat3.2

2000-12-20 Thread Srinivas, Rajesh
apxs:Error: under your platform. Make sure the Apache apxs:Error: module mod_so is compiled into your server apxs:Error: binary `/usr/local/apache/bin/httpd'. I have installed ActivePerl5.6 as well as Apache1.3. thanks in advance, Rajesh

RE: Netscape displaying the HTML code

2000-12-19 Thread Srinivas, Rajesh
hi, I suppose you have to set the content type as text/html using the setContentType() method of response object. Hope this helps. Rajesh -Original Message- From: Guntupalli Shanti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 1:16 PM To: [EMAIL PROTECTED] Subject