Which browser are you using (remotely)? ----- Original Message ----- From: "Riedl Juergen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 26, 2001 2:48 AM Subject: WML: lokally OK, remotely NOT OK Hi, using jetspeed 1.3a2/tomcat 3.2.3 I started to enable WML output. Accessing jetspeed anonymously with the OpenWave WML simulator lokally works so far, however, when I access it from remote, an error will be reported: ----------------- DATA SIZE ------------------------ Uncompiled data from HTTP is 225 bytes. ...found Content-Type: text/vnd.wap.wml. ======================= WML Errors ===================== WML translation failed. (14) : error: Element 'wml' is not complete. Expected elements 'card' ======================= End Errors ===================== ************************ Current WML ****************************************** <?xml version="1.0" ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapform.org/DTD/wml_1.1.xml"> <wml> <template> <do type="accept" label="Back"> <prev/> </do> </template> </wml> **************************************************************************** **** Translation failed for content-type: text/vnd.wap.wml As you can see, the <card> element is missing, which is output from the default.vm ($screen_placeholder). The <template> statements are the output from wml/top.wml. This is strange, as $screen_placeholder is correctly inserted accessing the WML locally. Any clues? On the other hand, enabling all the debugging of the server.xml of tomcat, it gives for the remote access: 2001-09-26 11:28:00 - ContextManager: No handler for request R( /jetspeed + /compile-error.wml + null) 404 2001-09-26 11:28:00 - Ctx( /jetspeed ): 404 R( /jetspeed + /compile-error.wml + null) null 2001-09-26 11:28:00 - Ctx( /jetspeed ): Handler tomcat.notFoundHandler(null/null) tomcat.notFoundHandler Is there any further debuging level possible to trace down where jetspeed forgets to insert "$screen_placeholder -> default.psml" Gr�sse/Best Regards J�rgen * Juergen Riedl SIEMENS ICM S CP PE Geisenhausenerstr. 15, 81379 Muenchen, Germany Site: MchH/Ge15, Building 18600, Room 440 Solutions Architect, Customer Projects, mtroop voice: (+49)-(0)89-722-42004 / fax: (+49)-(0)89-722-54725 mobile:(+49)-(0)170-63 23 413 / email: [EMAIL PROTECTED] * "The future masters of technology will have to be lighthearted and intelligent. The machine easily masters the grim and the dumb." -- Marshall McLuhan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
