RE: Submission - Struts installation notes - JRun 3.0

2001-07-31 Thread Hilary Pagliughi
Hello All, I just went through the installation for JRun, and there is one more change that needs to be made, which I just wanted to post for anyone searching the archives. In logon.jsp, where: redisplay=false change it to: redisplay=%= false % Have fun! Hilary

RE: Struts installation notes - WebLogic 5.1

2001-03-22 Thread maarten ectors
I have noticed that putting .properties files into a jar and including the jar into the lib directory solves the problem of the MessageResource. Wouldn´t it be a good idea delivering Struts with all the classes packed into a jar hence Struts would install out of the box in Weblogic...

Submission - Struts installation notes - JRun 3.0

2001-02-13 Thread Eric Wu
Here is a draft of struts installation notes for JRun 3.0. If there are any inaccuracies, please let me know STRUTS INSTALLATION NOTES - JRun 3.0 TESTED ENVIRONMENT (your mileage may vary): --- JRun 3.0

Re: Struts installation notes

2001-02-13 Thread Ted Husted
STRUTS INSTALLATION NOTES - JRun 3.0 TESTED ENVIRONMENT (your mileage may vary): --- JRun 3.0 SP2a, Version 3.02a.11614 Microsoft IIS 5.0, Windows 2000 Thanks so much, Eric! Any other JRUN

Re: Struts installation notes

2001-02-13 Thread dion
" We had multiple problems getting a Struts app to run under WebSphere (Advanced, 3.5 fix2). First, the validation of the struts-config.dtd failed during ActionServlet.init(). We hacked around this by modifying ActionServlet to call "digester.setValidating(false)" rather than passing "true".

RE: Sorry....RE: Struts installation notes - example's setLocale on J Run

2001-02-12 Thread Eric Wu
: Struts installation notes - example's setLocale on JRun Still broken. Despite the assurances of the JRun tech (http://forums.allaire.com/jrunconf/Thread.cfm?Thread_ID=214627mc=2), the demo still doesn't run under SP2 (Version 3.02.11140). I get the same error as before. Carl Tallis Director

Re: Struts installation notes - WebLogic 5.1

2001-02-04 Thread Ted Husted
** WEBLOGIC USERS *** We're adding a installation page to the Struts documentation package. If any can playtest Robert's notes, or has any other additional comments, please let us know as soon as possible. This is an important way you can contribute to the Struts project. We appreciate

RE: Struts installation notes - WebLogic 5.1

2001-02-01 Thread Wong Kok Wai
My experience is the same as yours. --- [EMAIL PROTECTED] wrote: Wong, Yes you are correct it works fine (today) with jaxp as well. I am not sure why I had problems before. So step 1 can be changed then...or just excluded): (1) Verify that an XML parser (e.g. Xerces or JAXP) has

RE: Struts installation notes - example's setLocale on JRun

2001-01-31 Thread Moore, Mark A
installation notes - example's setLocale on JRun Hi, I was writing up the Installation notes for the example and documentation web applications for JRun whenI came across the same problem. (I haven't installed the example app since 0.5) allaire.jrun.scripting.DefaultCFE: Errors

Re: Struts installation notes - example's setLocale on JRun

2001-01-30 Thread Erik G. Dybdahl
--- Peter Doyle [EMAIL PROTECTED] skrev: Hi, I was writing up the Installation notes for the example and documentation web applications for JRun when I came across the same problem. (I haven't installed the example app since 0.5) allaire.jrun.scripting.DefaultCFE: Errors reported by

Struts installation notes

2001-01-28 Thread Ted Husted
Threads like these are usually posted on the Developer's list, but since this definately something anyone using Struts could help with, I'm cross-posting it here. Following are updated installation notes that Martin Coper and Colin Sampaleanu have contributed for installing Struts under Resin