[jboss-user] [Beginners Corner] - Re: jboss-dukes-bank app

pepelara do-not-reply at jboss.com
Sat Feb 14 00:30:13 EST 2009


Hi,

If you want to see the banner in the Dukes web app
you have got to code the banner.jsp as follows,


  | <center>
  | <img src="/bank/template/banner.gif" alt="Duke's Bank">
  | </center>
  | 

and change the web.xml as follows,


  | <jsp-config>
  | 	<jsp-property-group>
  | 		<display-name>bank</display-name>
  | 		<url-pattern>/bank/*</url-pattern>
  | 		<el-enabled>true</el-enabled>
  |     	        <scripting-enabled>true</scripting-enabled>
  | 		<include-prelude>/template/prelude.jspf</include-prelude>
  | 	</jsp-property-group>
  | </jsp-config>
  | 

Regards,
Jose Alvarez de Lara



View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210102#4210102

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210102



More information about the jboss-user mailing list