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

Tomcat JNDI / JMX port

2005-09-11 Thread Gurumoorthy
Hi, What is i am trying to do: Connect 4.1.27 tomcat to JMX client MC4J in a differenct port What is the issue:The port which tomcat uses be default is 1099 How can you help:Can you please let me know how to change the de

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: Getting LOGON_USER from the header

2005-08-29 Thread Gurumoorthy
request.getRemoteUser() - Original Message - From: "Robert Jose" <[EMAIL PROTECTED]> To: "Tomcat User" Sent: Monday, August 29, 2005 10:44 PM Subject: Getting LOGON_USER from the header Hello I have configured IIS 5.1 to redirect all jsp files to Tomcat 5.5 using the isapi redirect d

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
t will be http://www.guru.com/manager/stop?path=/Learning Hope you find this useful Regards Guru Guru Loves Tocmat and ant :) Gurumoorthy Raghupathy EMFS - Fidelity Investments International Regret for the things we did can be tempered by time; it is regret for the things we did not do that i

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
,Gurumoorthy <[EMAIL PROTECTED]> wrote: > > Guru Loves Struts > Just a small correction for the next one who'll need this advice : The tag is and NOT (at least if we are both talking about the struts-logic taglibs ...

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: Problem with refreshing JSP

2005-07-11 Thread Gurumoorthy
Well, Is it the browser or tomcat ? if it is the browser then you need to add the no-cache headers to the response regards Guru - Original Message - From: "Rahul Joshi" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 12, 2005 1:50 AM Subject: Problem with refreshing JSP Hello: I

Re: Remote Username

2005-07-11 Thread Gurumoorthy
are you using only tomcat ? more details please ... your question does not provide an helpful clue ... Guru - Original Message - From: "Christopher Molnar" <[EMAIL PROTECTED]> To: Sent: Monday, July 11, 2005 9:14 PM Subject: Remote Username I have a quick question and hope that so

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: Fedora core 2, 3 Tmact 5. running Problems

2005-07-10 Thread Gurumoorthy
try ./catalina run and what is the error .. Regards Guru - Original Message - From: "Massoud Kohan" <[EMAIL PROTECTED]> To: Sent: Sunday, July 10, 2005 3:22 PM Subject: Fedora core 2, 3 Tmact 5. running Problems Hi, I have Fedora core 3 kernel 2.6.11-1.35_FC3 which I could not run th

Re: add to classpath

2005-07-09 Thread Gurumoorthy
why are you doing this ? just copy the jars to the lib directory inside WEB-INF .. and restart the app ... or if this spans into multiple application then ... put them in the tomcat/common/bin directory ... Regards guru - Original Message - From: "Stuart" <[EMAIL PROTECTED]> To: "'Tom

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

2005-07-06 Thread Gurumoorthy
make reloadable="true" in your Regards Guru - Original Message - From: "Felix Geller" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 06, 2005 3:42 PM Subject: deploy hi list, i have problems with tomcat 5.5 to deploy my latest servlets. the host is set to autoDeploy=true, but when i

Re: 8080 but not in 80

2005-07-06 Thread Gurumoorthy
11:25 AM Subject: Re: 8080 but not in 80 tomcat runs on Apache The error is page cannot be dispalyed Thanks for the replya regards Vijay Gurumoorthy wrote: what is the error you getting ... ? Are you using apache as a front Regards Guru - Original Message - From: "Vijay

Re: 8080 but not in 80

2005-07-06 Thread Gurumoorthy
what is the error you getting ... ? Are you using apache as a front Regards Guru - Original Message - From: "Vijay K Anand" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 06, 2005 9:47 AM Subject: 8080 but not in 80 Hi I have a struts application deployed in tomcat , It is ab

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: Want ot Unsubsribe

2005-07-03 Thread Gurumoorthy
send email to [EMAIL PROTECTED] and you will be unsubscribe ... Regards Guru - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, July 03, 2005 2:13 PM Subject: Want ot Unsubsribe Dear Sir, I Want o Unsubsribe the messages received from your

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: How to configure Taglib in Tomcat

2005-06-26 Thread Gurumoorthy
send me the struts-config.xml and jsp please to [EMAIL PROTECTED] I shall have a look.. from what i see ... it is a jsp struts error rather than tomcat error ... also the web.xml Regards Guru - Original Message - From: "Kevin Kang (CS&S)" <[EMAIL PROTECTED]> To: "Tomcat User Mailing Li

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
create a document of how to setup this will it be use full. I am thinking that tomcat now being 5.5.* and apache 2.0.* will it be worth my time for the peoplpe or do you think I should upgrade as well Regards Guru Gurumoorthy Raghupathy EMFS - Fidelity Investments International * Tel

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: Is there a kind of EJB container in Tomcat?

