RE: Illegal Field Name Error

2005-10-12 Thread Raghupathy,Gurumoorthy
Can you prove me the action registration.RegistrationTypeAction as well ? -Original Message- From: Asad Habib [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 12:42 To: Raghupathy,Gurumoorthy Cc: [EMAIL PROTECTED]; 'Tomcat Users List' Subject: RE: Illegal Field Name Error He

RE: Illegal Field Name Error

2005-10-11 Thread Raghupathy,Gurumoorthy
Cant you send the struts-config.xml ? -Original Message- From: Asad Habib [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 14:59 To: tomcat-user@jakarta.apache.org Subject: Illegal Field Name Error I am receiving the following error when trying to run a Struts application. I checked and

RE: How to get login username with pageContext?

2005-10-04 Thread Raghupathy,Gurumoorthy
<% String user = request.getRemoteUser(); %> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 October 2005 15:34 To: Tomcat Users List Subject: How to get login username with pageContext? <% pageContext.getRequest().??? List

RE: How to logout after login with JDBCRealm?

2005-10-03 Thread Raghupathy,Gurumoorthy
What type of authentication are you using ? FORM / BASIC ? If Basic then no you cant If form based then ( sesssion.invalidate() ) Guru -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 03:08 To: Tomcat Users List Subject: How to logout after l

FW: Apache and IIS

2005-09-30 Thread Raghupathy,Gurumoorthy
Proxy is may be on of the solution http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypass http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypassreverse Regards Guru -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 September 2005 11:59 To:

RE: Struts Validation

2005-09-29 Thread Raghupathy,Gurumoorthy
Send your ApplicationResource.properties and alsi the struts-config.xml -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 29 September 2005 17:52 To: Tomcat Users List Subject: RE: Struts Validation You need to copy some messages from validator-rules.xml's commented o

RE: change path of the session cookie

2005-09-26 Thread Raghupathy,Gurumoorthy
Why do you want it ? -Original Message- From: cristi [mailto:[EMAIL PROTECTED] Sent: 26 September 2005 14:12 To: Tomcat Users List Subject: change path of the session cookie Hello all Is there any possibility of changing the path of the session cookie ? Thx. Cristi Z. --

RE: Windows and Tomcat

2005-09-09 Thread Raghupathy,Gurumoorthy
Hello :) -Original Message- From: Lalit Batra [mailto:[EMAIL PROTECTED] Sent: 09 September 2005 14:18 To: Tomcat Users List Subject: Re: Windows and Tomcat I have received partial success. Windows has a bad habit to do things by default or to do things whcihc make no sense. The proble

RE: Windows Authentication in Tomcat

2005-09-07 Thread Raghupathy,Gurumoorthy
http://jcifs.samba.org/ If you want more information let me know and I will send you the code -Original Message- From: john polinsky [mailto:[EMAIL PROTECTED] Sent: 07 September 2005 11:28 To: tomcat-user@jakarta.apache.org Subject: Windows Authentication in Tomcat Hello there, How To

RE: getRealPath() returns real path plus context path

2005-09-06 Thread Raghupathy,Gurumoorthy
servletContext.getRealPath() is real path to the context path + the argument ... So if you say servletContext.getRealPath("hithere") .. It will return C:\path\to\tomcat\webapps\tool\hithere Regards Guru -Original Message- From: Franz-Josef Herpers [mailto:[EMAIL PROTECTED] Sent: 05 Septe

RE: How to get name of Engine a servlet is running in?

2005-09-02 Thread Raghupathy,Gurumoorthy
What yo uare doing is a very tomcat specifi thingy ... Use JNDI variable to do things ... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html Regards Guru -Original Message- From: Joe Reger, Jr. [mailto:[EMAIL PROTECTED] Sent: 02 September 2005 15:26 To: tomcat-use

RE: Users Can See root files

2005-08-31 Thread Raghupathy,Gurumoorthy
If you are using apache as front end then Deny from All 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 files Hello, I was showing someone my websit

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 cannot

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 http://jakarta.apache.or

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: 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: 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=en&q=apache++%2B+tomcat+%2B+mod_jk&meta= Will give you good answere ... Guru -Original Message- From: Tom Spence [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 16:51 To: Tomcat Users List Subje

RE: Restarting Tomcat via Ant

2005-08-08 Thread Raghupathy,Gurumoorthy
http://localhost:8080/manager/stop?path=/Learning"; username="adminUserName" password="adminPassword"/> ${STOPOUTPUT} http://localhost:8080/manager/start?path=/Learning";

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 appli

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. I

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 StartUpServlet com.guru.servlet

RE: Manager servlet to manage virtual hosts

2005-07-27 Thread Raghupathy,Gurumoorthy
tc. does not exist ... > > 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 wr

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: tomcat-u

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

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 Jul

RE: Manager servlet to manage virtual hosts

2005-07-27 Thread Raghupathy,Gurumoorthy
You can do this with ant very nicely http://localhost:8080/manager/stop?path=/Learning"; username="adminUserName" password="adminPassword"/> ${STOPOUTPUT} http://localhos

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 our

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 /etc/

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: Using a constant in a JSP

2005-07-20 Thread Raghupathy,Gurumoorthy
use the right syntax ... If you're not bored yet, could please help me a bit more ? Thanks a lot ! Guillaume On 7/20/05, Guillaume Lederrey <[EMAIL PROTECTED]> wrote: > On 7/20/05, Raghupathy,Gurumoorthy > <[EMAIL PROTECTED]> wrote: > > > > html:radio

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 pr

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 yo

RE: Apache-like Deny/Allow directives

2005-07-18 Thread Raghupathy,Gurumoorthy
ctory 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 : Ra

RE: Apache-like Deny/Allow directives

2005-07-18 Thread Raghupathy,Gurumoorthy
Cant you use Order Deny,Allow Deny from all Allow from .company.com 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

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 ?

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,Gurumo

RE: Tomcat Configuration

2005-07-14 Thread Raghupathy,Gurumoorthy
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 have a problem with my deployment. I have some servlets and one Login.html. I will put my ser

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 scratc

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: deny directory listing in tomcat

2005-07-05 Thread Raghupathy,Gurumoorthy
Change in tomcat\conf\web.xml default org.apache.catalina.servlets.DefaultServlet debug 0 listings true 1 To default org.apac

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: 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 S

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 thin

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 generated

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: 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: 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 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 Tomcat users, Our setup: cocon 2.1.5.1, tomcat 5.5.4, jdk 1.5.

RE: Move Webapps

2005-06-22 Thread Raghupathy,Gurumoorthy
Change To And restart tomcat guru -Original Message- From: MW [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 17:24 To: tomcat-user@jakarta.apache.org Subject: Move Webapps I would like to move the Webapps from the current default path (CATALINA_HOME\WEBAPPS) to a different path on a d

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 al

RE: JBoss with Tomcat using Eclipse

2005-06-22 Thread Raghupathy,Gurumoorthy
RE: JBoss 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

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 follo

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: 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 vi

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 1

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 remot

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

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 .. .. http://jakarta.apache.org/tomcat/connect

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 n

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

2005-06-20 Thread Raghupathy,Gurumoorthy
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 PROTECT

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

2005-06-20 Thread Raghupathy,Gurumoorthy
/*.jsp] worker=ajp13:localhost:8009 [uri:www.oursite.com/*.jsp] worker=ajp13:localhost:8009 -- Thank You Sai Krishna --- "Raghupathy,Gurumoorthy" <[EMAIL PROTECTED]> wrote: > Well > Points you need to tell us > >

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 ( http://server

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: 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: 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: R

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: 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 :) does it all for the serverside :) Regards Guru -Original Message- From: raja buddha [mailto:[EMAIL PROTECTED] Sent: 24 May

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 pr

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 just

RE: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12

2005-05-13 Thread Raghupathy,Gurumoorthy
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

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 se

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: 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 professional

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 /dynamic/* guru -Original Message- From: Tim Diggins [ma

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 deplo

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 js

RE: Restrict access to webapps for IPs

2005-05-10 Thread Raghupathy,Gurumoorthy
Nopt in web.xml but in server.xml in your -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 webapps/name_of_app/WEB-INF/web

RE: No action instance for path

2005-05-05 Thread Raghupathy,Gurumoorthy
lto:[EMAIL PROTECTED] 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" >To: "'Tomcat Users List'" >

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 f

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 path

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 non-brow

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) optionall

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: Problems declaring same 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: Problem

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: tomcat-user@jakarta.apache.org

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:

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: 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 m

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 example,

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 networ

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:

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: 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: Need help exporting contexts not under webapps/

2005-04-19 Thread Raghupathy,Gurumoorthy
-Original Message- From: 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

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 [mail

RE: Virtual domain problem

2005-04-18 Thread Raghupathy,Gurumoorthy
Do you use tomcat as standalone ? Send me the server.xml However try Try this and let me know Regards Guru -Original Message- From: Lorenzo Jiménez [mailto:[EMAIL PROTECTE

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 : Options -Indexes Hope this helps Guru -Original Message- From: dummy [mailt

RE: Check deployment dir programatically

2005-04-12 Thread Raghupathy,Gurumoorthy
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 > &

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- >

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 PROTEC

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 reques

  1   2   >