[EMAIL PROTECTED] Jboss 4.2 clustering..

2008-03-18 Thread Ch Praveena
Hi all, I ve been trying cluster Jboss 4.2. For acquiring Loadbalancing, i ve run apache httpd 2.0 version.. and when i wanna test the cluster, i could not run the application on apache server, as similar to jboss.. like http://localhost/sample/hello.jsp Its giving error like [Tue Mar 18

[EMAIL PROTECTED] Re: Jboss 4.2 clustering..

2008-03-18 Thread Ch Praveena
Hi.., this is again me.. I wanna inform you all that i was clustering jboss 4.2.2GA and in Fedora 8 environment.. On 18/03/2008, Ch Praveena [EMAIL PROTECTED] wrote: Hi all, I ve been trying cluster Jboss 4.2. For acquiring Loadbalancing, i ve run apache httpd 2.0 version.. and when

Re: [EMAIL PROTECTED] Jboss 4.2 clustering..

2008-03-18 Thread Nils Jeppe
On Tue, 18 Mar 2008, Ch Praveena wrote: please look at this issue and respond me at the earliest.. Don't know much about jboss, but I know whoever can help will ask this question, so, let me preempt it and save you some time: you should also tell the list what configuration you're using.

[EMAIL PROTECTED] why Service Temporarily Unavailable

2008-03-18 Thread aiyuanmin
I use ProxyPass / ajp://localhost:8009/ to combine tomcat and apache, Mapping url RewriteRule ^/piece([0-9]+).htm$ /forum/view.jsp?id=$1 [PT] Yes it work! But sometimes Service Temporarily Unavailable will appear when I visit the url after mapping , Such as

Re: [EMAIL PROTECTED] Re: Jboss 4.2 clustering..

2008-03-18 Thread Ch Praveena
Hi, Let me document the work i ve done so far in achieving Jboss clustering. 1. I ve downloaded and run the Jboss 4.2.2.GA server s/w, insatlled , configured by changing the portnumber to . 2. I have run a simple war file and could view the o/p with the url :

[EMAIL PROTECTED] Apache server with shared modules

2008-03-18 Thread Cristea Bogdan
I need to configure Apache server with dav and dav_svn shared modules. After compiling the dav module from sources with apxs I get the following error when restarting the Apache server: httpd: Syntax error on line 55 of /usr/local/apache2/conf/httpd.conf: Cannot load

[EMAIL PROTECTED] domain redirect

2008-03-18 Thread Lester Caine
I know the answer is probably easy, but I'm not sure I'm looking in the right place. I am in the process of moving some domains and adding a couple more on a remote server. Currently I have http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/ (And a couple of other directory based sub

Re: [EMAIL PROTECTED] Jboss 4.2 clustering..

2008-03-18 Thread Nils Jeppe
On Tue, 18 Mar 2008, Ch Praveena wrote: Hi Nils.., I am running httpd-2.0.63 version of apache server. Actually, i am getting some FILE NOT FOUND EXCEPTION in apache error.logfile.. and parallely, Jboss 4.2.2 GA is able to run usual.. like http://localhost:/sample/hello.jsp..

Re: [EMAIL PROTECTED] domain redirect

2008-03-18 Thread Nils Jeppe
On Tue, 18 Mar 2008, Lester Caine wrote: I'm sure it is possible without too much difficulty but what is the best way of doing it? The home.lsces.co.uk and www.lsces.co.uk are currently on different IP addresses but the new hosting is handling that side of things OK, so the home.lsces.co.uk

[EMAIL PROTECTED] AuthLDAPURL and object not found

2008-03-18 Thread Marco Strullato
Hi all, I'm trying to authenticate users with ldap. I added to httpd.confthe following lines Location /4.4 AuthType Basic AuthName Secure Area AuthzLDAPAuthoritative On AuthBasicProvider ldap AuthLDAPURL ldap://server:port/base_dn?uid??(objectClass=account) AuthLDAPBindDN cn=Directory

[EMAIL PROTECTED] Re: AuthLDAPURL and object not found

2008-03-18 Thread Marco Strullato
However, if I do an ldapsearch with the same filter I get a match... I mean I dumped the traffic and I saw the exact query... using that query with ldapsearch I get the match, 2008/3/18, Marco Strullato [EMAIL PROTECTED]: Hi all, I'm trying to authenticate users with ldap. I added to

RE: [EMAIL PROTECTED] [warn] worker http://some_ip:port/context already used by another worker ?

2008-03-18 Thread Wilda, Jet
Thanks :-) I'll have to experiment with the redirect or rewrite rule option or just live with the warnings. Thanks again for all the help. Thanks, ~Jet -Original Message- From: Nils Jeppe [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 2:40 PM To: users@httpd.apache.org

[EMAIL PROTECTED] Apache - 2.0.52 - Siteminder configuration issue

2008-03-18 Thread Tom Brown
Hi This is a slight shot in the dark but has anyone on this list ever used siteminder and set it up with apache as the webagent? I am trying to achieve this and the configuration looks OK, most is done by the wizard on install it seems, and not having so much luck. On restarting httpd i

Re: [EMAIL PROTECTED] Re: Jboss 4.2 clustering..