2005-06-20 Thread Gurumoorthy
Regards Kevin Kang MSN: [EMAIL PROTECTED] [EMAIL PROTECTED] -----Original Message- From: Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 8:24 AM To: Tomcat Users List Subject: Re: Is there a kind of EJB container in Tomcat? http://www.openejb.org/ for tomcat ... but why dont

Re: Is there a kind of EJB container in Tomcat?

2005-06-20 Thread Gurumoorthy
http://www.openejb.org/ for tomcat ... but why dont you use jboss ? it comes with tomcat - Original Message - From: "Kevin Kang (CS&S)" <[EMAIL PROTECTED]> To: "Tomcat User Mailing List" Sent: Tuesday, June 21, 2005 1:25 AM Subject: Is there a kind of EJB container in Tomcat? Hi, al

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: Tomcat 5.0 + Apache 2.0 + ErrorDocument

2005-06-17 Thread Gurumoorthy
in your Apache PUT ErrorDocument 400 /errors/404.jsp ErrorDocument 500 /errors/500.jsp And move /errors/404.jsp and /errors/404.jsp to the context path .. .not in WEB-INF as apache wont be able to see the code in WeB-INF ( UNLESS YOU ALIAS IT WHICH I DONT THINK IS A GOOD IDEA ) Any Doubts ?

Re: Container Managed Security and mod_jk/Static Contents

2005-06-17 Thread Gurumoorthy
how do you authenticate ? basic ? form based ? - Original Message - From: "Torsten Römer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, June 16, 2005 11:42 PM Subject: Container Managed Security and mod_jk/Static Contents > Hello! > > In order to improve performance for sta

Re: mod_jk works as localhost only

2005-06-17 Thread Gurumoorthy
localhost www 10.0.0.10 First of all please read the documents of how to install things ... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html - Original Message - From: "naidim" <[EMAIL PROTECTED]> To: "Tomcat Users Li

Re: mod_jk works as localhost only

2005-06-16 Thread Gurumoorthy
According to your httpd.conf your servername is flex.homelinux.org:80 Seems that your server.xml is wrong ... Change to and try http://flex.homelinux.org:80/RegardsGuru- Original Message - From: "Gurumoorthy" <[EMAIL PROTECTED]> To: "Tomcat Users List" ;

Re: Uploading files to another server

2005-06-16 Thread Gurumoorthy
Create a share on the Central Server and map the share onto each machine tomcat is running with the same path and then upload the docs. - Original Message - From: "Anna Bikkina" <[EMAIL PROTECTED]> To: Sent: Thursday, June 16, 2005 7:12 PM Subject: Uploading files to another server > Hi

Re: mod_jk works as localhost only

2005-06-16 Thread Gurumoorthy
send me the httpd.conf and the server.xml and worker.properties ... i will have a look ... Regards guru - Original Message - From: "naidim" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, June 16, 2005 7:40 PM Subject: mod_jk works as localhost only I'm running Apache2.0.52

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: blank page on invalid form

2005-05-26 Thread Gurumoorthy
d to struts-users. > > Thanks anyway, > > Andy. > > >-Original Message- > >From: Gurumoorthy [mailto:[EMAIL PROTECTED] > >Sent: 26 May 2005 08:37 > >To: Tomcat Users List > >Subject: Re: blank page on invalid form > > > > > >hello

Re: blank page on invalid form

2005-05-26 Thread Gurumoorthy
hello is wrong Regards Guru - Original Message - From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, May 26, 2005 6:04 AM Subject: Re: blank page on invalid form > Andy wrote: > > >Hi All, > > > >I'm unable to output any errors usin

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: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Gurumoorthy
in your tomcat_home/conf/web.xml find servlet> default org.apache.catalina.servlets.DefaultServlet debug 0 listings true 1 make the listing to false. - Original

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: Setting an environment variable in tomcat 5.5 service?

2005-05-11 Thread Gurumoorthy
You cant use System.env ... you have to use JNDI to to get the variable names Search google ... with words JNDI variables tomcat ... Something like this ... Context initialContext = new InitialContext(); String value = initialContext.lookup("java:env/" + VAR_NAME ) ; Regards Guru - Original

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: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Gurumoorthy
use jasper reports with ireports ( GUI ) for jasper ... very nice :o) - Original Message - From: "U K Laxmi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 11, 2005 3:47 AM Subject: Re: Free reporting s/w that works with apache+tomcat > Guess, this is more suiting to m

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

  1   2   >