You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by scott <sc...@macrisolutions.com> on 2004/02/18 03:09:51 UTC

Headache with the Tutorial

I am new to Jetspeed.  I am trying to run the tutorials from the JPortal.jar.  
The issue I am having is as follows:
I changed the build.properties to point to my catalina home and jetspeed home. 
My jetspeed home is in tomcat/webapps/jetspeed.  I copied the jetspeed.war to 
the jetspeed home directory (tomcat/webapps/jetspeed).  I can now compilie 
the tutorial by running ant tutorial-1.  

I then deploy the jportal by typing ant deploy.  This creates a jportal 
directory under tomcat/webapps/jportal.  

The problem is when I access the tutorial site http://localhost:8080/jportal/
portal.  None of the tutorial changes have taken place.  It looks identical 
to the main portal at http://localhost:8080/jetspeed.  Thanks!!!!

I am not sure what has gone wrong.  Below is a copy of my build message, which 
was successful:

Buildfile: build.xml

prepare:

check_om:

om:

check_for_jetspeed_jar:

jar_prepare_error:

compile:

properties:

merge_security:
     [echo]  merge_security required

merge_jrp:
     [echo]  merge_jrp required

merge_trp:
     [echo]  merge_trp required

merge_torque:
     [echo]  merge_torque required

merge_properties:

check_for_jetspeed_war:

war_prepare_error:

war:
     [copy] Copying 1 file to /home/scott/Downloads/portals/jetspeed/jportal/
dist
     [exec] /usr/bin/jar: `-u' mode unimplemented.
     [exec] Result: 1

deploy:
   [delete] Deleting directory /opt/jakarta/tomcat/webapps/jportal
     [copy] Copying 1 file to /opt/jakarta/tomcat/webapps

BUILD SUCCESSFUL

-- 
Scott A. Macri
Software Engineer/Director
Macri Solutions, LLC



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


R: Headache with the Tutorial

Posted by Piero Cazzati <pi...@cazzati.it>.
Hi scott,

> My jetspeed home is in tomcat/webapps/jetspeed.  I copied the
jetspeed.war > to 
> the jetspeed home directory (tomcat/webapps/jetspeed).  I can now
compilie 
> the tutorial by running ant tutorial-1.  

Jetspeed home distribution must be different to tomcat/webapps/jetspeed
:(
e.g. projects/jetspeed/

You must copy or deploy jetspeed.war into catalina webapps. e.g.
tomcat/weapps.
Tomcat automatically unwar jetspeed.war and it create jetspeed folder
tomcat/webapps/jetspeed.

> -- 
> Scott A. Macri
> Software Engineer/Director
> Macri Solutions, LLC

-
Piero.



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Has anyone ever made the Cone ToDoList work!?!?

Posted by "Bryan K. Cantwell" <br...@comcast.net>.
http://www.cone.it/cone/portal/media-ype/html/user/anon/page/prog.psml/j
s_pane/Jetspeed

I have installed this thing. I get the portlet to appear, no errors or
anything but I try and add an item and nothing happens...

Does it really work?



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Headache with the Tutorial

Posted by scott <sc...@macrisolutions.com>.
It still won't work.  Here is a what my properties file looks like now.
This time I made my changes then did ant war.  Then ant deploy from the 
jportal directory.  I reread the directions and followed them exactly 6 times 
and it will not work properly.

# typical settings without source
#
# jetspeed_home=/apache/jetspeed-1.4-release-war/jetspeed-1.4
# jetspeed_home=/opt/jakarta/tomcat/webapps/jetspeed
jetspeed_home=/home/scott/Downloads/portals/jetspeed/jetspeed-1.4
catalina_home=/opt/jakarta/tomcat
portlet_app_name=jportal
company=com.bluesunrise.jportal
jetspeed_jar=/WEB-INF/lib/jetspeed-1.4.jar
jetspeed_war=/jetspeed.war
jetspeed_lib=/WEB-INF/lib
jetspeed_conf=/WEB-INF/conf/


On Wednesday 18 February 2004 12:52 am, David Sean Taylor wrote:
> On Tuesday, February 17, 2004, at 06:09  PM, scott wrote:
> > I am new to Jetspeed.  I am trying to run the tutorials from the
> > JPortal.jar.
> > The issue I am having is as follows:
> > I changed the build.properties to point to my catalina home and
> > jetspeed home.
> > My jetspeed home is in tomcat/webapps/jetspeed.  I copied the
> > jetspeed.war to
>
> Put the Jetspeed source (or binary release) anywhere but there ! :)
> Seriously, that is the last place you want to put it.
> Because the tutorial is setup to deploy to your Jetspeed distribution
> to that directory.
> It expects that you will separate your source from your deployment
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

-- 
Scott A. Macri
Software Engineer/Director
Macri Solutions, LLC



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Headache with the Tutorial

Posted by David Sean Taylor <da...@bluesunrise.com>.
On Tuesday, February 17, 2004, at 06:09  PM, scott wrote:

> I am new to Jetspeed.  I am trying to run the tutorials from the 
> JPortal.jar.
> The issue I am having is as follows:
> I changed the build.properties to point to my catalina home and 
> jetspeed home.
> My jetspeed home is in tomcat/webapps/jetspeed.  I copied the 
> jetspeed.war to

Put the Jetspeed source (or binary release) anywhere but there ! :)
Seriously, that is the last place you want to put it.
Because the tutorial is setup to deploy to your Jetspeed distribution 
to that directory.
It expects that you will separate your source from your deployment




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org