[
https://issues.apache.org/jira/browse/WW-3928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504953#comment-13504953
]
Greg Huber commented on WW-3928:
--------------------------------
Any ideas where the best place to look is?
For example, the login page looks OK if I copy the source and save it to a file.
our setup uses:
org.apache.struts2.views.tiles.TilesResult
<action name="login" class="org.events.ui.struts2.core.Login">
<result type="tiles">.Login</result>
</action>
<definition name=".Login" extends=".tiles-loginpage" >
<put-attribute name="content" value="/WEB-INF/jsps/core/Login.jsp" />
<put-attribute name="sidebar" value="/WEB-INF/jsps/core/LoginRightSide.jsp" />
<put-attribute name="styles" value="/WEB-INF/jsps/tiles/css-rightside.jsp" />
</definition>
<definition name=".tiles-loginpage"
template="/WEB-INF/jsps/tiles/tiles-loginpage.jsp">
<put-attribute name="bannerMain" value="/WEB-INF/jsps/tiles/bannerMain.jsp" />
<put-attribute name="head" value="/WEB-INF/jsps/tiles/head.jsp" />
<put-attribute name="styles"value="/WEB-INF/jsps/tiles/empty.jsp" />
<put-attribute name="messages" value="/WEB-INF/jsps/tiles/messages.jsp" />
<put-attribute name="content" value="${content}" />
<put-attribute name="sidebar" value="/WEB-INF/jsps/tiles/empty.jsp" />
<put-attribute name="footer" value="/WEB-INF/jsps/tiles/footer.jsp" />
</definition>
> JSp pages only show on port 8080 after upgrade to 2.3.7
> -------------------------------------------------------
>
> Key: WW-3928
> URL: https://issues.apache.org/jira/browse/WW-3928
> Project: Struts 2
> Issue Type: Bug
> Components: Core Actions
> Affects Versions: 2.3.7
> Environment: centos/toncat
> Reporter: Greg Huber
> Priority: Minor
> Fix For: 2.3.8
>
>
> Hello,
> I have just upgraded my production environment to 2.3.7 and now the jsp pages
> only show the html, rather than the compiled page. If I add the port to the
> end of the URL they show correctly, ie http://www.someplace.com:8080. I
> have checked the release notes but could not find any information relating to
> this. Maybe there is a configuration change needed to make this version work
> which needs documenting.
> Cheers Greg
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira