Re: tiles config not in WEB-INF

2003-08-14 Thread Vic Cekvenich
Review web.xml of any Struts app to see how.
.V
Hanasaki JiJi wrote:
How can the struts action servlet be told to read its config files from
WEB-INF/struts/conf
instead of
WEB-INF


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: tiles config not in WEB-INF

2003-08-14 Thread Hanasaki JiJi
The main config file is easy... see below... but what about the tiles,
validator etc..?

strutsAction
org.apache.struts.action.ActionServlet

  config
  /WEB-INF/struts/struts-config.xml


  debug
  2


  detail
  2

2
  
Vic Cekvenich wrote:
Review web.xml of any Struts app to see how.
.V
Hanasaki JiJi wrote:

How can the struts action servlet be told to read its config files from
WEB-INF/struts/conf
instead of
WEB-INF




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://www.sun.com/sunone   =
=


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: tiles config not in WEB-INF

2003-08-14 Thread Vic Cekvenich
Those are configured in Struts.xml.

Hanasaki JiJi wrote:
The main config file is easy... see below... but what about the tiles,
validator etc..?

strutsAction
org.apache.struts.action.ActionServlet

  config
  /WEB-INF/struts/struts-config.xml


  debug
  2


  detail
  2

2
  
Vic Cekvenich wrote:

Review web.xml of any Struts app to see how.
.V
Hanasaki JiJi wrote:

How can the struts action servlet be told to read its config files from
WEB-INF/struts/conf
instead of
WEB-INF




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]