2008-03-18 Thread Krist van Besien
On Tue, Mar 18, 2008 at 9:16 AM, Ch Praveena [EMAIL PROTECTED] wrote: v) Next, created a new file named APACHE_HOME/conf/mod-jk.conf: vi) Created the workers.properties file and updated the host address.. vii) Added uriworkermap.propertied file too.. Show us these files, and we might be able

[EMAIL PROTECTED] Reverse Proxy HTTPS

2008-03-18 Thread James Ellis
I am trying to get a reverse proxy working for the following architecture: Browser -- HTTPS -- ServerA -- HTTPS -- Server B I can get a half-a$$ solution working like this: VirtualHost _default_:443SSLProxyEngine onSSLEngine onSSLCertificateFile C:/Program Files/Apache Software

Re: [EMAIL PROTECTED] Reverse Proxy HTTPS

2008-03-18 Thread Joshua Slive
On Tue, Mar 18, 2008 at 1:38 PM, James Ellis [EMAIL PROTECTED] wrote: I am trying to get a reverse proxy working for the following architecture: Browser -- HTTPS -- ServerA -- HTTPS -- Server B I can get a half-a$$ solution working like this: VirtualHost _default_:443 SSLProxyEngine on

RE: [EMAIL PROTECTED] Reverse Proxy HTTPS

2008-03-18 Thread James Ellis
Joshua, Thank you for your feedback. You can do simple port-forwarding (not HTTP proxying) to pass along the encrypted stream, but then you have to do it for the whole server, not just the /clustertest path. Could you tell me which modules in Apache I'd use for port

Re: [EMAIL PROTECTED] Reverse Proxy HTTPS

2008-03-18 Thread Joshua Slive
On Tue, Mar 18, 2008 at 2:54 PM, James Ellis [EMAIL PROTECTED] wrote: Joshua, Thank you for your feedback. You can do simple port-forwarding (not HTTP proxying) to pass along the encrypted stream, but then you have to do it for the whole server, not just the /clustertest path.

[EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Liz Kim
I have a very simple html file which includes two images: img src=images/1.jpg img src=images/2.tif The path to the files are correct and I can view both the files on my browser by directly going to the src path. However, when this html file is viewed, the tif file appears broken. Any ideas?

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread j k
I think you need a plugin similar http://www.alternatiff.com/ to view tiff files in a browser. On Tue, Mar 18, 2008 at 4:27 PM, Liz Kim [EMAIL PROTECTED] wrote: I have a very simple html file which includes two images: img src=images/1.jpg img src=images/2.tif The path to the files are

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Liz Kim
I dont think that is the problem because I can directly access and view the image on the browser when I use the src http://mysite.com/images/2.tif; It's only when this src is embedded in a file such as html that it shows up as broken link image. On Tue, Mar 18, 2008 at 5:44 PM, j k [EMAIL

[EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-18 Thread Skye Poier Nott
Hi, I am doing some load testing on a reverse proxy with apache 2.2 + mod_proxy and I'm getting terrible throughput, I was wondering if anyone had a suggestion. I have the following config, all on gigabit ethernet: 1 origin server - 2 mod_proxy servers - 4 client simulators (flood) The

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Skye Poier Nott
Its not an apache issue, its a browser issue. Apache serves the tif file the same whether it was entered directly in the location bar or referenced from html. The browser is in charge of rendering the image inside the document. Skye On 18-Mar-08, at 5:48 PM, Liz Kim wrote: I dont

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Nils Jeppe
On Tue, 18 Mar 2008, Liz Kim wrote: I dont think that is the problem because I can directly access and view the image on the browser when I use the src http://mysite.com/images/2.tif; It's only when this src is embedded in a file such as html that it shows up as broken link image. I hate

Re: [EMAIL PROTECTED] Problems with Rendering Images

2008-03-18 Thread Michael Gordon
Liz, I don't think this is an Apache issue unless you have not set the mime/types correctly for image formats. I think it may be a web browser issue, or a third party software issue blocking your .tif image files. What web browser are you using. Please provide a URL to one of your image

[EMAIL PROTECTED] About ListenBackLog and MinspareThread

2008-03-18 Thread Arnab Ganguly
Hi All, My Apache server is heavily loaded.I am using Apache 2.2.8 on Red-Hat 3 with MPM=worker.Can I reduce the load by reducing the value of ListenBackLog? What is the impact on the webserver if I keep MinSpareThread 1? Thanks in advance. Regards -A

Re: [EMAIL PROTECTED] About ListenBackLog and MinspareThread

2008-03-18 Thread Scott Gifford
Arnab Ganguly [EMAIL PROTECTED] writes: Hi All, My Apache server is heavily loaded.I am using Apache 2.2.8 on Red-Hat 3 with MPM=worker.Can I reduce the load by reducing the value of ListenBackLog? No, at best that will save you a small amount of memory in your TCP stack, at worst it will

Re: [EMAIL PROTECTED] Re: Jboss 4.2 clustering..

2008-03-18 Thread Ch Praveena
Hi all, Thank you very much.. I have n't modified the lines ( /sample=loadbalancer /sample**/*=loadbalancer) in uriworkers.properties file. After doing that I could run the Jboss and cluster that too.. But please keep answering my queries. Thanks On 18/03/2008, Krist van Besien [EMAIL