trouble with customer-cmp-ear example for new sun application server 9.0

recently, i have been playing with sun Java system application server 9.0 and try a couple of examples, but i was in trouble. for example, i try customer-cmp-ear example, and i can create db, but i can not Set up JDBC resources, and i always get the following error:

CLI146 /path/to/passwordfile does not exist in the file system or read permission denied.

i take a look at the description of the example, one thing i do not quite understand, at the common instruction, i am required to setjavaee.server.passwordfile property, does it mean i have to create a passwordfile? where do I put it ? i hope someone can help me, i will really appreciate it.

Message was edited by:

junjun

[726 byte] By [junjun] at [2007-11-26 7:14:59]
# 1
you can try to rename or copy the file D:\javaeetutorial5\examples\bp-project\build.properties.sample to project\build.properties, then edit the "javaee.server.passwordfile" item.had you tried the bookstore5 sample?
zhaobinbu at 2007-7-6 18:49:38 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
I've got the same problem,anyone can give a more detailed answer?Thank you!
Alley at 2007-7-6 18:49:38 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
I solved it.Change the file"build.properties.sample" to "build.properties"Maybe it's a bug in J2ee Tutorial
Alley at 2007-7-6 18:49:38 > top of Java-index,Application & Integration Servers,Application Servers...
# 4

> I solved it.

> Change the file"build.properties.sample" to

> "build.properties"

> Maybe it's a bug in J2ee Tutorial

The instructions in the About chapter tell you to copy build.properties.sample

to build.properties

http://java.sun.com/javaee/5/docs/tutorial/doc/?wp405013&About.html#wp87965

-Ian

ievans at 2007-7-6 18:49:38 > top of Java-index,Application & Integration Servers,Application Servers...