|
List Info
Thread: Re: Re: jUDDI DataSource Validation problem
|
|
| Re: Re: jUDDI DataSource Validation
problem |

|
2007-08-01 08:19:28 |
|
Dear Tijomon Mathew: add the following immediately above the </Host>
tag
<Context path="/juddi" docBase="juddi"
debug="5" reloadable="true"
crossContext="true">
<Logger
className="org.apache.catalina.logger.FileLogger"
prefix="localhost_juddiDB_log"
suffix=".txt"
timestamp="true"/>
<!--the Resource element will probably work better
for you on Tomcat 5+ if you simply use a Resource only tag with xml
attributes as opposed to the nested ResourceParams and parameter
elements-->
<Resource name="jdbc/juddiDB"
auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
username="juddi"
password="juddi"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/juddi?autoReconnect=true"/> <!-- <Resource
name="jdbc/juddi" auth="Container"
type="javax.sql.DataSource"
maxActive="100"
maxIdle="30" maxWait="10000" username="juddi"
password="123456"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/juddi?autoReconnect=true"/>--> </Context>
please
notice that username and password is the same "juddi"; don't
change it.
regards Bo Chen Wu
On Wed, 01 Aug 2007 01:27:57 -0700 juddi-user ws.apache.org wrote:
Hi,
We are facing the same problem ,if you get any information regarding the
error please let us know.we didn't make any modification in user.xml and
server.xml page.Do we need to make any changes in those files.
Thanks and regards
Tijomon Matehw
Follwing is the out pu twe are getting when we try to run the happyjuddi.jsp
page
Happy jUDDI!
jUDDI Version Information
jUDDI Version: 0.9rc4
Build Date: June 14, 2005 6:16:00 AM IST
UDDI Version: 2.0
jUDDI Dependencies: Class Files & Libraries
Looking for: org.apache.juddi.IRegistry+Found in:
D:TijoSpagicapache-tomcat-5.5.23webappsjuddiWEB-INFlibjuddi.jarLooking
for: org.apache.axis.transport.http.AxisServlet+Found in:
D:TijoSpagicapache-tomcat-5.5.23webappsjuddiWEB-INFlibaxis.jarLooking
for: org.apache.commons.discovery.Resource+Found in:
D:TijoSpagicapache-tomcat-5.5.23webappsjuddiWEB-INFlibcommons-discovery-0.2.jarLooking
for: org.apache.commons.logging.Log+Found in:
D:Tij | |