RE: Context and URL

2002-09-27 Thread Raghupathy, Gurumoorthy
the config should be Host name=billblackmon.com Context path=/EGPS docBase=/home/billblac/tomcat/build/webapps/EGPS debug=6 reloadable=true !-- much more follows -- /context /host and on the browser type http://somedomain.com:yourport/EGPS -Original Message- From: Bill

RE: Can you use Tomcat when you are not on line?

2005-04-08 Thread Raghupathy,Gurumoorthy
Please note that tomcat has issues when it is installed in directory which has spaces in them Example Program Files ... Try to uninstall and then resinstall in c:\ApacheTomcat\ And let me know Regards Guru -Original Message- From: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: 08

RE: http://localhost:8081/manager/list

2005-04-08 Thread Raghupathy,Gurumoorthy
When you changed the file did you restart tomcat ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 08 April 2005 12:05 To: tomcat-user@jakarta.apache.org Subject: http://localhost:8081/manager/list Hi there, i am trying to use the web application manager for

RE: installation two TOMCAT versions on our server

2005-04-08 Thread Raghupathy,Gurumoorthy
Yes you can ... Things you need to remember 1. don't install as service 2. use the batch file to start and stop 3. install both version in different directories which does NOT have space program files 4. Edit the server.xml file in one of them and change the

RE: installation two TOMCAT versions on our server

2005-04-08 Thread Raghupathy,Gurumoorthy
-Message d'origine- De : Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Envoyé : vendredi 8 avril 2005 14:09 À : 'Tomcat Users List' Objet : RE: installation two TOMCAT versions on our server Yes you can ... Things you need to remember 1. don't install as service 2. use

RE: HELP Tomcat CGI

2005-04-11 Thread Raghupathy,Gurumoorthy
Why don't you run perl in apache and integrate it with tomcat ? Tomcat should not be used with CGI ( security issues ) Guru -Original Message- From: Scholtyssek Siegfried [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 09:29 To: tomcat-user@jakarta.apache.org Subject: HELP Tomcat CGI

RE: Could not init service for worker

