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 Ender Hikmet KILIÇOÐLU <en...@kilicoglu.nom.tr> on 2004/03/25 09:40:08 UTC

jetspeed 2 blank screen

Hi
I tried cvs build of jetspeed 2. Everything was successfull but with demoapp
or without it I am seesing only a blank page with titlw `welcome to
jetspeed2`
Where is the problem

Thanks
Ender



content of blank page


<!-- pages/SimpleLayoutHader.jsp  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>Welcome to Jetspeed 2</title>
        <link href="content/css/styles.css" type="text/css"
rel="stylesheet">
	<base href="http://localhost:8080/jetspeed/" />
</head>

<body>




<!-- pages/SimpleLayoutFooter.jsp  -->
</body>
</html>



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


Re: jetspeed 2 blank screen

Posted by David Sean Taylor <da...@bluesunrise.com>.
Hi Ender,

No idea where the problem is. What do the log files say?


On Thursday, March 25, 2004, at 12:40  AM, Ender Hikmet KILIÇOÐLU wrote:

> Hi
> I tried cvs build of jetspeed 2. Everything was successfull but with 
> demoapp
> or without it I am seesing only a blank page with titlw `welcome to
> jetspeed2`
> Where is the problem
>
> Thanks
> Ender
>
>
>
> content of blank page
>
>
> <!-- pages/SimpleLayoutHader.jsp  -->
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> <html>
> <head>
> 	<title>Welcome to Jetspeed 2</title>
>         <link href="content/css/styles.css" type="text/css"
> rel="stylesheet">
> 	<base href="http://localhost:8080/jetspeed/" />
> </head>
>
> <body>
>
>
>
>
> <!-- pages/SimpleLayoutFooter.jsp  -->
> </body>
> </html>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>

--
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office]   +01 707 773-4646
[mobile] +01 707 529 9194



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


YNT: jetspeed 2 blank screen

Posted by Ender Hikmet KILICODLU <en...@kilicoglu.nom.tr>.
Sure
Fulldeploy work for me also. I found problem. Dur'ng manuel deployment db
not populated. I dont know why because every sql executed successfully but
nothing inserted. Fulldeployment works
Thanks and fyi

Ender


-----Ozgun Ileti-----
Kimden: Marphil [mailto:mvcdevlist@yahoo.com]
Tarih: Friday, March 26, 2004 8:58 AM
Kime: Jetspeed Users List
Bilgi: ender@kilicoglu.nom.tr
Konu: Re: jetspeed 2 blank screen


I did get the same page when I built it following the
instructions on {J2_dir}/GETTING-STARTED.html

When I did the following it seems to work fine...
1. {J2_dir}/maven allBuild
2. {J2_dir}/portal/maven fullDeploy

Good luck!

Marphil


--- Ender_Hikmet_KILIGOPLU <en...@kilicoglu.nom.tr>
wrote:
> Hi
> I tried cvs build of jetspeed 2. Everything was
> successfull but with demoapp
> or without it I am seesing only a blank page with
> titlw `welcome to
> jetspeed2`
> Where is the problem
>
> Thanks
> Ender
>
>
>
> content of blank page
>
>
> <!-- pages/SimpleLayoutHader.jsp  -->
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
> Transitional//EN">
>
> <html>
> <head>
> 	<title>Welcome to Jetspeed 2</title>
>         <link href="content/css/styles.css"
> type="text/css"
> rel="stylesheet">
> 	<base href="http://localhost:8080/jetspeed/" />
> </head>
>
> <body>
>
>
>
>
> <!-- pages/SimpleLayoutFooter.jsp  -->
> </body>
> </html>
>
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jetspeed-user-help@jakarta.apache.org
>


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html


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


Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

Posted by Stefano Bianchi <st...@softeco.it>.
Dear Murphil,

the one I suggested should be the only change in JR.p relative to this
specific issue.

System should then ignore topnav.vm, leftnav.vm, bottomnav.vm when
formatting the portal layout.

