Re: Browsing static pages within a portlet

2004-03-23 Thread Glen Carl
I will try get a patch to the community. Glen David Sean Taylor wrote: On Wednesday, March 17, 2004, at 01:35 PM, Glen Carl wrote: Consider implementing the NekoHTML technology for portlets that do rewriting. http://www.apache.org/~andyc/neko/doc/html/ We recently discovered Neko, and

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Glen Carl
LoginUser to read and trust the the HTTP header. I will now work on the Auto registration piece next. Thanks for you help. -Jignesh Glen Carl <[EMAIL PROTECTED]> 03/17/2004 04:51 PM Please respond to "Jetspeed Users List" To: Jetspeed Users List <[EMAIL PROTECTED]

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Glen Carl
The "Login portlet", is a portlet, but is a portlet for the operation of Jetspeed. The source code I mentioned is a component of this portlet. The "vm" login template is just the front end that will be replaced by your SSO tool. Just modifying the template probably will not work, and is not a w

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Glen Carl
You need to build your own Login in modules to use instead of the Jetspeed modules in src/java/org/apache/jetspeed/modules/actions The CreateNewUserAndConfirm, JLoginUser, JLogoutUser, SendConfirmationEmail and SendNewUserNotificationEmail were the modules I modified to interface with our SSO so

Re: Browsing static pages within a portlet

2004-03-17 Thread Glen Carl
Consider implementing the NekoHTML technology for portlets that do rewriting. http://www.apache.org/~andyc/neko/doc/html/ We recently discovered Neko, and implemented it for rewriting. It eliminated many of the rewriting problems we were having. Glen Daniel Farinha wrote: Robin, WebSurfPortl

Re: Sizing of portlets

2004-02-09 Thread Glen Carl
The link you refer to would only be of help if you were going to do your own customization of CSS / XSL within a proxyPortlet. A foundation for proxy type portlets can be found at http://www.buonvia.com/jetspeed/ unjar the proxyPortlets.jar to get documentation and starter code. These proxy portl

Re: Ann: Simpler Struts based portal

2003-08-14 Thread Glen Carl
What is the JSR-168 migration plan for this portal? D.S. Johnson wrote: Vic Cekvenich wrote: Here is another Java open source Portal/CMS w/ Struts: http://basebeans.com/do/newsBlgCmntsLstPg?ID=14 Download here: https://sourceforge.net/project/showfiles.php?group_id=55539&release_id=176249 .

JSR-168 Article

2003-08-05 Thread Glen Carl
We have found the following article from IBM authors helpful on giving a good introduction of JSR-168. http://www.javaworld.com/javaworld/jw-08-2003/jw-0801-portlet_p.html Round 2 these IBM authors will explain Pluto. Enjoy! Glen -

Re: How to fix the SAX exception with jdk1.4.2:K@N@!:

2003-08-02 Thread Glen Carl
On Linux with Tomcat 4.1.24, I just dropped a copy of xalan-2.3.1.jar in the common/endorsed directory and it worked fine. I probably should copy the rest of the files too. Glen Ramiro Rinaudo wrote: To fix the SAX problem do this. Declare an eviroment variable named JAVA_ENDORSED_DIRS pointing

Re: Jet Speed In JBos

2003-07-30 Thread Glen Carl
h no >> problems. Then just as a test, I installed Tomcat >> 4.1.24 and poof, the same exact problem popped-up, no >> JBoss involved. I then back-dated to JDK 1.3.1 and >> the problem disappeared. I took a quick scan in the >> mail list archives, but I couldn&#x

Re: JBoss log problem

2003-07-28 Thread Glen Carl
-service.xml For JBoss+Tomcat it’s found in JBOSS_HOME\server\default\deploy\jbossweb-tomcat.sar\META-INF\jboss-service.xml Roshan From: Glen Carl <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> To: Jetspeed Users List <[EMAIL PROTECTED]> Subject

Re: CHTML and PDA support

2003-07-28 Thread Glen Carl
Marco, I am interested, and I think the Jetspeed Users List would be interested. Is there a website we can go to for your project? Ciao, Glen [EMAIL PROTECTED] wrote: Hi, I'm a student in computer engineering at Parma University, in Italy. For my degree thesis I've adapted Jetspeed (1.4b4) to CH

