Re: I can't install bp with Netbeans 3.4-Tomcat 4.0.4
Rick Reumann <[email protected]> Fri, 11 Apr 2003 00:33:32 -0400
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Organization | baseBeans Engineering |
| Message-ID | <[email protected]> |
On Sun, Apr 06,'03 (12:19 PM GMT-0400), Vic wrote: > Try the new build 0.8p. > I will make sure that you can run it. Vic, are you sure the server.xml you provide in bp8p is correct? I think you need to define the <context path="" docBase="/whatever to your bp"> since, at least in the old version, it needed to run as the root app http://localhost:8080/. I don't see a context defined at all for basicPortal in the server.xml ? Also the install.txt file you provided is for an old j version. Do I need to do the following: Edit the following section in securityfilter-config.xml in /WEB-INF to match your database settings... But you don't provide a security-filter-config.xml to edit. I just got used to defining the ResourcesParams in the server.xml but I don't see that defined in the server.xml you provide. I guess the bottom line is is this server.xml complete? (Where are the db resource params configured?) You also have the resource-ref stuff commented out in the struts.xml file so you must be doing the db connection stuff different somehow than how you did it in the last bp version, yet I don't see an explanation on how it is now accomplished. -- Rick