You just have to make all changes you need (images, background) in relative
files in [TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\navigations\html.

Properties files are long to read and analyse, but they are quite powerful!

Good luck
Stefano


----- Original Message ----- 
From: "Marphil" <mv...@yahoo.com>
To: "Jetspeed Users List" <je...@jakarta.apache.org>
Sent: Friday, March 26, 2004 8:56 AM
Subject: Re: Jetspeed 1.4 - trouble using jsp instead of velocity template


> Hi Stefano,
>
> Do I still need to change the following in JR.p?
> topnav.vm
> leftnav.vm
> bottomnav.vm
>
> Thank you very much!
>
>
> Marphil
>
>
> --- Stefano Bianchi <st...@softeco.it>
> wrote:
> >
> > Dear Marphil,
> > have you changed the following line in
> > TourbineResources.properties in
> > [TOMCAT]\webapps\jetspeed\WEB-INF\conf?
> > You have to define which template you want to use,
> > but consider (this is
> > what I experienced) that if you choose to use jsp,
> > portal will be managed
> > with a mix of vm and jsp, and not only with jsp
> > (there are no controls nor
> > controllers implemented in jsp, but I'm still using
> > Jetspeed 1.4-b3...)
> >
> > #
> >
> -------------------------------------------------------------------
> > #
> > #  T E M P L A T E  S E R V I C E
> > #
> > #
> >
> -------------------------------------------------------------------
> >
> > # Roughly, the number of templates in each category.
> > #
> > # Defaults: layout=2, navigation=10, screen=50
> >
> > services.TemplateService.layout.cache.size=2
> > services.TemplateService.navigation.cache.size=10
> > services.TemplateService.screen.cache.size=50
> > #
> > services.TemplateService.default.extension=vm
> > ------------------------------
> > -----------------------------@@@
> > services.TemplateService.default.extension=jsp
> >
> > Then if you want to change your top default just
> > modify top_default.jsp in
> >
> [TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\navigations\html
> > and it will
> > work (no restart is needed if you change something
> > on the fly).
> >
> > Best regards
> > Stefano
> >
> >
> >
> > ----- Original Message ----- 
> > From: "Marphil" <mv...@yahoo.com>
> > To: "Jetspeed Users List"
> > <je...@jakarta.apache.org>
> > Sent: Friday, March 26, 2004 8:14 AM
> > Subject: Jetspeed 1.4 - trouble using jsp instead of
> > velocity template
> >
> >
> > > Hi,
> > >
> > > Can anybody share how did they managed to use jsp
> > on
> > > their portals?
> > >
> > > I tried...
> > > topnav.vm=top_default.jsp
> > > but is throwing a JasperException.
> > >
> > > Thanks.
> > >
> > >
> > > Marphil
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Yahoo! Finance Tax Center - File online. File on
> > time.
> > > http://taxes.yahoo.com/filing.html
> > >
> > >
> >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > jetspeed-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> > jetspeed-user-help@jakarta.apache.org
> > >
> > >
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> > jetspeed-user-help@jakarta.apache.org
> >
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Finance Tax Center - File online. File on time.
> http://taxes.yahoo.com/filing.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>



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


Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

Posted by Marphil <mv...@yahoo.com>.
Hi Stefano,

Do I still need to change the following in JR.p?
topnav.vm
leftnav.vm
bottomnav.vm

Thank you very much!


Marphil


--- Stefano Bianchi <st...@softeco.it>
wrote:
> 
> Dear Marphil,
> have you changed the following line in
> TourbineResources.properties in
> [TOMCAT]\webapps\jetspeed\WEB-INF\conf?
> You have to define which template you want to use,
> but consider (this is
> what I experienced) that if you choose to use jsp,
> portal will be managed
> with a mix of vm and jsp, and not only with jsp
> (there are no controls nor
> controllers implemented in jsp, but I'm still using
> Jetspeed 1.4-b3...)
> 
> #
>
-------------------------------------------------------------------
> #
> #  T E M P L A T E  S E R V I C E
> #
> #
>
-------------------------------------------------------------------
> 
> # Roughly, the number of templates in each category.
> #
> # Defaults: layout=2, navigation=10, screen=50
> 
> services.TemplateService.layout.cache.size=2
> services.TemplateService.navigation.cache.size=10
> services.TemplateService.screen.cache.size=50
> #
> services.TemplateService.default.extension=vm
> ------------------------------
> -----------------------------@@@
> services.TemplateService.default.extension=jsp
> 
> Then if you want to change your top default just
> modify top_default.jsp in
>
[TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\navigations\html
> and it will
> work (no restart is needed if you change something
> on the fly).
> 
> Best regards
> Stefano
> 
> 
> 
> ----- Original Message ----- 
> From: "Marphil" <mv...@yahoo.com>
> To: "Jetspeed Users List"
> <je...@jakarta.apache.org>
> Sent: Friday, March 26, 2004 8:14 AM
> Subject: Jetspeed 1.4 - trouble using jsp instead of
> velocity template
> 
> 
> > Hi,
> >
> > Can anybody share how did they managed to use jsp
> on
> > their portals?
> >
> > I tried...
> > topnav.vm=top_default.jsp
> > but is throwing a JasperException.
> >
> > Thanks.
> >
> >
> > Marphil
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Finance Tax Center - File online. File on
> time.
> > http://taxes.yahoo.com/filing.html
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> jetspeed-user-help@jakarta.apache.org
> >
> >
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jetspeed-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

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


Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

Posted by Stefano Bianchi <st...@softeco.it>.
Dear Marphil,
have you changed the following line in TourbineResources.properties in
[TOMCAT]\webapps\jetspeed\WEB-INF\conf?
You have to define which template you want to use, but consider (this is
what I experienced) that if you choose to use jsp, portal will be managed
with a mix of vm and jsp, and not only with jsp (there are no controls nor
controllers implemented in jsp, but I'm still using Jetspeed 1.4-b3...)

# -------------------------------------------------------------------
#
#  T E M P L A T E  S E R V I C E
#
# -------------------------------------------------------------------

# Roughly, the number of templates in each category.
#
# Defaults: layout=2, navigation=10, screen=50

services.TemplateService.layout.cache.size=2
services.TemplateService.navigation.cache.size=10
services.TemplateService.screen.cache.size=50
#
services.TemplateService.default.extension=vm ------------------------------
-----------------------------@@@
services.TemplateService.default.extension=jsp

Then if you want to change your top default just modify top_default.jsp in
[TOMCAT]\webapps\jetspeed\WEB-INF\templates\jsp\navigations\html and it will
work (no restart is needed if you change something on the fly).

Best regards
Stefano



----- Original Message ----- 
From: "Marphil" <mv...@yahoo.com>
To: "Jetspeed Users List" <je...@jakarta.apache.org>
Sent: Friday, March 26, 2004 8:14 AM
Subject: Jetspeed 1.4 - trouble using jsp instead of velocity template


> Hi,
>
> Can anybody share how did they managed to use jsp on
> their portals?
>
> I tried...
> topnav.vm=top_default.jsp
> but is throwing a JasperException.
>
> Thanks.
>
>
> Marphil
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Finance Tax Center - File online. File on time.
> http://taxes.yahoo.com/filing.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>



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


Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

Posted by Stefano Bianchi <st...@softeco.it>.
Dear Marphil,
have you changed the following line about 



----- Original Message ----- 
From: "Marphil" <mv...@yahoo.com>
To: "Jetspeed Users List" <je...@jakarta.apache.org>
Sent: Friday, March 26, 2004 8:14 AM
Subject: Jetspeed 1.4 - trouble using jsp instead of velocity template


> Hi,
> 
> Can anybody share how did they managed to use jsp on
> their portals?
> 
> I tried...
> topnav.vm=top_default.jsp
> but is throwing a JasperException.
> 
> Thanks.
> 
> 
> Marphil
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Finance Tax Center - File online. File on time.
> http://taxes.yahoo.com/filing.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 


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


Re: Jetspeed 1.4 - trouble using jsp instead of velocity template

Posted by Marphil <mv...@yahoo.com>.
never mind... I think I might have found it...

services.TemplateService.default.extension

Thanks again.



--- Marphil <mv...@yahoo.com> wrote:
> Hi,
> 
> Can anybody share how did they managed to use jsp on
> their portals?
> 
> I tried...
> topnav.vm=top_default.jsp
> but is throwing a JasperException.
> 
> Thanks.
> 
> 
> Marphil
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Finance Tax Center - File online. File on
> time.
> http://taxes.yahoo.com/filing.html
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jetspeed-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

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


Jetspeed 1.4 - trouble using jsp instead of velocity template

Posted by Marphil <mv...@yahoo.com>.
Hi,

Can anybody share how did they managed to use jsp on
their portals?

I tried...
topnav.vm=top_default.jsp
but is throwing a JasperException.

Thanks.


Marphil

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

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


Re: jetspeed 2 blank screen

Posted by Marphil <mv...@yahoo.com>.
I did get the same page when I built it following the
instructions on {J2_dir}/GETTING-STARTED.html

When I did the following it seems to work fine...
1. {J2_dir}/maven allBuild
2. {J2_dir}/portal/maven fullDeploy

Good luck!

Marphil


--- Ender_Hikmet_KILI�O�LU <en...@kilicoglu.nom.tr>
wrote:
> Hi
> I tried cvs build of jetspeed 2. Everything was
> successfull but with demoapp
> or without it I am seesing only a blank page with
> titlw `welcome to
> jetspeed2`
> Where is the problem
> 
> Thanks
> Ender
> 
> 
> 
> content of blank page
> 
> 
> <!-- pages/SimpleLayoutHader.jsp  -->
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
> Transitional//EN">
> 
> <html>
> <head>
> 	<title>Welcome to Jetspeed 2</title>
>         <link href="content/css/styles.css"
> type="text/css"
> rel="stylesheet">
> 	<base href="http://localhost:8080/jetspeed/" />
> </head>
> 
> <body>
> 
> 
> 
> 
> <!-- pages/SimpleLayoutFooter.jsp  -->
> </body>
> </html>
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jetspeed-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

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