Ryan Moquin <fragility2.0 <at> gmail.com> writes:

> 
> Ok, good then someone can confirm that it should work.  I want to make 
> sure I know whether it is my problem or if it's a problem with the 
> Jetspeed code.  At least now I know that I'm screwing something up 
> somewhere!  So at that rate, that means I should go revisit my 
> properties and figure out what the heck I'm screwing up.
> 
> Could you post your properties?  I'd be curious to see a current working 
> one that I can diff and see why mine might be screwed up!
> Definitely nice to know that it's my problem and that it should be working.
> 
> Thanks!
> 
> Ryan
> 

Here are my build.properties

maven.repo.remote = http://www.bluesunrise.com/maven/,
http://www.ibiblio.org/maven/, \
http://dist.codehaus.org/, http://cvs.apache.org/repository

# required portal configuration properties
org.apache.jetspeed.portal.home = /var/tomcat5/workspace/jetspeed
org.apache.jetspeed.portal.groupId        = myportal
org.apache.jetspeed.portal.artifactId     = portal
org.apache.jetspeed.portal.name           = My Portal
org.apache.jetspeed.portal.currentVersion = 1.0

# required application server properties
org.apache.jetspeed.server.home                      = /var/tomcat5
org.apache.jetspeed.server.shared                    = 
${org.apache.jetspeed.server.home}/shared/lib/
org.apache.jetspeed.deploy.war.dir                   = 
${org.apache.jetspeed.server.home}/webapps/
org.apache.jetspeed.services.autodeployment.user     = admin
org.apache.jetspeed.services.autodeployment.password = XXXXXX
org.apache.jetspeed.catalina.version.major           = 5.5



# jetspeed db build properties example for Hsqldb
# Override the database connection and driverproperties in your
${USER_HOME}/build.properties appropriately
# See:
#   http://portals.apache.org/jetspeed-2/database.html

org.apache.jetspeed.test.database.url = jdbc:hsqldb:hsql://127.0.0.1:9001
org.apache.jetspeed.test.database.driver = org.hsqldb.jdbcDriver
org.apache.jetspeed.test.database.user = sa
org.apache.jetspeed.test.database.password =

org.apache.jetspeed.test.jdbc.drivers.path=
org.apache.jetspeed.test.database.default.name=hsql
org.apache.jetspeed.test.database.ojb.platform=Hsqldb

org.apache.jetspeed.production.database.url = jdbc:hsqldb:hsql://127.0.0.1:9001
org.apache.jetspeed.production.database.driver = org.hsqldb.jdbcDriver
org.apache.jetspeed.production.database.user = sa
org.apache.jetspeed.production.database.password =

org.apache.jetspeed.production.jdbc.drivers.path=
org.apache.jetspeed.production.database.default.name=hsql
org.apache.jetspeed.production.database.ojb.platform=Hsqldb



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to