Re: Tiles exception

2005-06-21 Thread Liming Xu
In admin console, choose Applications > Enterprise Applications > Additional Properties > Session Management. - Original Message - From: "Croff" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, June 21, 2005 9:27 PM Subject: Tiles exception I have included the tile

Re: Tiles Exception

2005-04-29 Thread Laurent
Nimish Chourey , Tidel Park - Chennai wrote: > Are you sure there is no way out ? I really feel , there might be some way > out . Hi, I use tiles and I personnaly have no problem getting the error messages. I use the NetBeans IDE. All my logs and 'normal' exceptions (that occur in Java classes) c

RE: Tiles Exception

2005-04-28 Thread Nimish Chourey , Tidel Park - Chennai
Are you sure there is no way out ? I really feel , there might be some way out . -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Grzegorz Stasica Sent: Thursday, April 28, 2005 9:51 PM To: user@struts.apache.org Subject: Re: Tiles Exception Nimish Chourey , Tidel

Re: Tiles Exception

2005-04-28 Thread Grzegorz Stasica
Nimish Chourey , Tidel Park - Chennai wrote: Hi , I am using struts struts-1.2.4 . I am not able to catch the exception which are caused whenever there is a problem in laying the tiles . For Eg in the below code , if ftpStatus.jsp gives a error , I do not get the exception either in the bro

RE: TILES Exception

2005-03-19 Thread David G. Friedman
Jim, > David, This is the catalina.out file There are some > errors but it looks like they are logging related > problems, not Tiles. I disagree with you. From the catalina.out file you included, I see a few critical errors with two webapps: the tiles-documentation.war auto-deploy and the missi

RE: TILES Exception

2005-03-19 Thread Jim Douglas
INFO: Jk running ID=0 time=0/34 config=null Mar 19, 2005 1:44:02 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 24876 ms Jim From: "David G. Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List"

RE: TILES Exception

2005-03-13 Thread David G. Friedman
Jim, Have you checked your webapp's log file (or the standard log if you don't have special logging enabled for your application) to make sure the log files show that tiles initialized properly and that there were no errors suggesting Struts or Tiles failed to start up/initialize properly? Regard