artimus 1.1

2004-01-05 Thread Kelly Goedert
Hello, this may be a bit off topic but there it goes: how do I deploy the artimus example application? What kind of database structure do I have to create? Kelly. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: artimus 1.1

2004-01-05 Thread Martin Gainty
1)get the artimus example app at http://sourceforge.net/project/showfiles.php?group_id=49385 2)change to the artimus folder which contains appfuse.sql C:\cd artimus C:\Artimusdir Volume in drive C has no label. Volume Serial Number is 1CB0-1E6D Directory of C:\Artimus 01/05/2004 08:31a

Re: artimus 1.1

2004-01-05 Thread Kelly Goedert
. Martin Gainty wrote: 1)get the artimus example app at http://sourceforge.net/project/showfiles.php?group_id=49385 2)change to the artimus folder which contains appfuse.sql C:\cd artimus C:\Artimusdir Volume in drive C has no label. Volume Serial Number is 1CB0-1E6D Directory of C:\Artimus 01/05

Re: Need Instructions To Setup The Artimus Example

2003-08-21 Thread Caroline Jen
Rick, thanks a lot for taking the trouble to find the web link to the Husted discussion forum. I have posted my question there and hoping to get some instructions soon. I appreciate your help. Caroline --- Rick Reumann [EMAIL PROTECTED] wrote: On Wed, Aug 20,'03 (10:38 PM GMT-0700), Caroline

Need Instructions To Setup The Artimus Example

2003-08-20 Thread Caroline Jen
Hi, I am new to Struts. I would like to get a look and feel of the Artimus example (artimus_1_1.war) in the Struts in Action provided by Husted. I have the Tomcat 4.1.18 installed and functioning in my machine. I also have downloaded the Ant. Where can I find instructions to quickly deploy

RE: Need Instructions To Setup The Artimus Example

2003-08-20 Thread Mark Galbreath
version of Struts you are using and what application container you are employing? Mark -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 5:36 PM To: [EMAIL PROTECTED] Subject: Need Instructions To Setup The Artimus Example Hi, I am new

RE: Need Instructions To Setup The Artimus Example

2003-08-20 Thread Caroline Jen
Thanks for sympathizing and taking care of a newbie. I am using Struts-1.1-rc2. Tomcat-4.1.18-LE-jdk14 is up and running in my machine. Hoping Ted noticed my post and provides guidance to setup the Artimus example for someone new like me to get the look and feel of all the features. Caroline

Re: Need Instructions To Setup The Artimus Example

2003-08-20 Thread Rick Reumann
On Wed, Aug 20,'03 (04:55 PM GMT-0700), Caroline wrote: Hoping Ted noticed my post and provides guidance to setup the Artimus example for someone new like me to get the look and feel of all the features. Have you checked out his book's site? and posted there? I think he's pretty good

Re: Need Instructions To Setup The Artimus Example

2003-08-20 Thread Caroline Jen
the Artimus example for someone new like me to get the look and feel of all the features. Have you checked out his book's site? and posted there? I think he's pretty good at responding to questions on that forum (if it still exists.. been a long while since I was there). I never got around

Re: Need Instructions To Setup The Artimus Example

2003-08-20 Thread Rick Reumann
On Wed, Aug 20,'03 (10:38 PM GMT-0700), Caroline wrote: I have gone to his book site but cannot find a discussion forum. You can get to the forum here: http://www.manning.com/getpage.html?project=hustedfilename=forum.html Click on author online (I admit not easy to find from his

re: artimus data source issue - poolman.xml

2003-07-29 Thread aies22
If you are trying to change database settings for the artimus example application: Please note that there is a poolman.xml file in the commons-scaffod.jar!!! I've spent a day playing around with this, moving poolman.xml's around till I figured out where my trouble

Container Authentication: Artimus on Resin

2003-07-21 Thread aies22
Hi, A short one. This is a Resin question - but I did not find my answers there... Does someone know how to set container authentication on Resin so as to run the artimus application. The default for artimus is using Tomcat, which has a tomcat-users.xml file to define roles. But for Resin

access ResultList object - helper bean - downstream (ARTIMUS)

2003-06-10 Thread douglas reames
Morning all, I am attempting to extend ARTIMUS to see how I might 'architect' a struts app that gives the user output alternatives: wap, excel spreadsheet, pdf... The ActionMapping (comes straight from the ARTIMUS mapping for RenderRss) IS: !-- Render an article as PDF file -- action

Artimus example Struts app - working with WebLogic 7

