RE: Axis2 user name and pwd

2007-07-06 Thread Raghupathy, Gurumoorthy
http://ws.apache.org/axis2/0_93/webadminguide.html >From axis2 index page you can go to administration page by following Axis2 Administration link, then logging page will appear asking for a user name and a password , the default username is 'admin' (without quotes) and default password is 'axis2

RE: Is it possible to run multiple instances of Jboss Server on a single Windows 2k box

2007-06-22 Thread Raghupathy, Gurumoorthy
Yes it is which version of jboss ? If it is version 3.2.7 then you need to change 4 files ( xml ) for the port numbers and you will be fine :) If it is version 4.0.x then there is an example of how to configure multiple instances RTFM Regards, Guru -Original Message- From: s

RE: Session replication in tomcat5.5

2007-06-20 Thread Raghupathy, Gurumoorthy
Hi Shiva, Your config looks ok to me ... please can you confirm that all your session attributes are "Serializable" ? Even if one is not then session replication will have issues ... look at your application logs and confirm back Thanks Guru -Original Message- From: shiva sha [

RE: Session Replication in Tomcat5.5.17

2007-06-20 Thread Raghupathy, Gurumoorthy
Try to remove tomcat1,tomcat2, from the workers.properties It should be something like worker.list=loadbalancer Thanks Guru -Original Message- From: shiva sha [mailto:[EMAIL PROTECTED] Sent: 20 June 2007 09:30 To: Tomcat Users List Subject: Re: Session Replication in Tomcat5.5.17 Hi

RE: Further Issues with mod_jk when using 4 app servers

2007-06-18 Thread Raghupathy, Gurumoorthy
b On 18/06/07, Raghupathy, Gurumoorthy <[EMAIL PROTECTED]> wrote: > > Have you put the correct "jvmroute" value in the worker and engine ? > > > > > > > > From: Rob Kirkbride [mailto:[EMAIL PROTECTED] > Sent: 18 June

RE: Further Issues with mod_jk when using 4 app servers

2007-06-18 Thread Raghupathy, Gurumoorthy
Have you put the correct "jvmroute" value in the worker and engine ? From: Rob Kirkbride [mailto:[EMAIL PROTECTED] Sent: 18 June 2007 09:53 To: Tomcat Users List Subject: Further Issues with mod_jk when using 4 app servers Hi, There definitely seems to

RE: Tomcat - Apache ... and CGI

2007-06-15 Thread Raghupathy, Gurumoorthy
Post your jkmounts directives and also posty your httpd.conf -Original Message- From: Yannick Haudry [mailto:[EMAIL PROTECTED] Sent: 15 June 2007 11:15 To: users@tomcat.apache.org Subject: Tomcat - Apache ... and CGI Hi all, First, here is the global configuration on a centos machine:

RE: jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Raghupathy, Gurumoorthy
] Sent: 12 June 2007 13:26 To: Raghupathy, Gurumoorthy; users@tomcat.apache.org Subject: RE: jk_mod 'Service Temporarily Unavailable' I've found out the problem - took a long google session though. Seems to be due to me putting my ip in the workers file instead of a dns name. I used l

RE: jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Raghupathy, Gurumoorthy
I'm afraid that didn't do the trick. I was hoping it would be as simple as that though! -Original Message----- From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 12 June 2007 12:51 To: Tomcat Users List Subject: RE: jk_mod 'Service Temporarily Unavailable' Shutdo

RE: jk_mod 'Service Temporarily Unavailable'

2007-06-12 Thread Raghupathy, Gurumoorthy
Shutdown jboss Shutdown apache Start jboss ( wait till it starts fully ) Start apache Let me know how it goes -Original Message- From: Dean Pullen [mailto:[EMAIL PROTECTED] Sent: 12 June 2007 12:44 To: users@tomcat.apache.org Subject: jk_mod 'Service Temporarily Unavailable'

RE: where can I define if a webapp will startup or not

2007-05-25 Thread Raghupathy, Gurumoorthy
Search google for webapp lifecycle listeners :) Reading spec also helps ... I know it is long but it helps ... One of them which tells well is http://download-west.oracle.com/docs/cd/B32110_01/web.1013/b28959/listen er.htm Reagards Guru -Original Message- From: oj [mailto:[EMAIL

RE: How to monitor Tomcat Server.

2007-05-24 Thread Raghupathy, Gurumoorthy
http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html this works great :) -Original Message- From: Praveen Kumar [mailto:[EMAIL PROTECTED] Sent: 24 May 2007 07:14 To: users@tomcat.apache.org Subject: How to monitor Tomcat Server. Hi All, I'm using Tomcat server f

RE: database connection pooling - diagnostic utility

2007-05-23 Thread Raghupathy, Gurumoorthy
http://www.lambdaprobe.org/d/overview.shtml this one for free and monitor a lot of things for tomcat ... Remember this is for tomcat only not any other web container :) Guru -Original Message- From: Przemysław Klein [mailto:[EMAIL PROTECTED] Sent: 23 May 2007 10:57 To: Tomcat Users Li

RE: Help in using the Manager application

2007-05-17 Thread Raghupathy, Gurumoorthy
Edit the file tomcat-users.xml in your conf directory of tomcat. Add roles using Then add user Close the file ... restart tomcat and close all browser instance and hit http://localhost:8080/manager/html/list username is admin password is admin ... Let me know if this works Regard

RE: Dynamic URIs Using one Context

2007-05-16 Thread Raghupathy, Gurumoorthy
You can use http://httpd.apache.org/docs/2.0/mod/mod_userdir.html and http://tomcat.apache.org/tomcat-5.5-doc/config/host.html ( User Web App ) in conjunction with a mod_rewrite and proxy .. Not simple but achievable :) Regards Guru -Original Message- From: Johnny Kewl [mailto

RE: Problems with JDBCRealm and mysql ...

2007-05-15 Thread Raghupathy, Gurumoorthy
Are you sure that the database is at localhost:3306/test Just make sure that the remote linux server has a MYSQL server running -Original Message- From: Frank Burns [mailto:[EMAIL PROTECTED] Sent: 14 May 2007 19:34 To: users@tomcat.apache.org Subject: Problems with JDBCRealm an

RE: Encrypting passwords in the connection pool setup

2007-05-01 Thread Raghupathy, Gurumoorthy
Hi, If you want to do something like that you can then extend "org.apache.commons.dbcp.BasicDataSourceFactory" to encrypt/decrypt the password... And put it in a package jar and put it in common lib and setup the datasource as described in JNDI datas

RE: Context started twice

2007-04-30 Thread Raghupathy, Gurumoorthy
Can you post your dummyservlet Code ? Thanks Guru -Original Message- From: sc [mailto:[EMAIL PROTECTED] Sent: 29 April 2007 06:21 To: users@tomcat.apache.org Subject: Context started twice There was a thread on this "http://www.nabble.com/Context-starts-twice-t1351694.html";.

RE: Host-based access to web applications

2007-04-18 Thread Raghupathy, Gurumoorthy
Best thing to do is front apache http server listening on port 80 to forward request to tomcat using mod_jk. You can then use "allow and deny" in your web server (apache http server) to control the access for specific URLs . this far more easy to maintain :) Have a look at http://httpd.apac

RE: Session Hijacking with Apache Tomcat

2007-04-04 Thread Raghupathy, Gurumoorthy
Hi, Client IP may not be right solution. This may fail if 2 users use the same proxy to access your site... This is normally the case in small and big business where every useris using a proxy to access a website Regards Guru -Original Message- From: M

RE: Invoker - Security

2007-03-22 Thread Raghupathy, Gurumoorthy
I think that privileged="true" in your context file . should fix it ... Regards Guru -Original Message- From: Shiau, Eric [mailto:[EMAIL PROTECTED] Sent: 22 March 2007 16:08 To: Tomcat Users List Subject: Invoker - Security Tomcat version 6.0.10. When I enabled servlet invoke

RE: Session

2007-03-22 Thread Raghupathy, Gurumoorthy
Google is your answer . Set session timeout to be -1 -1 http://e-docs.bea.com/wls/docs81/webapp/web_xml.html#1017275 Regards Guru --- Gurumoorthy Raghupathy Email : [EMAIL PROTECTED] Internal Extn : 2337

RE: can a web app discover its Service?

2007-03-20 Thread Raghupathy, Gurumoorthy
How about Setting up jndi variables ? Regards Guru --- Gurumoorthy Raghupathy Email : [EMAIL PROTECTED] Internal Extn : 2337 External Phone : 01483712337 Nielsen Book 3rd Floor Midas House 62 Goldsworth Road W

RE: Cannot create resource instance

2007-03-08 Thread Raghupathy, Gurumoorthy
Hi, are you sure that you have put the jdbc drivers for oracle in the common/lib directory of tomcat somehitng tells me that there is an issue with the JDBC driver jars but I may be totally wrong Regards Guru -

RE: server.xml configuration..

2007-03-06 Thread Raghupathy, Gurumoorthy
Any reason why cant you put all pf the jsp inside WEB-INF folder This way you can be sure that no one is able to access your jsp file Regards Guru --- Gurumoorthy Raghupathy Email : [EMAIL PROTECTED] Intern

RE: HELP!!! How can we log POST data?

2006-09-06 Thread Raghupathy,Gurumoorthy
Request Dumper : http://insight.lib.ed.ac.uk:8080/tomcat-docs/config/valve.html May I suggest that you look at tomcat documentation and read it first This topic has been discussed LOTS of time ... Thanks Guru Gurumoorthy Raghupathy Systems Operations - Fidelity Investments Internati

RE: Site statistics for tomcat?

2006-08-25 Thread Raghupathy,Gurumoorthy
http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html ( access log Valve ) I hope this helps Regards Guru Gurumoorthy Raghupathy Systems Operations - Fidelity Investments International * Tel: +44 1737 836798 * Internal: 8-724 6798 * Tel (R): +442086610646 * Tel (R): +447899033459 * Tel (S

RE: Someone Please: Why Is Tomcat Looking In The Wrong Directory?

2006-08-01 Thread Raghupathy,Gurumoorthy
Can you post ( copy the content and paste it into the email ) the myapp.xml in the conf directory of tomcat ? Guru Gurumoorthy Raghupathy Systems Operations - Fidelity Investments International * Tel: +44 1737 836798 * Internal: 8-724 6798 * Tel (R): +442086610646 * Tel (R): +447899033459 * Tel

RE: mod-jk loadbalancing: "Tomcat is down or refused connection. No response has been sent to the client (yet)"

2006-07-25 Thread Raghupathy,Gurumoorthy
Your 8180 is a HTTP connector rather than AJP13 connector ... Make changes in the server.xml of tomcat to enable AJP13 on 8180 ... And then restart both tomcat and apache ... Regards Guru Gurumoorthy Raghupathy Systems Operations - Fidelity Investments International * Tel: +44 1737 836798 * Inte

RE: Deployment Management & Auditing of Tomcat Applications

2006-06-29 Thread Raghupathy,Gurumoorthy
http://www.lambdaprobe.org/d/index.htm http://mc4j.org/confluence/display/mc4j/Home http://manageengine.adventnet.com/products/applications_manager/monitor-tomc at.html Hope this helps Gurumoorthy Raghupathy Web Support - Fidelity Investments International * Tel: +44 1737 836798 * Internal: 8

RE: Mod_jk/firewall configuration problems

2006-06-21 Thread Raghupathy,Gurumoorthy
Can you send me how you are accessing the website from within the firewall and how you are accessing the same outside the firewall ? Can you also send me the server.xml Regards Guru Gurumoorthy Raghupathy Web Support - Fidelity Investments International * Tel: +44 1737 836798 * Internal: 8-72

RE: Servlet with URL pattern "*." is not working.

2005-12-13 Thread Raghupathy,Gurumoorthy
Try to put you servlets in a package as servlets nto in a packages is a pain for tocmat. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 12 December 2005 20:54 To: Tomcat Users List Subject: Re: Servlet with URL pattern "*." is not working. That's true if the web.x

RE: Tomcat won't start

2005-12-01 Thread Raghupathy,Gurumoorthy
Uninstall java and install the same in a directory without spaces in them ... This is a known issue -Original Message- From: Alla Winter [mailto:[EMAIL PROTECTED] Sent: 01 December 2005 22:49 To: 'Tomcat Users List' Subject: RE: Tomcat won't start Here it is an additional information t

RE: ant reload

2005-11-01 Thread Raghupathy,Gurumoorthy
he build should be transferred to the catalina.home/webapps/myapps and tomcat should be reloaded. Thanks! Tamas Raghupathy,Gurumoorthy wrote: > Can you tell me the directory structure ? > > Like source directory > > Project > ...src &

RE: ant reload

2005-11-01 Thread Raghupathy,Gurumoorthy
Can you tell me the directory structure ? Like source directory Project ...src ...bin ../..myapp ../WEB-INF/ ../classes Regards guru -Original Message- From: Tamas Hegedus [m

RE: How can I check is some connector up for TomCat?

2005-10-31 Thread Raghupathy,Gurumoorthy
Do telnet localhost 8009 and see if connects ? guru -Original Message- From: Janem [mailto:[EMAIL PROTECTED] Sent: 31 October 2005 10:56 To: users@tomcat.apache.org Subject: How can I check is some connector up for TomCat? How can I check is ajp12 or ajp13 connector up for

RE: Accessing resource from another context.. ..

2005-10-20 Thread Raghupathy,Gurumoorthy
It is "" not "/" for root context -Original Message- From: Archana Mathur [mailto:[EMAIL PROTECTED] Sent: 20 October 2005 16:03 To: http://localhost/app1/a.jsp - (a.jsp wants access to other jsp which is at location (http://localhost/a2.jsp) - root context tag jsp:include will only pi