> 1) Where does the User ID and Password store and how to change it?

These are the same user id's you sign into the html site with.  The base Jetspeed 
install uses HSQL which is located in WEB-INF/db.  By default, the user id and 
password are case-sensitive, so make sure your WAP device is sending information as 
such.

> 2) What is the format of XML file that has been fetched and parse by WAP
> browser? Where Can I get it?

Look under templates/vm/controllers/wml, templates/vm/layouts/wml, 
templates/vm/portlets/wml and templates/vm/screens/wml, templates/vm/navigations/wml.  
These contain the bits and pieces of WML code that make up the portal.

hth,
Scott


> -----Original Message-----
> From: DeepSangeet [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 9:53 PM
> To: Jetspeed Users List
> Subject: RE: How to access WML site?
> 
> Hi
> I have two simple queries:
> 
> 1) Where does the User ID and Password store and how to change it? If I
> try
> to log-in to my site using third party WAP Gateway, I get the error "Sorry
> your username or password is incorrect!", this message is fetching from
> TurbineResources.properties.
> 
> 2) What is the format of XML file that has been fetched and parse by WAP
> browser? Where Can I get it?
> 
> I shall be highly obliged for your kind response.
> Regards
> Deep
> 
> 
> 
> 
> 
> -----Original Message-----
> From: Weaver, Scott [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 5:42 AM
> To: 'Jetspeed Users List'
> Subject: RE: How to access WML site?
> 
> 
> > Try the online AnyWhereYouGo WAP Testing tool at
> > http://www.ayg.org/WapWanderer.po
> 
> The bluesunrise site and my site return the same error no matter what
> testing options I use.
> 
> Result:
> Could not parse the document because there was not a proper XML
> declaration
> 
> Suggestion:
> Make sure the very first thing sent in your page is an XML declaration.
> i.e.
> no blank lines or other characters. Also make sure you XML declaration is
> a
> valid one, i.e.: <?xml version="1.0"?> <!DOCTYPE wml PUBLIC
> "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml";>
> 
> Scott
> 
> 
> > -----Original Message-----
> > From: Glen Carl - CSC [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 09, 2002 4:46 PM
> > To: Jetspeed Users List
> > Subject: Re: How to access WML site?
> >
> > Try the online AnyWhereYouGo WAP Testing tool at
> > http://www.ayg.org/WapWanderer.po
> >
> > Maybe this will give some additional
> >
> > I tryed the sample Bluesunrise site
> > http://www.bluesunrise.com/jetspeed/
> > and this worked, so you may want to this too.
> >
> > Glen
> >
> > Weaver, Scott wrote:
> > >>Try the
> > >>http://localhost/jetspeed/index.jsp#Login
> > >>or better yet,
> > >>http://localhost/jetspeed
> > >
> > >
> > > No dice, same error.
> > >
> > >
> > >>You probably loaded up the html into the WAP browser instead of the
> WML.
> > >
> > >
> > > Maybe I'm ignorant, but shouldn't Jetspeed 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
> > >>Subject: Re: How to access WML site?
> > >>
> > >>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 HTML you
> > >>exceeded the character limit.
> > >>
> > >>
> > >>
> > >>Weaver, Scott wrote:
> > >>
> > >>>I just downloaded the Klondike WAP browser and I get an error when
> > >>
> > >>visiting
> > >>
> > >>>http://localhost:8080/jetspeed/index.jsp
> > >>>
> > >>>That says "There was too much data received"
> > >>>
> > >>>Any ideas?
> > >>>
> > >>>Scott
> > >>>
> > >>>
> > >>>
> > >>>>-----Original Message-----
> > >>>>From: Wimmer, Matthias [mailto:[EMAIL PROTECTED]]
> > >>>>Sent: Tuesday, July 09, 2002 1:14 PM
> > >>>>To: 'Jetspeed Users List'
> > >>>>Subject: RE: How to access WML site?
> > >>>>
> > >>>>Deep,
> > >>>>
> > >>>>I am using the Nokia Modile Internet Toolkit that you can download
> > from
> > >>>>their web site. I access Jetspeed by typing
> > >>>>
> > >>>>     http://localhost/jetspeed
> > >>>>
> > >>>>which is forwarded to
> > >>>>
> > >>>>     http://localhost/jetspeed/index.jsp#Login
> > >>>>
> > >>>>Hope this will help.
> > >>>>
> > >>>>Matthias Wimmer
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>>-----Original Message-----
> > >>>>>From: Deep Narain Singh [mailto:[EMAIL PROTECTED]]
> > >>>>>Sent: Tuesday, July 09, 2002 12:34 PM
> > >>>>>To: 'Jetspeed Users List'
> > >>>>>Subject: How to access WML site?
> > >>>>>
> > >>>>>
> > >>>>>Hi
> > >>>>>I am trying to access the default WML site of Jetspeed using
> > >>>>>GPRS+WAP phone.
> > >>>>>I have hosted my site at static IP which can access through
> > >>>>>internet using URL ..../jetspeed/index.jsp.
> > >>>>>
> > >>>>>Can you please help me to know what URL should I type to
> > >>>>>accesss using WAP+GPRS?
> > >>>>>Should it be ......jetspeed/index.wml? And do I have to make
> > >>>>>new file name index.wml?
> > >>>>>
> > >>>>>If not, please tell me step by step procedure to access the
> > >>>>>site using WAP+GPRS?
> > >>>>>I believe the I need to add the content type WML. Please guide me.
> > >>>>>I shall be highly obliged for your kind information.
> > >>>>>Regards
> > >>>>>Deep
> > >>>>>
> > >>>>>
> > >>>>>--
> > >>>>>To unsubscribe, e-mail:
> > >>>>><mailto:[EMAIL PROTECTED]>
> > >>>>>For additional commands, e-mail:
> > >>>>><mailto:[EMAIL PROTECTED]>
> > >>>>>
> > >>>>--
> > >>>>To unsubscribe, e-mail:   <mailto:jetspeed-user-
> > >>>>[EMAIL PROTECTED]>
> > >>>>For additional commands, e-mail: <mailto:jetspeed-user-
> > >>>>[EMAIL PROTECTED]>
> > >>>
> > >>>
> > >>
> > >>--
> > >>To unsubscribe, e-mail:   <mailto:jetspeed-user-
> > >>[EMAIL PROTECTED]>
> > >>For additional commands, e-mail: <mailto:jetspeed-user-
> > >>[EMAIL PROTECTED]>
> > >
> > >
> >
> >
> > --
> > Glen Carl
> > Computer Sciences Corporation (CSC)
> > (831)656-4543
> > [EMAIL PROTECTED]
> >
> >
> > --
> > To unsubscribe, e-mail:   <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:jetspeed-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:jetspeed-user-
> [EMAIL PROTECTED]>

Reply via email to