You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Julian Klein <ce...@yahoo.com> on 2002/12/09 16:09:36 UTC

Re: versioning FINALLY!

ok, ok, I know I have bothered all of you more than
enough, but I wiped my entire system last night and
reinstalled everything for fear that something was
corrupted.  Anyway, I finally got slide with
versioning working.  Of course it was as simple as
editing the Domain.xml after dropping the slide.war in
the webapps directory and building from last night's
CVS (as I had done a million times by now)!  I did
although have to indicate a few roles in the web.xml
in order to avoid warnings in my catalina logs. Oh and
this is how I ended up setting up my context in the
server.xml in order to run slide tightly with my
current setup:

	<Context path="/slide" docBase="slide" debug="0">
      	   <!-- This Realm uses the UserDatabase
configured in the global JNDI
           resources under the key "UserDatabase". 
Any edits
           that are performed against this
UserDatabase are immediately
           available for use by the Realm.  This realm
is only available to this context
	   since it is embedded in it.
	   -->
           <Realm
className="org.apache.catalina.realm.UserDatabaseRealm"
                 debug="0"
resourceName="UserDatabase"/>
	</Context>

Simple enough...anyway I may change the real in due
time, but thanks for all the help.  I wish I could say
what was stopping me from getting it all to work. 
Hopefully I have not become the black sheep of the
list!

Thanks Again,
Julian

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>