2005-04-11 Thread Raghupathy,Gurumoorthy
Send me the httpd.conf worker.properties and server.xml Regards Guru -Original Message- From: Spencer [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 12:02 To: tomcat-user@jakarta.apache.org Subject: Could not init service for worker Hi, Goal: To have apache forward connections for a

RE: Filtering remote host access from web.xml

2005-04-11 Thread Raghupathy,Gurumoorthy
You can write a filter on the context and based on request.getRemoteAddr() do the processing Guru -Original Message- From: Fredrik Jonson [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 12:12 To: tomcat-user@jakarta.apache.org Subject: Filtering remote host access from

RE: Webdav, WEB_INF

2005-04-11 Thread Raghupathy,Gurumoorthy
Yes .. You can use an Alias -Original Message- From: Patrick [EMAIL PROTECTED] AG [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 13:53 To: Tomcat Users List Subject: Re: Webdav, WEB_INF Thanks for the Info Tim! This is too bad. That means, i have to install Apache abd run tomcat using

RE: Webdav, WEB_INF

2005-04-11 Thread Raghupathy,Gurumoorthy
? On 11.04.2005, at 15:08, Raghupathy,Gurumoorthy wrote: Yes .. You can use an Alias -Original Message- From: Patrick [EMAIL PROTECTED] AG [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 13:53 To: Tomcat Users List Subject: Re: Webdav, WEB_INF Thanks for the Info Tim! This is too

RE: Getting Env Vars from Apache 2

2005-04-12 Thread Raghupathy,Gurumoorthy
Are you using modk jk ? If yes then file is worth printing http://jakarta.apache.org/tomcat/connectors-doc/config/printer/apache.html -Original Message- From: Hoda Nadeem [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 22:18 To: tomcat-user@jakarta.apache.org Subject: Getting Env Vars

RE: RequestDispatcher.forward() to doc located on HTTP Server

2005-04-12 Thread Raghupathy,Gurumoorthy
Forward only works within a context -Original Message- From: Ron Crayton [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 19:36 To: tomcat-user@jakarta.apache.org Subject: RequestDispatcher.forward() to doc located on HTTP Server Is it possible to use Request.forward() to forward a

RE: Check deployment dir programatically

2005-04-12 Thread Raghupathy,Gurumoorthy
Why dont you setup a JNDI variable for your context which will set the value of base directory ... And then use it in your app... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html We use JNDI ... :o) -Original Message- From: Michal Kwiatek [mailto:[EMAIL

RE: Check deployment dir programatically

2005-04-12 Thread Raghupathy,Gurumoorthy
-Original Message- From: Michal Kwiatek [mailto:[EMAIL PROTECTED] Sent: 12 April 2005 10:35 To: Tomcat Users List Subject: RE: Check deployment dir programatically This is a solution. I'll do it if there's not a better one. Any other ideas? Michal. -Original Message- From: Raghupathy

RE: Check deployment dir programatically

2005-04-12 Thread Raghupathy,Gurumoorthy
ideas? Michal. -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 11:27 AM To: 'Tomcat Users List' Subject: RE: Check deployment dir programatically Why dont you setup a JNDI variable for your context

RE: Directory listing

2005-04-15 Thread Raghupathy,Gurumoorthy
For tomcat : http://www.jroller.com/page/coreteam/?anchor=disable_directory_listing_in_to mcat For Apache : Directory YourdocumentRoot Options -Indexes /Directory Hope this helps Guru

RE: Virtual domain problem

2005-04-18 Thread Raghupathy,Gurumoorthy
Do you use tomcat as standalone ? Send me the server.xml However try Engine defaultHost=www.nacion.com name=Catalina Host appBase=webapps name=www.nacion.com debug=0 Logger className=org.apache.catalina.logger.FileLogger suffix=.txt

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread Raghupathy,Gurumoorthy
Not clear what you want. Send me the details Where is your static document ( The directory ) How do want to access it ? ( the URL ) Which version of TOMCAT YOU ARE USING Send me your server.xml Regards Guru -Original Message- From: J. Ryan Earl

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread Raghupathy,Gurumoorthy
: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 1:10 AM To: 'Tomcat Users List' Subject: RE: Need help exporting contexts not under webapps/ Not clear what you want. Send me the details Where is your static document ( The directory ) How do want

RE: Tomcat and SSL

2005-04-19 Thread Raghupathy,Gurumoorthy
How did you create the certificate ? And with what details ? -Original Message- From: Marcos Ferreira [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 13:39 To: tomcat-user@jakarta.apache.org Subject: Tomcat and SSL Hi, I'm having problems using Tomcat with SSL Protocol. I setup Client

RE: Multiple services in single Tomcat instance

2005-04-19 Thread Raghupathy,Gurumoorthy
How are you accessing tomcat ? http://localhost:7000/ http://localhost:6000/ ??? -Original Message- From: Gary Hirschhorn [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 15:34 To: tomcat-user@jakarta.apache.org Subject: Multiple services in single Tomcat instance We would like to have

RE: Multiple services in single Tomcat instance

2005-04-20 Thread Raghupathy,Gurumoorthy
://machinename.hostname.com:7000/app7000 -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 7:56 AM To: 'Tomcat Users List' Subject: RE: Multiple services in single Tomcat instance How are you accessing tomcat ? http://localhost:7000/ http://localhost

RE: can't see a tomcat installation on home network

2005-04-20 Thread Raghupathy,Gurumoorthy
Yes, this is what I wanted to convey telnet to linux mahcine on port 8080 to check if it responding -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 15:00 To: Tomcat Users List Subject: Re: can't see a tomcat installation on home

RE: To find user name

2005-04-20 Thread Raghupathy,Gurumoorthy
request.getRemoteUser() Please read the spec -Original Message- From: Ramu, Vinod [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 15:17 To: tomcat-user@jakarta.apache.org Subject: To find user name Hi All, Could any one of you please let me know how to get the username? For

RE: using manager with apache virtual host

2005-04-20 Thread Raghupathy,Gurumoorthy
Send me the httpd.conf -Original Message- From: Amir S [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 16:02 To: tomcat-user@jakarta.apache.org Subject: using manager with apache virtual host Hi, I have a Jakarta 5.0.28 standalone and manager is working just fine. when I try to operate

RE: JDBCRealm Configuration

2005-04-21 Thread Raghupathy,Gurumoorthy
Put your classes.zip in tomcat\common\lib Regards Guru -Original Message- From: Jiang, Peiyun [mailto:[EMAIL PROTECTED] Sent: 21 April 2005 17:16 To: 'Tomcat Users List' Subject: JDBCRealm Configuration I got the Exception when starting tomcat. What's wrong with it? Peiyun

RE: problem with compilation of jsp

2005-04-26 Thread Raghupathy,Gurumoorthy
Please look at the list. This is because Tomcat has been installed on program files a directory with spaces ... Please install tomcat in a directory without space c:\Server\Tomcat and you should be fine Regards Guru -Original Message- From: vishwam [mailto:[EMAIL PROTECTED] Sent: 26

RE: Tutorial

2005-04-26 Thread Raghupathy,Gurumoorthy
Nice one http://www.tusc.com.au/tutorial/html/ Apache/Tomcat: doc | pdf http://www.one0.com/html/downloads.php : Click on the doc / pdf link Regards Guru -Original Message- From: Eugene Poole [mailto:[EMAIL PROTECTED] Sent: 26 April 2005 12:32 To:

RE: Problems declaring same servlet-class with diff names

2005-04-27 Thread Raghupathy,Gurumoorthy
This is to with struts not tomcat ... The below link can help ( for struts ) http://struts.apache.org/userGuide/configuration.html#dd_config_modules Regards Guru -Original Message- From: Meghana Joglekar [mailto:[EMAIL PROTECTED] Sent: 27 April 2005 00:54 To: tomcat Subject:

RE: apache + tomcat + JK connector configuration

2005-04-27 Thread Raghupathy,Gurumoorthy
http://www.one0.com/html/downloads.php Download the pdf ( nice ) / doc version Nice :o) Guru -Original Message- From: anshul shrivastava [mailto:[EMAIL PROTECTED] Sent: 26 April 2005 18:08 To: Tomcat Users List Subject: Re: apache + tomcat + JK connector configuration Importance: High

RE: deploy using manager

2005-04-28 Thread Raghupathy,Gurumoorthy
Delete the work dir and reload -Original Message- From: Jiang, Peiyun [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 17:24 To: 'Tomcat Users List' Subject: deploy using manager From tomcat /manager/ did: (1) remove application (2) uploaded war from PC to server to install (3)

RE: Interface to admin manager web application

2005-04-29 Thread Raghupathy,Gurumoorthy
Well you can use a httpurlConnection ? In your java code to do the work Regards Guru -Original Message- From: Atanu Neogi [mailto:[EMAIL PROTECTED] Sent: 29 April 2005 00:42 To: Tomcat Users List Subject: Interface to admin manager web application Hi, I need to write a

RE: No action instance for path

2005-05-05 Thread Raghupathy,Gurumoorthy
Is that struts ? -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 15:51 To: tomcat-user@jakarta.apache.org Subject: No action instance for path Can anyone advise - i get the following error when i try to invoke JSP. HTTP Status 500 - No action instance for

RE: No action instance for path

2005-05-05 Thread Raghupathy,Gurumoorthy
Are you using struts ? -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 15:51 To: tomcat-user@jakarta.apache.org Subject: No action instance for path Can anyone advise - i get the following error when i try to invoke JSP. HTTP Status 500 - No action instance

RE: No action instance for path

2005-05-05 Thread Raghupathy,Gurumoorthy
] Sent: 05 May 2005 16:00 To: tomcat-user@jakarta.apache.org Subject: RE: No action instance for path Yes From: Raghupathy,Gurumoorthy [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Subject: RE: No action

RE: Restrict access to webapps for IPs

2005-05-10 Thread Raghupathy,Gurumoorthy
Nopt in web.xml but in server.xml in your context/context -Original Message- From: Altrock, Jens [mailto:[EMAIL PROTECTED] Sent: 10 May 2005 15:13 To: 'Tomcat Users List' Subject: AW: Restrict access to webapps for IPs Hm... won't work :( I added to noe of the apps in

RE: error trying to run a jsp

2005-05-10 Thread Raghupathy,Gurumoorthy
Please check If the directory /usr/local/tomcat/jakarta-tomcat-5/build/work/Catalina/localhost/ has write permission for wwwrun user ? Guru -Original Message- From: Fay, Michael [mailto:[EMAIL PROTECTED] Sent: 10 May 2005 17:17 To: 'Tomcat Users List' Subject: error trying to run a jsp

RE: newbie tips - how to deploy tomcat/mod_jk

2005-05-11 Thread Raghupathy,Gurumoorthy
http://www.one0.com/html/downloads.php download the pdf document ... Guru -Original Message- From: mbneto [mailto:[EMAIL PROTECTED] Sent: 11 May 2005 14:52 To: Tomcat Users List Subject: newbie tips - how to deploy tomcat/mod_jk Hi, I am looking for tips for beginners regarding

RE: url-pattern in web.xml -- looking for explanations and best p ractice

2005-05-11 Thread Raghupathy,Gurumoorthy
In your webapp have dir http://servername:port/context/static/ for all your static content http://servername:port/context/dynamic/ for all your dynamic content URL Pattern URL-pattern/dynamic/*/URL-pattern guru -Original

RE: Tomcat and SuSE 9.3...

2005-05-12 Thread Raghupathy,Gurumoorthy
Wht is the problem ? -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 12:34 To: Tomcat Users List Subject: Tomcat and SuSE 9.3... Hello everybody, I have been doing some research and there seems to be a problem with Tomcat and SuSE 9.3

RE: how to access JSPs using servername/~username

2005-05-12 Thread Raghupathy,Gurumoorthy
No this is not true http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html Its says ... == Many web servers can automatically map a request URI starting with a tilde character (~) and a username

RE: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12

2005-05-13 Thread Raghupathy,Gurumoorthy
Try to point your documentroot to point somewhere else and try ... -Original Message- From: Stanislav Bauer [mailto:[EMAIL PROTECTED] Sent: 13 May 2005 08:46 To: Tomcat Users List Subject: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12 Hi, I'm trying to connect Apache with TC to

RE: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12

2005-05-13 Thread Raghupathy,Gurumoorthy
of finding the right file. It shows the right one, i.e. index.jsp but it shows the source and does not execute it. It seems to be for dynamic pages. For instance I have a response.Redirect() in index.jsp. SB Raghupathy,Gurumoorthy wrote: Try to point your documentroot to point somewhere else and try

RE: tomcat exits after the JasperReport window is closed

2005-05-13 Thread Raghupathy,Gurumoorthy
In ireport change the format fro mthe menu From Build Menu check PDF preview. Regards Guru -Original Message- From: U K Laxmi [mailto:[EMAIL PROTECTED] Sent: 13 May 2005 09:13 To: Tomcat Users List Subject: tomcat exits after the JasperReport window is closed I'm

RE: Tomcat totally ignores my timeout-settings

2005-05-18 Thread Raghupathy,Gurumoorthy
Are you creating a basic authentication or form based authentication ? -Original Message- From: Hendrik Neumann [mailto:[EMAIL PROTECTED] Sent: 18 May 2005 14:11 To: tomcat-user@jakarta.apache.org Subject: Tomcat totally ignores my timeout-settings Hi everybody, I have the following

RE: Validation Frame work

2005-05-24 Thread Raghupathy,Gurumoorthy
This also does the validation on serverside and it is declarative rather than programatic :) It can be done in a single xml :) no need to write extra code :) html:errors/ does it all for the serverside :) Regards Guru -Original Message- From: raja buddha [mailto:[EMAIL PROTECTED]

RE: Virtual host, workers file and httpd.conf settings for SSL

2005-06-07 Thread Raghupathy,Gurumoorthy
Change From DocumentRoot C:/tomcat/Tomcat_5.5.9/webapps/idm To DocumentRoot c:/Apache/Apache2/htdocs Regards Guru -Original Message- From: Gessendorfer, Thomas [mailto:[EMAIL PROTECTED] Sent: 07 June 2005 11:43 To: tomcat-user@jakarta.apache.org Subject: Virtual

RE: Virtual host, workers file and httpd.conf settings for SSL

2005-06-07 Thread Raghupathy,Gurumoorthy
host, workers file and httpd.conf settings for SSL Then I see the starting page of the Apache2 Installation... Regards, Tom -Ursprüngliche Nachricht- Von: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. Juni 2005 13:07 An: 'Tomcat Users List' Betreff: RE: Virtual

RE: Servlet Concurrency Issues

2005-06-08 Thread Raghupathy,Gurumoorthy
For thread safe programs 1. Declare all your variables within your method. 2. Do not declare static ( class level ) variables. 3. Pass Parameters from one method to another rather than accessing global variables. Regards Guru -Original Message- From: Michael Pasko

RE: Reject access to some files

2005-06-13 Thread Raghupathy,Gurumoorthy
Put it under WEB-INF -Original Message- From: Rene Guenther [mailto:[EMAIL PROTECTED] Sent: 13 June 2005 05:57 To: tomcat-user@jakarta.apache.org Subject: Reject access to some files Hello, how to reject access to files? E.g. I got property files and war files in my root directory

RE: How to make tomcat work on a remote server?

2005-06-20 Thread Raghupathy,Gurumoorthy
Well Points you need to tell us 1. Is apache on the same machine as tomcat ? what is the name of machine ( ip address ) of apache what is the name of machine ( ip address ) of tomcat 2. how are you accessing apache (

RE: How to make tomcat work on a remote server?

2005-06-20 Thread Raghupathy,Gurumoorthy
=127.0.0.1 # define the worker [ajp13:localhost:8009] channel=channel.socket:localhost:8009 # Uri mapping [uri:ourIP/*.jsp] worker=ajp13:localhost:8009 [uri:www.oursite.com/*.jsp] worker=ajp13:localhost:8009 -- Thank You Sai Krishna --- Raghupathy,Gurumoorthy

RE: How to make tomcat work on a remote server?

2005-06-20 Thread Raghupathy,Gurumoorthy
it and have it here. mod_jk2 is not a requirement here. Iwas trying to run tomcat with apache --- Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: Well I only know mod_jk ... Not mod_jk2 ... -Original Message- From: sai krishna [mailto:[EMAIL PROTECTED] Sent: 20 June 2005 12:11

RE: Utilizing Port 81 for Apache/Tomcat

2005-06-21 Thread Raghupathy,Gurumoorthy
And also the port for ajp13 listener and worker.properties and server.xml .. Make sure that they don't clash with each other -Original Message- From: Anand Vijay [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 13:08 To: Tomcat Users List Subject: Re: Utilizing Port 81 for Apache/Tomcat U

RE: How to make tomcat work on a remote server?

2005-06-21 Thread Raghupathy,Gurumoorthy
Sorry could not get back to you earlier ... I think you are worker2.properties ... Remove LoadModule jk2_module modules/mod_jk2.so Include /usr/local/tomcat/conf/auto/mod_jk2.conf Your workers. Should be somehting like this .. ..

RE: How to make tomcat work on a remote server?

2005-06-21 Thread Raghupathy,Gurumoorthy
From my experience Your DocumentRoot should be different to the appBase of your virtual host ... Set the document root to something else and try Regards Guru -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 13:45

RE: How to make tomcat work on a remote server?

2005-06-21 Thread Raghupathy,Gurumoorthy
Hey just got it Look at : http://www.junlu.com/msg/170819.html -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 14:04 To: 'Tomcat Users List' Cc: '[EMAIL PROTECTED]' Subject: RE: How to make tomcat work on a remote server? From my

RE: Cannot Front tomcat 5.5.9 with Apache 2.0.54, ajp13 on Solari s 10

2005-06-21 Thread Raghupathy,Gurumoorthy
Did you start apache as root ? You need root access to start any service for ports less than 1024 -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 14:17 To: 'Tomcat Users List' Subject: RE: Cannot Front tomcat 5.5.9 with Apache 2.0.54, ajp13 on Solari s

RE: running tomcat on port 80

2005-06-21 Thread Raghupathy,Gurumoorthy
Is it unix / linux box ? Then yo need to be root when you start tomcat -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 17:47 To: tomcat-user@jakarta.apache.org Subject: running tomcat on port 80 Hi, Can I run Tomcat 5.0 on port 80? I do not want my

Documentation ... : Your Advices please

2005-06-22 Thread Raghupathy,Gurumoorthy
Hello All, I am thinking of writing a document of how to set up. Apache + tomcat + mod_jk with Apache using SSL. for free. I am using Apache 1.3.* and Tomcat 4.1 and this works very nicely I have this running on my linux box for 2 years + now. I need your advice if I

RE: JBoss with Tomcat using Eclipse

2005-06-22 Thread Raghupathy,Gurumoorthy
I guess it should be http://localhost:81/fibo/ -Original Message- From: Enda Dowling [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 11:32 To: tomcat-user@jakarta.apache.org Subject: JBoss with Tomcat using Eclipse Hey! I downloaded the pug-ins for eclipse 3.0 to use JBoss. I

RE: JBoss with Tomcat using Eclipse

2005-06-22 Thread Raghupathy,Gurumoorthy
with Tomcat using Eclipse Sorry I just spelt it wrong in the email. Any other suggestions buddy? -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 11:46 To: 'Tomcat Users List' Subject: RE: JBoss with Tomcat using Eclipse I guess it should

RE: New user, help!

2005-06-22 Thread Raghupathy,Gurumoorthy
Firtst read java / j2ee / jsp and some tutorials ... http://www.tusc.com.au/tutorial/html is a good place to start Guru -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 16:49 To: Tomcat Users List Subject: Re: New user, help! I am a newbie at this stuff

RE: Move Webapps

2005-06-22 Thread Raghupathy,Gurumoorthy
Change Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true To Host name=localhost debug=0 appBase=D:\Data unpackWARs=true autoDeploy=true And restart tomcat guru -Original Message- From: MW [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 17:24 To:

RE: Problem running three tomcats and not having a sticky session

2005-06-23 Thread Raghupathy,Gurumoorthy
http://raibledesigns.com/tomcat/ Do you have jvmRoute=tomcat1 in the Engine tag ? -Original Message- From: Ralph Lange [mailto:[EMAIL PROTECTED] Sent: 23 June 2005 14:41 To: tomcat-user@jakarta.apache.org Subject: Problem running three tomcats and not having a sticky session Dear

RE: default username/password for tomcat

2005-06-23 Thread Raghupathy,Gurumoorthy
Look in tomcat/conf/tomcat-user.xml -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: 23 June 2005 18:45 To: Tomcat Users List Subject: default username/password for tomcat What is the default username/password for Tomcat Manager? I can not log in to Tomcat Manager.

RE: http session lost between struts action

2005-06-27 Thread Raghupathy,Gurumoorthy
Well the issue is request.getSession(true) Try something like MyObject myObj = new MyObject(); myObj.setAbc(Abc); myObj,setDef(Def); HttpSession session = request.getSession(false); If ( session == null ) { session = request.getSession(true); } session.setAttribute(MySessionName,

RE: Extra newline characters appenden to taglibs output?

2005-06-30 Thread Raghupathy,Gurumoorthy
Can you send the code of the sampleTag ? -Original Message- From: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 10:30 To: Tomcat Users List Subject: Extra newline characters appenden to taglibs output? Hello, I use Tomcat 5.0.30. I have problems with taglibs

RE: Remote deployment

2005-07-01 Thread Raghupathy,Gurumoorthy
Have you checked unison ? -Original Message- From: Anoop kumar V [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 18:43 To: Tomcat Users List Subject: Re: Remote deployment maybe you just want to ftp the files to the correct location... u can ftp the war file - that would be easier I

RE: Application Level Classpath Setting

2005-07-01 Thread Raghupathy,Gurumoorthy
Put it in WEB-INF/lib -Original Message- From: Srinivas Ivaturi [mailto:[EMAIL PROTECTED] Sent: 01 July 2005 10:40 To: tomcat-user@jakarta.apache.org Subject: Application Level Classpath Setting Hi I have a set of JAR files to be set into classpath. I cannot keep the entire JARs into

RE: tomcat default webapp

2005-07-01 Thread Raghupathy,Gurumoorthy
In the webapps directory there will be something called ROOT ... Change the index.jsp inside that and point your browser to http://www.mydomain.com:8080 -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: 01 July 2005 18:39 To: Tomcat Users List Subject: tomcat default

RE: deny directory listing in tomcat

2005-07-05 Thread Raghupathy,Gurumoorthy
Change in tomcat\conf\web.xml servlet servlet-namedefault/servlet-name servlet-class org.apache.catalina.servlets.DefaultServlet /servlet-class init-param param-namedebug/param-name param-value0/param-value /init-param

RE: [OT] Recommend a UK Tomcat host

2005-07-08 Thread Raghupathy,Gurumoorthy
http://www.mycgiserver.com/ -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: 08 July 2005 09:45 To: 'Tomcat Users List' Cc: 'Struts Users Mailing List' Subject: [OT] Recommend a UK Tomcat host Apologies for the repost to the Tomcat list but I am getting desperate.

RE: Tomcat and Apache

2005-07-11 Thread Raghupathy,Gurumoorthy
Check the permission in the work directory change it to 777 and try -Original Message- From: Ivan Rodriguez [mailto:[EMAIL PROTECTED] Sent: 11 July 2005 15:14 To: Tomcat Users List Subject: Re: Tomcat and Apache I have the same issue! with debian sarge, and tomcat installed from

RE: Tomcat Configuration

2005-07-14 Thread Raghupathy,Gurumoorthy
Context path= /myapplication docBase= myapplication reloadable= true crossContext= true Remove ( /webapps/ ) Regards Guru -Original Message- From: Iin Nurhidayat [mailto:[EMAIL PROTECTED] Sent: 14 July 2005 12:14 To: Tomcat Users List Subject: Tomcat Configuration Hi All, I

RE: Tomcat Configuration

2005-07-14 Thread Raghupathy,Gurumoorthy
Did you restart tomcat ? -Original Message- From: Iin Nurhidayat [mailto:[EMAIL PROTECTED] Sent: 14 July 2005 13:30 To: Tomcat Users List Subject: RE: Tomcat Configuration Hi Guru, i replced webapps but i have same problem also ... Thanks - IN - --- Raghupathy,Gurumoorthy [EMAIL

RE: Tomcat Configuration

2005-07-14 Thread Raghupathy,Gurumoorthy
Send me the server.xml -Original Message- From: Iin Nurhidayat [mailto:[EMAIL PROTECTED] Sent: 14 July 2005 13:36 To: Tomcat Users List Subject: RE: Tomcat Configuration yess --- Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: Did you restart tomcat ? -Original

RE: Apache-like Deny/Allow directives

2005-07-18 Thread Raghupathy,Gurumoorthy
Cant you use Location /my_secured_resource Order Deny,Allow Deny from all Allow from .company.com /Location Regards Guru -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 July 2005 14:30 To: tomcat-user@jakarta.apache.org Subject:

RE: Apache-like Deny/Allow directives

2005-07-18 Thread Raghupathy,Gurumoorthy
directive and it didn't block the dynamic content. Now that I've added the Location directive, it works and more, it adds a supplemental security barrier. Thanks a lot for your ideas, it really helped Luc Boudreau Université du Québec Canada -Message d'origine- De : Raghupathy,Gurumoorthy

RE: Tomcat vs Jboss-Tomcat

2005-07-19 Thread Raghupathy,Gurumoorthy
For only jsp use tomcat ... More easy to configure and run -Original Message- From: ohaya [mailto:[EMAIL PROTECTED] Sent: 19 July 2005 10:57 To: Tomcat Users List Subject: Re: Tomcat vs Jboss-Tomcat Sridhar, For just JSPs, you only need Tomcat. I think that JBoss will be needed if

RE: Using a constant in a JSP

2005-07-20 Thread Raghupathy,Gurumoorthy
html:radio name=form property=frequencyType value=%= FrequencyType.MEAL_TIME % [...] / Regards Guru -Original Message- From: Guillaume Lederrey [mailto:[EMAIL PROTECTED] Sent: 20 July 2005 15:10 To: Tomcat Users List Subject: Using a constant in a JSP Hello ! This is probably a

RE: Using a constant in a JSP

2005-07-20 Thread Raghupathy,Gurumoorthy
, Guillaume Lederrey [EMAIL PROTECTED] wrote: On 7/20/05, Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: html:radio name=form property=frequencyType value=%= FrequencyType.MEAL_TIME % [...] / Regards Guru Thanks a lot ! Of course, it's obvious once we know

RE: Using a constant in a JSP

2005-07-20 Thread Raghupathy,Gurumoorthy
Sorry My apologies ... Yes I am talking about struts taglibs ... Regards Guru I love Struts -Original Message- From: Guillaume Lederrey [mailto:[EMAIL PROTECTED] Sent: 20 July 2005 15:58 To: Tomcat Users List Subject: Re: Using a constant in a JSP On 7/20/05, Raghupathy

RE: Change Apache Run User

2005-07-22 Thread Raghupathy,Gurumoorthy
In httpd.conf ther us user and group .. Change that -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 July 2005 15:22 To: tomcat-user@jakarta.apache.org Subject: Change Apache Run User I currently run startup scripts for Apache and Tomcat in the

RE: Requests that are not handled by ROOT

2005-07-26 Thread Raghupathy,Gurumoorthy
Try filter map with * instead of /* Regards Guru -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 26 July 2005 11:36 To: tomcat-user@jakarta.apache.org Subject: Requests that are not handled by ROOT Hi, Mind's gone a little blank, should know this but

RE: Manager servlet to manage virtual hosts

2005-07-27 Thread Raghupathy,Gurumoorthy
You can do this with ant very nicely project name=Learning default=reloadContext basedir=. target name=reloadContext get dest=stop.txt src=http://localhost:8080/manager/stop?path=/Learning; username=adminUserName password=adminPassword/

RE: tomcat 5 - apache 2 - ldap

2005-07-27 Thread Raghupathy,Gurumoorthy
Ask tomcat Because if sometime you change the webserver ( in the worst case ) then you don't need to change anything :) Tomcat has good support for OpenLdap ... ( I have been using it for 1 year ) Guru -Original Message- From: Nili Adoram [mailto:[EMAIL PROTECTED] Sent: 27

RE: tomcat 5 - apache 2 - ldap

2005-07-27 Thread Raghupathy,Gurumoorthy
If you use Form-based authentication (login page) then tomcat needs to do it... Regards Guru -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 27 July 2005 13:02 To: 'Tomcat Users List' Subject: RE: tomcat 5 - apache 2 - ldap Ask tomcat

RE: Problem with Jasper-Need your help

2005-07-27 Thread Raghupathy,Gurumoorthy
%= request.getParameter(testParam) % may trow a null pointer so try %= request.getParameter(testParam) == null ? : request.getParameter(testParam) % Regards Guru -Original Message- From: Panagiotis Karvounis [mailto:[EMAIL PROTECTED] Sent: 27 July 2005 13:23 To:

RE: Manager servlet to manage virtual hosts

2005-07-27 Thread Raghupathy,Gurumoorthy
... For some reason the manager servlet is not avbl on my virtual hosts and the manager on the main host can only manage contexts in that host. Cheers, Manik On 27 Jul 2005, at 12:59, Raghupathy,Gurumoorthy wrote: You can do this with ant very nicely project name=Learning default

RE: Instantiating an Application Scoped Bean

2005-07-27 Thread Raghupathy,Gurumoorthy
Define a servlet say com.guru.servlet.StartUpServlet And in the StartupServlet Overide the init() Method ... init() { super.init() getServletContext().setAttribute(MyBean, MyBean); } And in WEB.XML servlet

RE: SSL cert

2005-08-02 Thread Raghupathy,Gurumoorthy
Did you restart tomcat ? -Original Message- From: Andreas Andersson [mailto:[EMAIL PROTECTED] Sent: 02 August 2005 15:51 To: tomcat-user@jakarta.apache.org Subject: SSL cert Hi! My certificate expired so I ordered a new one, I removed the old one in my keystore and added the new one.

RE: Major fopaw

2005-08-05 Thread Raghupathy,Gurumoorthy
Go to tomcat\conf\tomcat-users.xml -Original Message- From: Jef Sullivan [mailto:[EMAIL PROTECTED] Sent: 05 August 2005 17:10 To: 'Tomcat Users List' Subject: Major fopaw I have made a major mistake and need some help from the group. I have my system setup to run Jboss and Tomcat

RE: Restarting Tomcat via Ant

2005-08-08 Thread Raghupathy,Gurumoorthy
project name=Learning default=reloadContext basedir=. target name=reloadContext get dest=stop.txt src=http://localhost:8080/manager/stop?path=/Learning; username=adminUserName password=adminPassword/ loadfile

RE: IBM IHS and TOMCAT 5.5.9

2005-08-09 Thread Raghupathy,Gurumoorthy
IBM HTTP SERVER IS A IBM BRANDED VERSION OF APACHE ... http://www.google.co.uk/search?hl=enq=apache++%2B+tomcat+%2B+mod_jkmeta= Will give you good answere ... Guru -Original Message- From: Tom Spence [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 16:51 To: Tomcat Users List

RE: Apache and Tomcat on separate hosts?

2005-08-17 Thread Raghupathy,Gurumoorthy
Try ... In the workers2.properties Change host=ipaddressoftheremotemachine Regards Guru -Original Message- From: Jeff Schroeder [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 14:17 To: tomcat-user@jakarta.apache.org Subject: Apache and Tomcat on separate hosts? I finally got

RE: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Raghupathy,Gurumoorthy
Well I can also think of one more issue ... Installing tomcat in a directory with spaces in them I would rather suggest that you install tomcat in directory without spaces ( not C:\Program Files\Apache Group\Tomcat 4.1\ ) c:\Server\tomcat4.1\ will be a good option. I had loads of problems

RE: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Raghupathy,Gurumoorthy
Good spotted -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 10:00 To: Tomcat Users List Subject: Re: Http-status 500 error in Tomcat 4.1 Just guessing, but are your servlets in a package? Packageless classes do not work. See

RE: get is not supported

2005-08-24 Thread Raghupathy,Gurumoorthy
Put it in a package and it will run ... . -Original Message- From: Christian Stalp [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 13:18 To: tomcat-user@jakarta.apache.org Subject: get is not supported Hello out there, I working on a new servlet and it is very simple so far. But I

RE: Users Can See root files

2005-08-31 Thread Raghupathy,Gurumoorthy
If you are using apache as front end then LocationMatch (.*)/WEB-INF/(.*) Deny from All /LocationMatch Regards guru -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: 31 August 2005 16:24 To: tomcat-user@jakarta.apache.org Subject: Users Can See root

  1   2   >