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
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
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 [
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
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
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
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:
]
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
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
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'
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
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
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
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
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
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
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
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";.
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
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
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
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
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
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
-
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
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
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
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
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
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
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
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
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
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
&
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
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
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
37 matches
Mail list logo