> -----Original Message----- > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > Sent: 19 May 2004 21:47 > To: Cactus Users List > Subject: RE: Cactus + Weblogic 8.1 > > Hi Vincent, > > > -----Original Message----- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 19, 2004 3:04 PM > > To: 'Cactus Users List' > > Subject: RE: Cactus + Weblogic 8.1 > > > > > > Hi Mark, > > > > > -----Original Message----- > > > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > > Sent: 19 May 2004 15:37 > > > To: Cactus Users List > > > Subject: RE: Cactus + Weblogic 8.1 > > > > > > ok, i think i may see something here. it seems that cactus is using > > > passwords of weblogic/weblogic. mine are different. > > > > Yep. Cactus comes with a default DefaultAuthenticatorInit.ldift file. > > You're right that we have a problem if the user wants to use his own. > > The problem is that I'm not a WL expert on authentication. > > I've stopped > > using WL after version 6.1 and it has changed quite a lot with 7.x (it > > took me a while to find a default config that was working for > > Cactus... > > ;-)). > > > > > i removed the 3des > > > and put clear text passwords in my config.xml, but it's still not > > starting > > > up due to password issues. perhaps the username (mine is > > user system) > > > different causes issues? any insights? > > > > I think the user/password that I've used for the default configuration > > is: > > > > Username: system > > Password: password > > > > But I'm not sure. > > > Actually, looking over the WebLogic7xContainer class, it seems to be > username: weblogic, password: weblogic.
Ooopss... You must be right! > I was able to get my config.xml > to start my server successfully after removing the 3des passwords from my > config. I also had to change the server names in my config.xml to match > the testserver that cactus is expecting. I also had to add some weblogic > dll for nt performance to my system path. Some reason it wouldn't start > w/o it. I also had to add my oracle type 4 driver dll to the path. I > think these last two can be configured from my cactus task some how, but > i'll get there eventually. That sounds too complex a process. We need to streamline this. One possible solution is to replace the configXml attribute by a configDir attribute which has to point to a custom WL domain directory. What do you think? [snip] -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
