I'm trying to stand up a version of geoserver 1.6 beta2 on our servers
at work. Now for historical reasons they are configured differently
(this is good for beta testing I guess). On one machine all is fine.
Linux webmapping.ems.psu.edu 2.6.9-55.0.2.EL #1 Tue Jun 12 17:47:10
EDT 2007 i686 i686 i386 GNU/Linux
tomcat 5.5.20 running to port 80 using proxy pass in Apache2 2.2.3
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
On the other machine all seems fine until I try to log in as admin
Linux slant.geog.psu.edu 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 12 17:59:08
EDT 2007 i686 i686 i386 GNU/Linux
tomcat 5.0.28 running to port 80 using mod_jk in apache 2.0.52
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
When I try to login in to the second machine I get 404 The requested
URL /geoserver-1.6b2/j_acegi_security_check was not found on this
server.
I'm guessing this has to do with using Mod_JK but I'm not an expert
with this? and I just copied and pasted the setup from geoserver 1.5
and changed 1.5 to 1.6 through out. Does any one have an suggestions?
Ian
--
Ian Turton
http://www.geotools.org
http://pennspace.blogspot.com/
I'm guessing this has to do with using Mod_JK but I'm not an expert
with this? and I just copied and pasted the setup from geoserver 1.5
and changed 1.5 to 1.6 through out. Does any one have an suggestions?
Hmmm... unfortunately most users go straight though tomcat or another app server and not through apache so knowledge of problems with mod_jk is limited... if i get some spare time today i will try to set it up and see what i come up with...
Ian
--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org
Ian Turton ha scritto:
...
When I try to login in to the second machine I get 404 The requested
URL /geoserver-1.6b2/j_acegi_security_check was not found on this
server.
I'm guessing this has to do with using Mod_JK but I'm not an expert
with this? and I just copied and pasted the setup from geoserver 1.5
and changed 1.5 to 1.6 through out. Does any one have an suggestions?
Hmm... some years ago I tried to use mod_jk but it was such a can
of worms I gave up
Anyways, a quick Google search turns out these:
http://forum.springframework.org/showthread.php?t=10334
http://forum.springframework.org/archive/index.php/t-34918.html
Are these of any help?
Cheers
Andrea
On 7/20/07, Andrea Aime <aaime@anonymised.com> wrote:
Ian Turton ha scritto:
...
> When I try to login in to the second machine I get 404 The requested
> URL /geoserver-1.6b2/j_acegi_security_check was not found on this
> server.
>
> I'm guessing this has to do with using Mod_JK but I'm not an expert
> with this? and I just copied and pasted the setup from geoserver 1.5
> and changed 1.5 to 1.6 through out. Does any one have an suggestions?
Hmm... some years ago I tried to use mod_jk but it was such a can
of worms I gave up
Anyways, a quick Google search turns out these:
http://forum.springframework.org/showthread.php?t=10334
This one worked
thanks
Ian