Sorry. It looks my servlet container problem. I works well with another servlet container.
----- Original Message ----- From: "Eung-ju Park" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 2:21 PM Subject: Problem with fortress. > I met below error message > > 20021024142335DEBUG <<fortress.system.roles.defaults>>: looking up > class with shorthand 'jdbc-datasource' but a class was not found. > 20021024142335DEBUG <<fortress.system.roles>>: looking up class with > shorthand 'jdbc-datasource' but a class was not found. > > I don't know what is wrong. > my fortress.xconf. fortress.roles are here > > ---- fortress.conf ---- > <?xml version="1.0" encoding="iso-8859-1" ?> > > <roles> > > <role name="org.apache.avalon.excalibur.datasource.DataSourceComponent"> > <component shorthand="datasource" > > class="org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource > " > > handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/> > </role> > > </roles> > > ---- fortress.xconf ---- > <?xml version="1.0" encoding="iso-8859-1" ?> > > <fortress> > > <jdbc-datasource id="datasource" logger="datasource"> > <pool-controller min="2" max="10"> > <keep-alive disable="true">SELECT 1 FROM dual</keep-alive> > </pool-controller> > <driver>oracle.jdbc.driver.OracleDriver</driver> > <dburl><![CDATA[jdbc:oracle:thin:@211.196.178.93:1521:TBN]]></dburl> > <user>system</user> > <password>manager</password> > <auto-commit>false</auto-commit> > </jdbc-datasource> > > </fortress> > > > > -- > To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org> > > -- To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>