While I haven't expreinced somehting like this, but I will try to help, until (hopefully) someone else who have seen this gives us an advice. See my comments.
On Wed May 06,2009 11:55 am, brunp wrote: > > > > brunp wrote: > > > > So.....I have Jetspeed properly updated, the first login page shows up a > > little funny and contains a *# character which I think is somehow making > > is way from the jetspeed_macros.vm file. Noramly comments in vm starts with ## for single line. For mutli line: #* This is a multiline comment. This is the second line *# Refere to end of page http://velocity.apache.org/engine/devel/vtl-reference-guide.html You may have deleted the first part, and left the closing comment ? > > > > However, more importantly, when I try to log in, the IP portion of the URL > > seems to move over to wanting to load up the page from 127.0.0.1? > > I have this in profiler.xml: 158 <bean id='HostnameCriterionResolver' class='org.apache.jetspeed.profiler.rules.impl.HostnameCriterionResolver'> 159 <!-- use the dot prefix, for ex: "accounting.xyz.com" returns "accounting" --> 160 <constructor-arg type="boolean" index="0"> 161 <value>false</value> 162 </constructor-arg> 163 </bean> I don't know what it says in yours. > > Would this be related to improper redirect rules within the httpd.conf if you are using mod_rewrite, I don't think it has the ability to write back the url in the browser, however, it might be resolving the request and passing it to jetspeed which is resutling in it getting the wrong hostname. > > files within Apache? I did remove the proxyName and proxyPort > > configuration from within Tomcat, which apparently was required in version > > 2.0, but I think is no longer required in 2.1.3 of Jetspeed. Would it be hard to put back the files you removed and see if that resolves the issue ? You need to narrow down the cause, and isolate it ,so deal with every possibility separately. If you can disable mod_rewrite, this will be a great idea. Try it, if it doesn't work then put back the files you removed, and test it. Once it works fine, you can tell what it causing the issue. Let us know if that helped ! > > > > Help appreciated. > > Paul > > > > Could this be part of the problem: > > @400000004a01dca32dcd22c4 [14:53:13] INFO [velocity] - Null reference > [template 'decorations/layout/loginPage/header.vm', line 1, column 1] : $Id > cannot be resolved. > @400000004a01dca32ee954ac [14:53:13] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 10, column > 43] : ${decoratorId} cannot be resolved. > @400000004a01dca32ef0da74 [14:53:13] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 16, column > 41] : ${decoratorId} cannot be resolved. > @400000004a01dcc0383e27bc [14:53:42] INFO [velocity] - Null reference > [template 'decorations/layout/loginPage/header.vm', line 1, column 1] : $Id > cannot be resolved. > @400000004a01dcc0386a8334 [14:53:42] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 10, column > 43] : ${decoratorId} cannot be resolved. > @400000004a01dcc0386fd67c [14:53:42] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 16, column > 41] : ${decoratorId} cannot be resolved. > @400000004a01dcd403b89554 [14:54:02] INFO [velocity] - Null reference > [template 'decorations/layout/loginPage/header.vm', line 1, column 1] : $Id > cannot be resolved. > @400000004a01dcd403ed8fd4 [14:54:02] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 10, column > 43] : ${decoratorId} cannot be resolved. > @400000004a01dcd403f35464 [14:54:02] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 16, column > 41] : ${decoratorId} cannot be resolved. > @400000004a01dcdb04dd3f34 [14:54:09] INFO [velocity] - Null reference > [template 'decorations/layout/loginPage/header.vm', line 1, column 1] : $Id > cannot be resolved. > @400000004a01dcdb053cc06c [14:54:09] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 10, column > 43] : ${decoratorId} cannot be resolved. > @400000004a01dcdb0547d45c [14:54:09] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 16, column > 41] : ${decoratorId} cannot be resolved. > @400000004a01dcde172a2ef4 [14:54:12] INFO [velocity] - Null reference > [template 'decorations/layout/loginPage/header.vm', line 1, column 1] : $Id > cannot be resolved. > @400000004a01dcde17642e9c [14:54:12] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 10, column > 43] : ${decoratorId} cannot be resolved. > @400000004a01dcde1768ed74 [14:54:12] INFO [velocity] - Null reference > [template 'decorations/portlet/loginPortlet/decorator.vm', line 16, column > 41] : ${decoratorId} cannot be resolved. > > -- > View this message in context: > http://www.nabble.com/Running-Jetspeed-within-Tomcat-behind-Apache-tp23413109p23413204.html > Sent from the Jetspeed - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org > For additional commands, e-mail: jetspeed-user-h...@portals.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org