Ignacio J. Ortega wrote:
> Hola a Todos:
>
> After a while back, i'm evaluating another time jetspeed, some comments:
>
> * It runs from a war like a charm a nice and big advance, from pre war
> times, jetspeed was a nigthmare to install , thanks ,...!!!!
>
> * It's suppoused that wap content works ? i'm trying to access jetspeed
> froma ayospace emulator and nope , i'm trying
> http://localhost:8080/jetspeed/index.jsp but nope , which is the url ?
> which emulator you use to test it ?
The problem is the UserAgent of your emulator. I have just commited a
(dirty) kludge to make it work with other emulators that contain WAP in
the UserAgent string. I had to do it a few days ago for the same
reasons. If you can customise the UserAgent setting of your emulator,
make it report "UP.Browser". If you cannot, update from cvs or modify
ClientCapabilityMap.java (Ideally it should start by checking the
Accept: header, and then go to analizyng UserAgent:) so that it
recognises your emulator.
The url is OK. The problem is that jetspeed is not recognising your
emulator as WAP cabaple, and thus it sends HTML.
>
> * The documentation link access directly the directory not the
> index.html file, is needed to add the index.html to the welcome file
> list on the web.xml
True when you access standalone. Through Apache it works. Send a patch
for the web.xml file.
>
> * Debugging Tomcat 3.3 i've found your are trying to compile a jsp file
> with "//" in the path ( a file with name
> WEB_INF/templates/jsp/layouts//html/default.jsp ), this used to be
> corect on 3.2 or 4.0, now it's working on 3.3 but it seems to me as not
> very correct url at all.....
Something broken in the profiler code, possibly.
>
> Well for now .. i not much but continue testing
Thanks for your help.
>
> TIA
>
> Saludos ,
> Ignacio J. Ortega
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/[email protected]/>
> List Help?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?: [EMAIL PROTECTED]