Re: JBoss log problem

2003-07-26 Thread Glen Carl
Harald Ommang wrote: On Fri, 25 Jul 2003 14:47:59 -0700, Glen Carl wrote: We are having problems with our jetspeed.log files for the following: JBoss 3.2.1 / Tomcat 4.1.24 Jetspeed-1.4b5-dev Apache 1.3.27 / mod_jk1.2.4 RedHat 7.3 I have seen some posts on the Jetspeed User Email list talking

JBoss log problem

2003-07-25 Thread Glen Carl
We are having problems with our jetspeed.log files for the following: JBoss 3.2.1 / Tomcat 4.1.24 Jetspeed-1.4b5-dev Apache 1.3.27 / mod_jk1.2.4 RedHat 7.3 I have seen some posts on the Jetspeed User Email list talking about JBoss hi-jacking the log files, but no resolution. Has anyone resolved ho

Re: IFramePortlet maximize

2003-07-16 Thread Glen Carl
I have a IframeProxy solution at http://www.buonvia.com/jetspeed/ Just unjar the the "proxyPortlets.jar" file, and follow the instructions within. This is not an end all solution but can help provide you a guideline for a proxy servlet with Iframe solution. The solution was posted in March, 2003 a

Re: Jetspeed Best Practices

2003-07-09 Thread Glen Carl
will stick with JDK 1.3.1 until further notice. Thanks, Mike --- Glen Carl <[EMAIL PROTECTED]> wrote: Yesterday, I set up our Jetspeed-based portal on JBoss3.2 w/Tomcat and followed the instructions at <http://www.shiftat.com/blog/page/werner/20021027> I did have a Jasp

Re: Jetspeed Best Practices

2003-07-09 Thread Glen Carl
Yesterday, I set up our Jetspeed-based portal on JBoss3.2 w/Tomcat and followed the instructions at I did have a JasperException before following the instructions. Did you try the werner instructions? I think there are some of us that would lik

Re: Rewrinting url

2003-03-24 Thread Glen Carl
We did some work to enhance WebSurfPortlet to handle forms. You can get some of our work in the proxyPortlets.jar at http://www.buonvia.com/jetspeed/ Glen Alexandre Gay wrote: Hi, I want to use url Rewriting in Jetspeed. For thise i use the portle WebSurfPortlet like following : com.sys

Re: Patch submitted for bug # 17839 - Category Filtering Enhancement

2003-03-10 Thread Glen Carl
You also need http://www.animalsinneed.net/johnstuff/BaseCategory.java I tried it with the top of the CVS head, and it is a nice feature. Especially in the case where you have alot of portlets. You do need to modify your category group names to be like "base.sub.subsomemore" in your xreg to see

Re: [Contribution] Portlet Customizer

2003-03-10 Thread Glen Carl
Is this Portlet Customizer working? I built the latest CVS Head, and followed the intstructions below, but had no luck getting the features to do anything. Only the page would refresh. I am posting to User list too to see if anyone else has had success. It sounds very promising, and I can real

Re: creation of PSML

2003-02-05 Thread Glen Carl
Hi Pierre, I am not sure if anyone has replied yet, but the psml you are seeing is probably from the WEB-INF/psml/role/user/html/default.psml file. When no psml is found for a user, it will default to the "role" psml. I really like the way this work, and I am taking advantage of this for my curr

Re: Stock Quote Portlet Error

2003-02-04 Thread Glen Carl
I think the Stock Quote web service feed is down. I believe included stock quote service is just a demo of how to implement a soap service. If you were implementing your own service you would probably want to handle the exception differently. Possibly, when one service is down you will search f

Re: TurbineResource.properties problem in CVS Head 1.4b4

2003-02-04 Thread Glen Carl
PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ -Original Message- From: Glen Carl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:59 PM To: Jetspeed Users List Subject: Re: TurbineResource.properties problem in CVS Head 1.4b4 Ok, I

Re: TurbineResource.properties problem in CVS Head 1.4b4

