Cannot deploy jetspeed-1.5 with maven

2004-11-06 Thread Nikolaos Athanasis
hello all, I am working with jetspeed 1.5. My problem is that i cannot find the right maven command to deploy my jetspeed application and copy all compiled files into $TOMCAT_HOME/webapps/jetspeed directory without first building the jar file and the copy it into $TOMCAT_HOME/webapps folder.

Localization in Jetspeed-1.5

2004-10-14 Thread Nikolaos Athanasis
Hello all, I am working with jetspeed-1.5. If i load my portal with the Internet Explorer browser, a lot of phrases are translated in my language (greek), but if i load my portal with other browsers (netscape or Mozzila FireFox), there is no translation for these phrases and everything is

Caching and database connections...

2004-03-03 Thread Nikolaos Athanasis
Hi all, I am working with jetspeed 1.4. under tomcat 4.1.29. My application consists of several JspPortlets. One of them, every time a user clicks in a hyperlink of another portlet, connects to a database, makes a query, transforms the query result with XSLT (the query result is in XML/RDF

Architecture of jetspeed

2003-11-17 Thread Nikolaos Athanasis
Hi all. Although i am working with jetspeed almost one year, i have some questions according to the way jetspeed, turbine and the application server communicate each other. I try to understand from the page: http://jakarta.apache.org/jetspeed/site/application-development.html I have a very

Postgres installation in Jetspeed

2003-11-10 Thread Nikolaos Athanasis
Hello! I am trying to set up the jetspeed version 1.4 (source code) with postgres 7.3.3 (tomcat 4.1.27, linux redhat 9). I have also read the following mail that explains some things: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09551.html If i DO NOT want to store the psml files

Changing in every request the XML document for XSLPortlet.

2003-10-08 Thread Nikolaos Athanasis
Hello, I try to use a XSLPortlet that shows the query result of a database query (stored in an XML file), in html format. On every request, the content of the xml file is changed, and the XSLPortlet must show the changed content. How can I make the tranform of the xml doc, without passing the

XSL Portlet Problem.

2003-10-07 Thread Nikolaos Athanasis
Hello, I successfully use a XSLPortlet (jetspeed 1,3a), which i use to trasform a xml file into html (with the appropriate XSL stylesheet). The problem is the following: I see, that when i change the content of the xml file and then click refresh, the portlet shows the old content, although the