[opencms-dev] Strange behavior after install.
Michael Boggs
michael.boggs at dot.state.wi.us
Thu Oct 5 16:21:15 CEST 2006
We figured out the solution to my problem, and I wanted to post it in case
someone else has this same stumbling block.
We were able to find the solution to the issues I had uncovered with openCMS
and url paths being rendered incorrectly, but I'm still not quite sure what
the problem was. Here's the solution I identified:
In the web.xml (deployment descriptor) for the open cms web project,
uncomment and modify the WebApplicationContext parameter to read as below:
<context-param>
<param-name>WebApplicationContext</param-name>
<param-value>opencms</param-value>
</context-param>
I'm not sure why it is neccesary to take this step, since I cannot find
anywhere in the server or application config on websphere 6 where it would
pick up "WebContent" as the context root. However, overriding it by setting
the WebApplicationContext in the deployment descriptor does resolve the
issue.
All said and done, I was able to deploy OpenCMS 6.2.2 to WAS6.0 under JDK
1.4.
-Mike
Michael Boggs wrote:
>
> I'm trying to get OpenCMS 6.2.2 running on WAS6.0 (localhost for now) via
> RSA using JDK 1.4.
>
> I can deploy the application, and run through the setup wizard without a
> problem. However, when I finally get to the "If you're seeing this page
> via
> a web browser, it means you've setup OpenCms successfully." page, I'm
> stuck.
>
> That page comes up fine, except none of the images show up, and none of
> the
> links work (including log in). They all give me a 404 error.
> The url that its trying to use looks like this:
> http://localhost:9080/WebContent/opencms/release/
>
> All links on that page do not work, and they all start with /WebContent.
> I'm thinking that i'm missing some sort of server configuration.
>
> Any help would be appreciated. Let me know if I need to give more
> information as well.
>
> Thanks,
> -Mike
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
--
View this message in context: http://www.nabble.com/Strange-behavior-after-install.-tf2358405.html#a6659570
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.
More information about the opencms-dev
mailing list