RE: Struts and multiple Web applications on same application server

2002-01-22 Thread Salonen, Aki
both web applications "context2/location/test.test". Kind regards, Aki > -Original Message- > From: Alex Paransky [mailto:[EMAIL PROTECTED]] > Sent: 21. tammikuuta 2002 22:15 > To: Struts Users Mailing List > Cc: Salonen, Aki > Subject: RE: Struts an

Struts and multiple Web applications on same application server

2002-01-21 Thread Salonen, Aki
Hello, We have been facing problems when using struts with multiple enterprise applications. It seems that struts supports only one struts application on same application server. Application server we are using is BEA WebLogic 6.2 SP2. Scenario is as described: One enterprise application cont

RE: Multichannel support with Struts

2001-12-21 Thread Salonen, Aki
quot; > type="app.Detail" > > > > name="continue" > path="/www-clients/Detail.jsp"/> > > > > -- Ted Husted, Husted dot Com, Fairpor

Multichannel support with Struts

2001-12-20 Thread Salonen, Aki
Hello, We have been developing web-application needing a multichannel support. What I have thought is that we will have different jsp-pages for each channel, but same action objects. So, directory structure would look like this: /www-clients/*.jsp pages /wap-clients/*.jsp pages /xml-clients/

Multichannel support with Struts

2001-12-20 Thread Salonen, Aki
Hello, We have been developing web-application needing a multichannel support. What I have thought is that we will have different jsp-pages for each channel, but same action objects. So, directory structure would look like this: /www-clients/*.jsp pages /wap-clients/*.jsp pages /xml-clients/*.j

RE: disconnect

2001-07-17 Thread Salonen, Aki
Hi! There's no way to know on server side that user gets disconnected, if user just does nothing. If user explicitly makes logout, you can of course end the session in code. There is always some timeout specified for sessions in web containers. Setting timeout maybe helps you dealing with users