Solved this.
It seems JBoss gets weird after multiple deploys. Sometimes it runs out
of memory, and sometimes it does weird stuff like giving me Jasper
errors on perfectly fine jsp pages. I should have restarted the server
before posting that dumb question.

But, as long as I'm on the subject - anyone else have these issues with
JBoss? Are there better open source alternatives? I like having
hibernate running as a JMX managed service, but other than that I am not
really doing anything specific to jboss.


> -----Original Message-----
> From: Matthew Van Horn [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 18, 2004 12:55 PM
> To: [EMAIL PROTECTED]
> Subject: Welcome Page question.
> 
> 
> This sounds like a stupid question, but I can't seem to make 
> it work. I'm using Struts with Tiles and Velocity for the 
> view. I have a Tiles definition with a Controller which I 
> would like to be my application's starting page. 
> Currently to get to that page, I have it mapped to an action:
> 
>       <action         path="/listFoobars" forward="foobarListPage"/>
> 
> And the url is something like http://mydomain.com/xyzzy/listFoobars.do
> I would like to use the URL  http://mydomain.com/xyzzy (and 
> eventually http://mydomain.com).
> 
> How can I set up web.xml / struts-config.xml / tiles-defs.xml 
> etc. to do this?
> 
> I tried having an index.jsp forward to the action, but it did 
> not work. If that is the solution, can someone tell me 
> explicitly how to set it up?
> 
> Thanks,
> Matt
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to