2003-02-04 Thread Glen Carl
Ok, I finally decided to upgrade to latest CVS head, and work through my problem with my.properties. The problem was the following statement in my.properties: services.LoggingService.default = debug To solve problem: Remove this statement. In the documentation for the my.properties approach, this

Re: AW: Portlet and XML file

2003-01-16 Thread Glen Carl
Ced, You can use the XSLPortlet to transform your XML into html. Also, if you browse the email archives you can get the IframeProxyPortlet or WebBrowserPortlet that will also perform transforms. [EMAIL PROTECTED] wrote: i think you must use the XSLPortlet. Check: http://jakarta.apache.org/jetspe

Re: How to change the default Skin?

2003-01-07 Thread Glen Carl
Modify the following line in JetspeedResources.properties services.PortalToolkit.default.skin=my-newskin Sangam Dash wrote: Hi I added a new skin-entry in the skins.xreg file. I need to make this entry as the default one. Please help me out as to how to do this in a single step? Now i am log

TurbineResource.properties problem in CVS Head 1.4b4

2003-01-07 Thread Glen Carl
On another problem for the CVS Head 1.4b4, I am getting the following exception when I use the latest TurbineResources.properties file for my customized portal. org.apache.turbine.services.InstantiationException: ServiceBroker: unknown service PoolService requested The TurbineResources.propertie

Re: WebPagePortlet, WebBrowserPortlet woes

2002-12-17 Thread Glen Carl
Joe, You may want to look at WebPagePortlet2 and WebPagePortlet in Jetspeed 1.4b3. These probably fix some of the troubles you are having. In reqards to WebBrowserPortlet, you may have a configuration error. Make sure you have set the proxy value to be the host and port where your instance of j

Re: Skin behaviour question

2002-12-17 Thread Glen Carl
Hi Aurélien, I have been able to get the skin name from the PSML and JR.prop with the following. #if ($!{data.profile.document.portlets.skin.name} != "null") #set ($skinName = "$!{data.profile.document.portlets.skin.name}") #else #set ($skinName = $config.getString("services.PortalToolkit.d

Re: mysterious hangs with 1.4b2, bring in the cavalry

2002-12-16 Thread Glen Carl
I had a similar problem last Spring with Jetspeed-1.3a2 on linux. The INFO message from your log file has been reported before, and a search of "cache miss object expired" on the user email list brought up 19 matches. I noticed the problem disapear on Linux when I moved to JDK-1.4. The big myst

Re: Jetspeed development?

2002-12-13 Thread Glen Carl
Joe, I think if you look deeper into the Jetspeed Community, you will see an emerging portal technology that is quite useful to many industries. There is definitely alot of new development. During the past 6 months, I have been very pleased with the progress of Jetspeed and the growth of its c

Re: How to use my own .xsl file?

2002-12-13 Thread Glen Carl
Have you tried an URL reference of your xsl? I had some troubles with the file read in the past. Just to see if this is the trouble try the URL reference, move your genitips.xsl to the root directory of your jetspeed webapp. Then change the http://yourhost:8080/jetspeed/genitips.xsl"; hidden="f

Re: How to use my own .xls file?

