Re: [Newbies] basicPortal V0.9 installation

"Aymeric Alibert" <[email protected]> Tue, 22 Apr 2003 10:55:12 -0500
Newsgroups gmane.comp.java.mvc.devel
Message-ID <[email protected]>
Vic,
 
I just downloaded the basicportal application. It looks like a great
starting point for web portal.
 
I really liked the quick installation guide. Very simple and
straightforward.
Just one comment on the 'starting the application server' section,
there should be a paragraph on the settings of the database pooling
configuration in the resin.conf file. It needs to be changed to point to
your local postgresql database
  <init-param driver-name="org.postgresql.Driver"/>
  <init-param
url="jdbc:postgresql://192.168.0.150:5432/basicportal?autoReconnect=true"/>
  <init-param user="bpuser"/>
  <init-param password="changeme"/>
  <init-param max-connections="3"/>
  <init-param max-idle-time="30"/>

Also, when I try to access the http://localhost/test page I got the
following error. Any Idea?
 
java.lang.NullPointerException at
org.apache.scaffoldingXPress.base.BaseBean.getValue(BaseBean.java:103) 
at
org.apache.basicPortal.coreBeans.CmntsBean.getTitle(CmntsBean.java:88)
at org.apache.basicPortal.coreBeans.CmntsBean.testIt(CmntsBean.java:28)

at
org.apache.basicPortal.coreBeans.TestServlet.doPost(TestServlet.java:61)

at
org.apache.basicPortal.coreBeans.TestServlet.doGet(TestServlet.java:83)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:126) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:103) 
at
com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)

at com.caucho.server.http.Invocation.service(Invocation.java:315) 
at
com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)

at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:246) 
at
com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163)

at com.caucho.server.TcpConnection.run(TcpConnection.java:139) 
at java.lang.Thread.run(Thread.java:534) java.lang.NullPointerException

 
Thanks,
 
Aymeric.
 

>>> [email protected] 04/21/03 07:58PM >>>
Are you looking for a fast Blogger written in Struts?

In prior version, "bp" had a KISS Content Management System, retrieved

like this:
<Item  name="about_contacts" title="About/Contacts"
page="/do/cmsPg?content=ABOUT"/>
</Menu>

So how it does a do content=ABOUT? Easy to display "about us" page.
So it was easy to add Blogg, it's just content.. You can see blog 
working (not much content) and comment on blogg on baseBeans.com blog 
page. (J2EE will force you to join and login via container
authentication).
It' just a bare bone Blogger for now.

This version also adds better install instructions, even Anna Nichole 
Smith can install it I hope.It uses ScaffoldingXPress v.1.1 
(supported/release Struts v1.1).


Vic Cekvenich
<a href ="baseBeans.com">Struts Training</a> and project recovery in 
North East.

_______________________________________________
MVC-Programmers mailing list
[email protected] 
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers