Install tomcat, then find a war file from the struts source download, copy it to
tomcat/webapps directory, finally run tomcat.  You should be able to go to your
demo page at http://localhost:8080/<sample>.

BTW, can you change the subject next time.  I was hoping to hear someone who's
familiar with the petstore example and the database layer.  I didn't want to
'mess' up a beautiful project before diving into it(my use of DAO and
externalized sql pains me).  

The Mapper project someone told me about was good too, but maybe a bit too
simple and I am not sure how to make it work with DAO framework.




-----Original Message-----
From: Kumar, Kiran [mailto:[EMAIL PROTECTED] 
Sent: June 24, 2003 2:39 PM
To: 'Struts Users Mailing List'
Subject: RE: Connection Pool: JPetStore Database Layer


can some body give me the 
1.complete list of instructions for running a sample struts application and 
2. also list of jar files and link to down load the jar files

I am getting ParserConfiguration Exception and I am unable to start the
server properly



Thanks

KiranKumar (Raj)
ext 7203


-----Original Message-----
From: Yansheng Lin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 4:23 PM
To: 'Struts Users Mailing List'
Subject: RE: Connection Pool: JPetStore Database Layer


Found it. But as expected, there is only one real connection.

Maybe I can use commons-dbcp package.


-----Original Message-----
From: Yansheng Lin [mailto:[EMAIL PROTECTED] 
Sent: June 24, 2003 1:24 PM
To: 'Struts Users Mailing List'
Subject: Connection Pool: JPetStore Database Layer


        
Ok, for my next personal project(an online language translator that displays
multiple results), I decided to go with ibatis database layer(from
JPetStore)
for db access.  And I expect that a lot of people are going to use my
state-of-art system:). So I need (a) connection pool(s) so that db access
won't
be the determining factor in my application.  Which classes I need to modify
in
the database layer?  Or I have to create a new ConnectionPool package and
get
connection from there?

Any help is greatly appreciated!

Yan


---------------------------------------------------------------------
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]

---------------------------------------------------------------------
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