|
Home > Archive > WebSphere Portal Server > September 2004 > Themes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| gaurav99 2004-09-08, 2:42 pm |
| Hi
I am working on the themes in the Test Environment. When I make some changes to the JSP , and save it , the changes are not visible on the portal pages,. Can you please help me . I am relatively new to themes. | |
| Jerome Curlier 2004-09-09, 2:48 am |
| Make sure the reloadingEnable attribute to webappext is set to true in the
file
%WSAD%\runtimes\base_v5\installedApps\lo
calhost\wps.ear\wps.war\WEB-INF\ibm-
web-ext.xmi.
Here is a copy of mine...
<webappext:WebAppExtension xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:webappext="webappext.xmi"
xmlns:webapplication="webapplication.xmi" xmi:id="IBM_WPS_Ext"
reloadInterval="3" reloadingEnabled="true" fileServingEnabled="true"
directoryBrowsingEnabled="false" serveServletsByClassnameEnabled="false"
preCompileJSPs="false">
<webApp href="WEB-INF/web.xml#IBM_WPS"/>
<jspAttributes xmi:id="JSPAttribute_1" name="keepgenerated"
value="false"/> <!-- keep Java files compiled from jsp files alive -->
<jspAttributes xmi:id="JSPAttribute_2" name="reloadInterval" value="3"/>
<!-- seconds / see also parameter reloadInterval in tag webappext -->
<jspAttributes xmi:id="JSPAttribute_3" name="reloadEnabled"
value="true"/> <!-- check to reload at all / see also parameter
reloadingEnabled in tag webappext -->
<resourceRefExtensions xmi:id="ResourceRefExtension_1"
isolationLevel="TRANSACTION_READ_COMMITTED">
<resourceRef href="WEB-INF/web.xml#ResourceRef_1"/>
</resourceRefExtensions>
</webappext:WebAppExtension>
"gaurav99" <gaurav99.1cadl5@mail.webservertalk.com> wrote in message
news:gaurav99.1cadl5@mail.webservertalk.com...
>
> Hi
> I am working on the themes in the Test Environment. When I make some
> changes to the JSP , and save it , the changes are not visible on the
> portal pages,. Can you please help me . I am relatively new to themes.
>
>
>
> --
> gaurav99
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message383732.html
>
| |
| Silvain Piree 2004-09-09, 2:48 am |
|
And also, if you make a change to an included JSP,
e.g. PlaceBarInclude.jsp, don't forget to update the main JSP,
e.g. Default.jsp, otherwise WebSphere will not know you've
changed anything (it only checks the date of the main JSP;
not of the included JSP's).
Silvain
"gaurav99" <gaurav99.1cadl5@mail.webservertalk.com> wrote in message
news:gaurav99.1cadl5@mail.webservertalk.com...
>
> Hi
> I am working on the themes in the Test Environment. When I make some
> changes to the JSP , and save it , the changes are not visible on the
> portal pages,. Can you please help me . I am relatively new to themes.
>
>
>
> --
> gaurav99
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message383732.html
>
|
|
|
|
|