RE: Increasing Tomcat JVM setting with Tomcat in service

2003-06-02 Thread graghupathy
suggest it to install in a directory without space -Original Message- From: shankar [mailto:[EMAIL PROTECTED] Sent: 02 June 2003 07:01 To: Tomcat Users List Subject: Re: Increasing Tomcat JVM setting with Tomcat in service Hi, I tried to install the Tomcat 4.1 in windows NT and

RE: problem with showing an image

2003-06-01 Thread graghupathy
set this thing to img align=left src=%= request.getContextPath() %/images/shadowlogo.jpg alt=forumlogo Thanks guru -Original Message- From: D-Fuse [mailto:[EMAIL PROTECTED] Sent: 31 May 2003 18:07 To: [EMAIL PROTECTED] Subject: problem with showing an image Hey, I load the url of an

RE: tar.tar binary

2003-05-31 Thread graghupathy
afer the download rename is to jakarta-tomcat-4.0.3.tar.gz and the usin gunzip to unzip it and then untar ( tar -xvf ) Regard Guru -Original Message- From: Moss, Patricia [mailto:[EMAIL PROTECTED] Sent: 30 May 2003 15:19 To: Tomcat Users List Subject: tar.tar binary Good Morning - I

RE: open source code and IDE

2003-05-30 Thread graghupathy
use eclipse http://www.eclispe.org and use sysdeo pluging for tomcat you can download lots of sample .war file from the net :) -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: 29 May 2003 14:54 To: [EMAIL PROTECTED] Subject: open source code and IDE

RE: Startup Problem - Newbie

2003-05-28 Thread graghupathy
comment the Mbean tags in the server.xml and restart and you should be fine ... :) -Original Message- From: Mark Irvine LCGI [mailto:[EMAIL PROTECTED] Sent: 28 May 2003 09:24 To: [EMAIL PROTECTED] Subject: Startup Problem - Newbie Hi, When I try to start Tomcat using the Start and Stop

Jboss to parse exsisting tomcat server.xml ...

2003-05-27 Thread graghupathy
Hi, Can any one tell me ( or give me ) an example of how to make jboss parse my existing tomcat server.xml file ??? jboss 3.0.X and tomcat 4.1.18. ( windows / linux ) Thanks Regards Guru :-) - To

RE: Firebird|Tomcat java.sql.SQLException: Cannot load JDBC dri ver class 'null'

2003-05-27 Thread graghupathy
if it ias zip file then rename it to jar and put it into common lib directory of tomcat :) -Original Message- From: Rob Casteen [mailto:[EMAIL PROTECTED] Sent: 27 May 2003 21:59 To: Tomcat Users List Subject: Re: Firebird|Tomcat java.sql.SQLException: Cannot load JDBC dri ver class

RE: ASP module

2003-04-03 Thread graghupathy
http://modules.apache.org/ -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 10:34 To: 'Tomcat Users List' Subject: ASP module Is there anybody know where to get the asp module for apache ?

Tomcat with Open ldap : Guide please

2003-04-03 Thread graghupathy
Dear All, Can any one post me a document of a easy step by step guide to configure OpenLdap with Tocmat. I have the following Suse 8.1 proffesional Linux Tomcat 4.1.18 OpenLdap ( configured ) but does not have any entries All running fine. If you need any other help let me know ...

RE: get property questions

2003-04-02 Thread graghupathy
jsp:getProperty name=hi is substituted to the corresponding method of your bean ... getHi() you cannot have a dynamic call to methods ... See the correspondinf generated java code of the jsp ... you will know what is happening ... Regards Guru -Original Message-

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread graghupathy
I think it is to do with Archive rename this folder to archive and restart tomcat ( delete all folders inside work folder inside tomcat ) Thanks Guru -Original Message- From: Woude, Alexander van der [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 12:49 To: [EMAIL PROTECTED] Subject:

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread graghupathy
and do try http://localhost:8080/archive/hwe Thanks Guru -Original Message- From: Woude, Alexander van der [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 12:49 To: [EMAIL PROTECTED] Subject: Problems deploying webapps on tomcat and apache Hello all, I set up apache 2.0.43 to use

RE: Moving

2003-04-02 Thread graghupathy
one more idea install a fresh copy of the same version onto the new machine and check if it is working if yes then stop the tomcat server. then zip all the files insed tomcat folder in your old machine ( say old.zip ) then zip the contents of the tomcat folder in your new machin (

RE: How to implements JavaBean in Tomcat 4.1.x in Win 2000 and solaris

2003-04-01 Thread graghupathy
remove the constructor and initialize the variable to null and try ... should be package userinfo; import java.io.*; public class FormBean implements Serializable private String name = null; private String email = null; public void setName(String name) this.name = name; }

RE: Tomcat context ...: list

2003-03-31 Thread graghupathy
how do i make my application 'trusted' ?? -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 29 March 2003 05:10 To: [EMAIL PROTECTED] Subject: Re: Tomcat context ...: list Unless you mark you app as 'trusted', you can't (since it's a major security hole). For

GUI for ant ...

2003-03-31 Thread graghupathy
Hi, Being a newbie to ant ( have to use it ) ... can any one give me a link to a s/w with GUI for ant ??? Gurumoorthy Raghupathy Aegon Benefit Solution Email : [EMAIL PROTECTED] Phone : 0044 20 72404801 Mobile : 07745988336

Tomcat context ...: list

2003-03-28 Thread graghupathy
Hello, Can anyone give me a way where I can have a list of all the context present in my tomcat 4.1.18 in my .jsp code ??? Thanks Guru - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Catching ServletExceptions through filter

2003-03-28 Thread graghupathy
error-page error-code500/error-code location/general_error.html/location /error-page error-page error-code404/error-code location/general_error.html/location /error-page somthing like this in your web.xml -Original Message- From: Philipp

RE: POST method not allowed

2003-03-24 Thread graghupathy
can you tell me the name of the file you are trying to post to -Original Message- From: Erki Kriks [mailto:[EMAIL PROTECTED] Sent: 24 March 2003 12:02 To: Tomcat Users List Subject: POST method not allowed Hello! I'm using Apache 1.3.27, Tomcat 3.2, mod_ssl 2.8.11 When i'm trying

RE: POST method not allowed

2003-03-24 Thread graghupathy
basically you cannot post to .html files and document files you can only post to file that are server side scripts :) Thanks Guru -Original Message- From: Erki Kriks [mailto:[EMAIL PROTECTED] Sent: 24 March 2003 12:25 To: Tomcat Users List Subject: Re: POST method not

Header and Footer in directory listing .....

2003-03-21 Thread graghupathy
Hi, Can anyone let me know how to change the look and feel of directories listing in tomcat . ( I am using windows ) Regards Guru Gurumoorthy Raghupathy Aegon Benefit Solution Email : [EMAIL PROTECTED] Phone : 0044 20

RE: restricting accesb by ip address

2003-03-20 Thread graghupathy
if it is a full application please look at Valve tag in server.xml Thanks guru -Original Message- From: Neil Blue [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 11:55 To: '[EMAIL PROTECTED]' Subject: restricting accesb by ip address Hello, I am using tomcat4 and would like to restrict

RE: restricting accesb by ip address

2003-03-20 Thread graghupathy
Context path=/admin docBase=../server/webapps/admin debug=0 privileged=true !-- Uncomment this Valve to limit access to the Admin app to localhost for obvious security reasons. Allow may be a comma-separated list of hosts (or even regular expressions). Valve

RE: Server.xml

2003-03-18 Thread graghupathy
Okie dokie !.. Send me the following information ... Context path ( the URL ) the directory ( full path ) you want to put your jsp/servlets Your OS ( UNIX / WINDOWS / LINUX ) ... Then I can help . Guru -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent:

RE: tomcat 4.118 + apache 1.3 + mod_jk

2003-03-18 Thread graghupathy
send me the whole server.xml please ( you can email it to me personally as well ) ... guru -Original Message- From: andrea antibo [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 09:50 To: Tomcat Users List Subject: tomcat 4.118 + apache 1.3 + mod_jk Hi, I have a tomcat 4.06 that work

RE: Question about AutoDeployment Feature of 4.1.18

2003-03-18 Thread graghupathy
One thing you can do is in the host unpackWARs=false and then each time you put your war file it will use the latest one .. Hope this helps -Original Message- From: Gerstel, Rachel [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 10:57 To: 'Tomcat Users List' Subject: Question about

Help setting up jboss ( standalone ) with tomcat ....

2003-03-17 Thread graghupathy
All, Can anyone of you please send me a simple to use document / link that tells me how to integrate my tomcat 4.1.18 with a standalone jboss 3.0 EJB container. I am using windowx XP apache 2.0.44 / tomcat 4.1.18. We already have a setup of tomcat / apache integrated so i cant

RE: Tomcat auth acting crazy

2003-03-17 Thread graghupathy
which OS ??? JAVA VERSION ??? DID YOU SET THE JAVA_HOME VARIABLE ? Please let us know more details ... did you see the log ??? Thanks guru -Original Message- From: Christian Dechery [mailto:[EMAIL PROTECTED] Sent: 17 March 2003 15:14 To: Tomcat Users List Subject: Tomcat auth acting

RE: Tomcat web admin change

2003-03-15 Thread graghupathy
are you using tomcat or apache + tomcat ? If you are using apache tomcat use the proxy module / url rewrite module to have this done .. Thanks guru -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 15 March 2003 18:39 To: Tomcat Users List Subject: Re: Tomcat web

RE: Apache won't start

2003-03-14 Thread graghupathy
did you do the AddModule -Original Message- From: Gregory Vandenbroucke [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 11:32 To: '[EMAIL PROTECTED]' Subject: Apache won't start Hi all, I'm stuck with the following problem: I'm trying to connect Apache to tomcat using mod_jk, but

RE: user auth not working

2003-03-14 Thread graghupathy
can you send us the xml file please ??? -Original Message- From: Christian Dechery [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 15:27 To: Tomcat Users List Subject: user auth not working I just downloaded and installed Tomcat 4.1.8 in WinXP. At a certain point in the install process,

Header and footer in directory listing ....

2003-03-13 Thread graghupathy
Hi, How can I add header and footer to my application whole application ??? I search the archive but could not find one Thanks Guru - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Can Tomcat 4 be configured to listen on two ports simultaneously

2003-03-13 Thread graghupathy
try netsat on your red hat machine and see if any process is running on it ... -Original Message- From: Marina McGale [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 17:43 To: [EMAIL PROTECTED] Subject: Can Tomcat 4 be configured to listen on two ports simultaneously Hi. I am using

RE: Header and footer in directory listing ....

2003-03-13 Thread graghupathy
Any update on this please -Original Message- From: Gurumoorthy Raghupathy Sent: 13 March 2003 16:37 To: '[EMAIL PROTECTED]' Subject: Header and footer in directory listing Hi, How can I add header and footer to my application whole application