Hi All
I have written a servlet (to generate and print PDFs) in my Jetspeed
application, which is deployed as frc.war. The code needs to run both on
Jetspeed 2.2.0 and IBM Websphere Portal Server (WPS).
A typical call to the servlet is
http://localhost:8080/frc/print/ptsconfirm/receipt.pdf This is the URL that
works in both Jetspeed 2.1.3 and 2.2.0
In my JSP, the url is generated from the following code:
<c:url value="/print/ptsconfirm/receipt.pdf" />
In Jetspeed 2.1.3 and WPS this creates the URL
http://localhost:8080/frc/print/ptsconfirm/receipt.pdf as expected.
But in Jetspeed 2.2.0 the same JSP code creates the URL
http://localhost:8080/jetspeed/print/ptsconfirm/receipt.pdf which does not
work.
I realise that JSR 286 provides easier ways to generate PDFs, but for now we
are deploying on WPS v6.0, which supports only JSR 168.
Is this a change between JSR 168 and JSR 286, a bug, or something I should
be doing differently?
Regards
Ron
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-user-h...@portals.apache.org