2002-12-13 Thread Glen Carl
Sorry, I can't help you further with the XSL Portlet. There really is nothing different for the XSL Portlet than the other portlets. I have not used the XSL Portlet since last Spring, which is when we decided to create our proxy XML/XSL portlets. You may want to post your xreg, so people on th

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
ilable portlets list the ones with parent="RSS" Is there a file specific to change this configuration? It seems like it is configured only to display the RSS style and in my case I want XML. Any idea? Thanks Richard -----Original Message- From: Glen Carl [mailto:[EMAIL PROTECTED

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
I tried out some of the Amazon xml/xsl that Sangam referenced, and it does look better than our BBC example. We will work to improve the proxy portlet examples, and reference the amazon.com content. Glen For a quick try, use: source http://xml.amazon.com xsl http://www.electronics-tutorials.com

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
What portlet are you trying to run? Are you really trying to create your own portlet that transforms xml/xsl, or are you trying to use a portlet like XSL Portlet to render the transform? For XSL portlet your you xreg classname would be org.apache.jetspeed.portal.portlets.XSLPortlet Look at portl

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
Awesome! If you have a better example then the BBC reference, then we could make your xml/xsl the example pages. We have some cool xml/xsl apps, but I have not secured permission to share the links to them. Glen I got it its working thanks now i will use my own xml file and xsl files and lets se

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
The browser proxy should be the host you are running. Try value="http://127.0.0.1:8080/jetspeed/browser"; for parameter name="proxy" This will work for local machine only. Need to substitute your domain name or IP for the localhost value. Glen only one xreg file is there in the jar and the rss.xs

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
Don't forget the tomcat port number, unless you proxy. Try http://127.0.0.1:8080/jetspeed/rss/rss.xsl Sangam Dash wrote: In your jar file the xreg file points to some rss.xsl file in http://127.0.0.1/jetspeed/rss/rss.xsl but the rss.xsl file is inside WEB-INF/xsl folder. i am a bit confused in

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
> do we need to give the class name also? > then what is the class name? > For class, just use the IframeProxyPortlet or WebBrowserPortlet class. > See the example xreg files that were included in the jar. or we need only two things like the xsl file name and the url of the xml file? Just need

Re: How to use my own .xls file?

2002-12-12 Thread Glen Carl
L PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Glen Carl Computer Sciences Corporation (CSC) (831)656-4642 [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: How to use my own .xls file?

2002-12-11 Thread Glen Carl
at was not available to you to have you do this? Richard -Original Message----- From: Glen Carl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 4:59 PM To: Jetspeed Users List Subject: Re: How to use my own .xls file? Yep, we are applying our own XSL to XML for the major

Re: How to use my own .xls file?

2002-12-11 Thread Glen Carl
Yep, we are applying our own XSL to XML for the majority of our portlets. Check out http://jakarta.apache.org/jetspeed/site/portlet_config_XSL.html . We started with this, and then decided to write our own portlets, called IframeProxyPortlet and WebBrowserPortlet. We contributed these portlets

Re: Java Source

2002-12-11 Thread Glen Carl
For starters, read http://jakarta.apache.org/jetspeed/site/security.html For controllers and controls, you will probably just want to adjust the velocity templates in WEB-INF/templates/vm/ Congratulations on building and running Jetspeed! Glen Sangam Dash wrote: Hi I am all set with jetspeed

Re: Build Source Code

2002-12-11 Thread Glen Carl
I created my own build environment, to overlay my changes on the core jetspeed.war. I rarely change the jetspeed.jar, and normally only change it for temp bug fix or to experiment. I believe this what other developers are doing too. I highly recommend that you step through the new tutorial at h

Re: Build Source Code

2002-12-11 Thread Glen Carl
Recommended download is the jetspeed-1.4-b2-src.zip at http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.4b2/ Unzip and directory jetspeed-1.4-b2 will appear cd jetspeed-1.4-b2\build ant war In the jetspeed-1.4-b2\bin directory will be the jar file, along with the war file. Yes, this i

Re: Build Source Code

2002-12-11 Thread Glen Carl
http://jakarta.apache.org/ant/manual/index.html Once you have ant installed. Change directory to jakarta-jetspeed/build Execute: ant war The jetspeeed.war will be found in jakarta-jetspeed/bin The jakarta-jetspeed directory is the root level directory after you unzip. Glen Sangam Dash wrote:

Re: Build Source Code

2002-12-11 Thread Glen Carl
Ant works great on Windows 2000. Learn ant, you will be much happier :-) Glen Sangam Dash wrote: Hi I want to change something in the jetspeed source code for my own use I have installed eclipse now. will that do? or i need ant to do it? is there any docs how to build the source? or i need t

Re: Jetspeed 1.4B2

2002-12-11 Thread Glen Carl
Mark, You have a space at Apache Group. Try changing this directory to ApacheGroup, and see if that solves your problem. Raphaël just described this problem. Glen Mark Ostermann wrote: Hallo Achim, thanks for your proposal. I tried it, but it did not solve my problem. I still get the described e

Re: Is anyone REALLY using Jetspeed?

2002-12-06 Thread Glen Carl
Since Jetspeed is still only a "beta" product, you may want to check the performance data of the IBM Websphere Portal. Jetspeed was a core part of previous versions of IBM Websphere Portal, and I think it still is. I would guess IBM has many recommendations for hardware/software. See http://www

Re: Where is JetSpeed v1.4b2 ....

2002-11-27 Thread Glen Carl
Best to download from CVS. Follow instructions at: http://jakarta.apache.org/site/cvsindex.html I downloaded the tree on 11/25/2002 and it worked. If you get the build now, it will probably be fine. Do not wait for a nightly build. On the Jetspeed dev list, the developers are thinking Dec. 9, 20

Re: Jar file containing new portlets that enhance IFrame and webrwriting capabilities

2002-11-25 Thread Glen Carl
ot; in the announcement. Steve - Original Message ----- From: "Glen Carl" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Cc: "Casimiro Lovato-Winston" <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 5:39 PM Subject: Re: Jar file co

Re: Jar file containing new portlets that enhance IFrame and webrwriting capabilities

2002-11-25 Thread Glen Carl
ed removed or replace in a session and all the attributes are there, however via the jsp I do not get anything in terms of attributes. Why is that -Original Message- From: Glen Carl [mailto:[EMAIL PROTECTED]] Sent: 22 November 2002 10:04 To: Jetspeed Users List Subject: Re: Jar file cont

Re: Jar file containing new portlets that enhance IFrame and webr ewriting capabilities

2002-11-25 Thread Glen Carl
follow the same methodology if I want to use the WebBrowserPortlet? Thanks again -Original Message- From: Glen Carl [mailto:[EMAIL PROTECTED]] Sent: 22 November 2002 10:04 To: Jetspeed Users List Subject: Re: Jar file containing new portlets that enhance IFrame and webr ewriting

Re: what is up with this source code!!!....

2002-11-24 Thread Glen Carl
Very cool! I have forwarded this link to developers on our project as a reference. Thanks! Glen Andrew C. Oliver wrote: want to do work that someone else has successfully done already. If anyone out there is trying to solve this problem, please let me know. Due to this and other inquiries

Re: Where are the nightly ?

2002-11-24 Thread Glen Carl
TECTED]> wrote in message 5559.3ddf47ad.978cd@pulse">news:5559.3ddf47ad.978cd@pulse... Actually, the Cactus build failed because the HttpUnit build failed... I'll try to fix this. Thanks -Vincent "Glen Carl" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED

Re: what is up with this source code!!!....

2002-11-23 Thread Glen Carl
I highly recommend learning "ant". It should only take you an hour to learn how to do the basics, and be able to build jetspeed. Ant is very powerful, and is has become quite popular. Borland has already embraced Ant, and I would guess you can already find some Ant features on your 7.0 version.

Re: Where are the nightly ?

2002-11-22 Thread Glen Carl
Gump has the following failure message for Jetspeed. PREREQ FAILURE - jakarta-cactus-framework-13 and further info is found at http://cvs.apache.org/builds/gump/latest/jakarta-jetspeed.html There has not been a successful build for a long time, is there a light at the end of the tunnel? I tried t

Re: Jar file containing new portlets that enhance IFrame and webrewriting capabilities

2002-11-22 Thread Glen Carl
Martin, You may need to modify the util/WebBrowserRewriter.java to include the template reference. Follow the way styleSheetLocation is done, where a CSS link is placed in the head. The version we submitted has the style hard-coded, but in my current version I have made the style dynamic, and m

Re: Jar file containing new portlets that enhance IFrame and webrewritingcapabilities

2002-11-20 Thread Glen Carl
we are working on, we will be available to improve these portlets. Thanks, Glen Carl - [EMAIL PROTECTED] Casey Winston - [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Single sign-on With Jetspeed

2002-11-04 Thread Glen Carl
Has anyone thought of using WebISO-related software, http://middleware.internet2.edu/webiso/ , with Jetspeed for a single sign-on solution. What would be the potential problems with WebISO packages and Jetspeed? Are there any recommended SSO packages for Jetspeed? For SSO, it seems like you st

Re: Example sites using jetspeed?

2002-10-29 Thread Glen Carl
Thanks everyone for the sites so far. I need to justify stability of the technology. Personally, I think Jetspeed provides the foundation to survive. It is the typical, I am suspicious, since the market share is less than 50%. This will be long term commitment. Also, the client is evaluating o

Re: Example sites using jetspeed?

2002-10-28 Thread Glen Carl
Reviving an old thread from June 2002. I am trying to justify the use of Jetspeed to some clients, and the clients want to know who else is using Jetspeed or is planning to use Jetspeed. The sample site page and the sites listed below provide a start, but some of the links below seem dead. Is th

Re: Wizards in Jetspeed

2002-10-25 Thread Glen Carl
2) Once the information is submitted, how do I guarantee that only the portlet's small screen area will get repainted in the context of the rest of the portal? Try the Iframe portlet. 3) How can I store information in the session from within a portlet? My team has written a proxy servlet t

Re: Jetspeed+Soap

2002-10-14 Thread Glen Carl
Remember to modify the Stock Quote portlet example to work with Axis. David Sean Taylor wrote: > >>-Original Message- >>From: Werner Punz [mailto:[EMAIL PROTECTED]] >>Sent: Monday, October 14, 2002 3:22 PM >>To: Jetspeed Users List >>Subject: Re: Jetspeed+Soap >> >> >>On Monday 14 Octobe

Re: Spaces in URL's for Portlets cause Jetspeed not to import .xregfile

2002-10-11 Thread Glen Carl
ot;false"> > >Moreover Top 20 Stories >Moreover Top 20 Stories > > > org.apache.jetspeed.portal.portlets.FileServerPortlet > > cachedOnURL

Re: Spaces in URL's for Portlets cause Jetspeed not to import .xregfile

2002-10-11 Thread Glen Carl
Are you URL encoding the spaces with +'s ? Personally, I think URLs with spaces is bad practice, and if you can rewrite the spaces with underscores you will have better days. Glen Patrick Krug wrote: > I am setting up some portlets and I noticied that I can not use URLs > that have spaces.

Re: A portal using frames instead of tables

2002-10-10 Thread Glen Carl
I understand what you want, and with more thought I believe you are right that a refresh button on the portlet titlebar would be worthless. I think the refresh button inside the IFrame is one of the options. You may want to explore some of options of setting auto-refresh in the header of a cust

Re: A portal using frames instead of tables

2002-10-10 Thread Glen Carl
Have you experimented with the IFrame portlets? They do not have the dragging resize capability, but they provide some really nice separation between the portlet application and the portal. For your particular needs, you may want to add refresh actions within your portlet applications, so you

Re: jetspeed authentication using LDAP

2002-10-02 Thread Glen Carl
I am currently customizing jetspeed/services/security/turbine/TurbineAuthentication.java to send a SOAP message to a web service that interfaces with LDAP. Our SOAP request contains username and password, and the SOAP response returns a Success/Failure status code and some custom user informati

Re: Portlet Question

2002-09-30 Thread Glen Carl - CSC
Yes. Check out IFrame and WebPage Portlets. Anthony Smith wrote: > Has anyone had a portlet that could interface with another tomcat webapp > whether it is on the same instance of Tomcat or not? > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: <

portlets do not fill full width

2002-09-20 Thread Glen Carl - CSC
I have recently noticed on Jetspeed-1.4b2-dev build from sept. 16, 2002 that portlets within the velocity framework are not utilizing the full width of the portlet frame. The portlet content width stops at the edit portlet icon, or whatever the first portlet title bar icon is. This behavior on

Re: Modifying the home page in 1.4b1 using JSP

2002-08-12 Thread Glen Carl - CSC
Is there a procedure to save the changes to registry and config files without shutting down Tomcat? Thanks, Glen Rutledge, Aaron wrote: > Are you making sure that you save the changes while TomCat is shut down? > It seems that JetSpeed re-writes all of its configuration files when it > is shutt

Re: AW: Jboss - Jetspeed

2002-07-30 Thread Glen Carl - FNMOC
It would be nice if Jetspeed would modernize its libraries. Is there any forecast for when new versions of xalan, xerces, etc... will be implemented? Thanks, Glen > Create Jetspeed: > > 1. Check out Jetspeed 1.4b1 > > 2. Remove in jet

detach feature

2002-07-25 Thread Glen Carl - CSC
Does Jetspeed 1.4b have a detach portlet feature? If so, how do you set it up. I did see some email about detaching a portlet, but did not see any answers on how to set this up. By detach, I mean popping up a new browser window for the portlet application. This would be similar to the Maximiz

Re: Password Reminder

2002-07-24 Thread Glen Carl - CSC
Modify /WEB-INF/conf/JetspeedResources.properties mail.server=mail.yourmailserver.net [EMAIL PROTECTED] password.reminder.enable=true Modify /WEB-INF/templates/vm/emails/password-reminder.vm to customize your message. Patrick Krug wrote: > I am new to Jetspeed, CVS, etc. I would like to set u

Re: J2ME Phone and Jetspeed

2002-07-11 Thread Glen Carl - CSC
parsing and perform XSLT > transformation from WML to text format!!! Any expert comments to this > technology? > Regards > Deep > > > > > > -Original Message- > From: Glen Carl - CSC [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 7:1

Re: J2ME Phone and Jetspeed

2002-07-10 Thread Glen Carl - CSC
Do not use the wml templates for J2ME, since J2ME does not use cards. You will probably want to create j2me templates from scratch unless someone else has already done so. From my understanding of Jetspeed architecture, it looks like you will add templates like wml for WAP. So, for some othe

Re: How to access WML site?

2002-07-09 Thread Glen Carl - CSC
send back WML if it is being accessed via >a WAP-device? Am I missing something simple here? > > Scott > > >>-Original Message- >>From: Glen Carl - CSC [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, July 09, 2002 4:10 PM >>To: Jetspeed Users List >

Re: How to access WML site?

2002-07-09 Thread Glen Carl - CSC
Try the http://localhost/jetspeed/index.jsp#Login or better yet, http://localhost/jetspeed You probably loaded up the html into the WAP browser instead of the WML. Also, WAP has character limits, so too much data received is a common problem for WAP. More than likely when you loaded up the H

Re: using xsl in jsp portlet

2002-06-18 Thread Glen Carl - CSC
Did you try transforming the XML/XSL to html first, and then inserting this html into the JSP? Check out XSLPortlet for a start on the transform. Jeffrey Owens wrote: > I am accessing a java class on another server and returning xml. I want to use xsl >to transform xml into html, but I cant' ge

Re: Automatic refreshing of the portlet's content

2002-05-31 Thread Glen Carl - CSC
I found only modifying services.PortletCache.TimeToLive.default in JetspeedResources.propoerties to resolve some of my caching issues with XML documents. For development purposes, this works for me, but it would be great to know an alternative. Glen Josh Hone wrote: > My studies so far today

A WebPage Portlet that stays within Jetspeed page

2002-05-24 Thread Glen Carl - CSC
hanks, Glen -- Glen Carl Computer Sciences Corporation (CSC) (831)656-4543 [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

URL rewriter

2002-05-20 Thread Glen Carl - CSC
gt;You may also want to try out the IFramePortlet > > > -- Glen Carl Computer Sciences Corporation (CSC) (831)656-4543 [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

simple XML/XSL example

2002-05-06 Thread Glen Carl - CSC
/Transform"; version="1.0"> -- Glen Carl Computer Sciences Corporation (CSC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Install JetSpeed on WebSphere

2002-04-23 Thread Glen Carl - CSC
ere Portal is possible >? Is there any guideline or document for that ? >- Original Message - >From: "Glen Carl - CSC" <[EMAIL PROTECTED]> >To: "Jetspeed Users List" <[EMAIL PROTECTED]> >Sent: Tuesday, April 23, 2002 6:33 PM >Subject:

Re: Install JetSpeed on WebSphere

2002-04-23 Thread Glen Carl - CSC
and WebSphere 3.5.0. > >Tnx > >Gigi > > > >- >Vinci i Mondiali - La Grande Sfida dei Mondiali FIFA > -- Glen Carl Computer Sciences Corporation (CSC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>