2003-03-28 Thread Jeff Sumner
Hello, I'm trying to get Ted Husted's Artimus Struts-example application to work on Weblogic 7.0 and Oracle 9i. I'm new to Struts, so I thought I'd try asking here. The first page comes up fine, I've set the data source in the web.xml with appropriate values. However, when I hit the LOGON

Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Jeff Kilbride
Hi All, I'm working my way through the Artimus example in Struts In Action. I was able to create the resources and I can see the tables in my MySQL database. The Add Article and Find articles by [Title | Author | Content] functions work, but the Find articles by ID and List articles posted

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Navjot Singh
In Action - Artimus 1.0 example - SQLException Hi All, I'm working my way through the Artimus example in Struts In Action. I was able to create the resources and I can see the tables in my MySQL database. The Add Article and Find articles by [Title | Author | Content] functions work

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Jeff Kilbride
Ok, so this is a problem with either the Artimus example code or Scaffold? Any ideas for tracking it down? Thanks, --jeff - Original Message - From: Navjot Singh [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 28, 2003 7:46 PM Subject: Re: Struts

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Navjot Singh
() -navjot - Original Message - From: Jeff Kilbride [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, March 29, 2003 9:34 AM Subject: Re: Struts In Action - Artimus 1.0 example - SQLException Ok, so this is a problem with either the Artimus example code

Re: Struts In Action - Artimus 1.0 example - SQLException

2003-03-28 Thread Jeff Kilbride
Not sure it's worth the time trying to debug. Just using it as an example. I'm using the war file downloaded from the book's site with no modifications to the Artimus or Scaffold code. Scaffold seems pretty interesting, but I'm wondering if this is a flaw. I'd be surprised if anybody else working

artimus database

2003-02-18 Thread Jicheng Hao
Hi there, I tried to configure artimus to talk to a different database but failed. I use Mysql database. Artimus works fine until I tried to switch to a different database in MySQL. I changed the parameters in poolman.xml, struts-config.xml and web.xml. Your help is very

artimus data source issue

2003-02-16 Thread Alex McLintock
Hi folks, I'm trying to extend the Artimus application so that it works with my existing old java code and my old database instead of the artimus one. I'm trying to figure out the poolman config required for the Artimus struts sample app. So lets go look for it h. There is one

re: artimus data source issue

2003-02-16 Thread Ted Husted
Something like the configuration file for poolman has to be on the Java classpath where the classloader can find it. The simplest location is directly under the WEB-INF/classes folder. The glitch there is that, to do a clean build, it's very convenient to just delete that folder and rebuild

Artimus 1.1 Difficulties with Startup

2003-01-07 Thread Micael
I am using Tomcat 4.1.18, JDK 1.4.1, and struts 1.1. I am trying to start up artimus 1.1. I have configured it for hypersonic. I get the following startup load error. 2003-01-06 18:51:32 StandardWrapper[/artimus_1_1:action]: Marking servlet action as unavailable 2003-01-06 18:51:32

Artimus Tomcat 4

2002-12-11 Thread Sean A. Mandel
Ok, So I just started working with Struts and I'm trying to get the Artimus example app up and running. I read the README and made sure everything was done (even though there are a few mistakes in the README that are a bit disconcerting). I drop the artimus.war file into the deployment

[ANNOUNCE] Artimus 1.0 beta 2 available

2002-08-30 Thread Ted Husted
Artimus is a sample Struts application for posting news articles that uses JDBC, Lucene, and the Struts Scaffold toolkit. Artimus may be downloaded from the Struts Example Application site on SourceForge http://sourceforge.net/projects/struts Other developers with example applications

Problem with Artimus .04 on Tomcat 4.1.8b: No getter method...

2002-08-13 Thread Vito Manx
I'm a newbie trying to run the Artimus .04 sample app on Tomcat 4.1.8-beta. (I assume it is .04 because it's dated 6/12/02.) I did all the steps in Quick-Start Configuration notes for Tomcat 4.0 in the Artimus README.TXT, but I didn't have that nice out of box experience I wanted. These steps

[ANNOUNCE] Artimus .04 example app posted

2002-06-12 Thread Ted Husted
An updated version of the Artimus example application is now available at: http://www.husted.com/struts/resources/artimus.zip See the README.TXT to get started. This application demonstrates some of the design strategies discussed on the list recently * The business tier is represented

Why doesn't the Artimus application see my re-compiled classes?

2002-02-22 Thread Dick Starr
I am running Ted's Artimus sample application and it runs fine until I change the table names (they are defined as static fields in his Commands classes). Via some diagnostic code I can see the old Command classes are being executed (not my modified and re-compiled Command classes) when I enter

Re: Scaffold+Artimus Documentation

2002-02-04 Thread Ted Husted
- OPTinity eBusiness Solutions wrote: Hi All, Is there any documentation for Scaffold+Artimus packages in nightly build? Any reference will be appreciated. Thanks Hertzel -- To unsubscribe, e-mail: mailto:[EMAIL

artimus - cannot add article

2002-02-04 Thread John Menke
Does the artimus example work as far as adding articles. I can search but not add. I think it has something to do with the Article ID. It says NOT ASSIGNED before I try to save then error messages come back *Unable to transfer data *null Do I have something wrong with my configuration

Scaffold+Artimus Documentation

2002-02-03 Thread Hertzel Karbasi - OPTinity eBusiness Solutions
Hi All, Is there any documentation for Scaffold+Artimus packages in nightly build? Any reference will be appreciated. Thanks Hertzel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: artimus

2001-10-27 Thread Ted Husted
having trouble getting artimus (husted sample app) to run on Tomcat 4.1-dev. I think I took all the steps outlined in web-inf/readme.txt. I changed the poolman.xml file to reflect my local oracle drive and db. (the poolman.xml file works fine with the sample poolman-webapp from codestudio

artimus

2001-10-26 Thread ltorrence
Title: artimus I'm having trouble getting artimus (husted sample app) to run on Tomcat 4.1-dev. I think I took all the steps outlined in web-inf/readme.txt. I changed the poolman.xml file to reflect my local oracle drive and db. (the poolman.xml file works fine with the sample poolman