My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ConsoleWebApplication  
The i-jetty Console WebApp.
Featured
Updated Sep 20, 2011 by jan.bar...@gmail.com

The i-jetty Console Web Application

This webapp is available packaged as an Android apk bundle from the Android Market. When run, this bundle will install the Console webapp into an existing i-jetty setup.

The webapp makes available the on-phone content such as Contacts, Call Logs, Music, Images, Video, System Settings.

To Install

Download the i-Jetty Console Installer app from the Android Market. Click it to install. You will only need to do this once:

After successfully installing, you can restart i-jetty and the Console webapp will be deployed at http://localhost:8080/console.

Running

Accessing the console webapp leads to the welcome page:

Accessing the webapp from:

the on-phone browser, the webapp is available at the URL http://localhost:8080/console. If you selected a different port number, then replace 8080 with that number. If you're using the SSL connector, instead use https://localhost:8443/console.

a desktop browser, the webapp will be available at the IP address of the phone on your local wireless network. For example, if your phone is at IP address 10.10.1.14, then access the console webapp at URL http://10.10.1.14:8080/console. Again, if you configured a different port number, then replace 8080 with that number in the URL.

a device elsewhere on the net, the webapp will probably not be accessible, as the mobile phone carriers sometimes block inbound connections. There are clever solutions to this problem, so please contact Webtide if you would like further information.

You can find out the IP addresses for your phone by looking at the i-jetty application. Underneath the buttons for Start, Stop, Configure and Download you'll see a list of IP addresses for the phone interfaces. One of them should correspond to an address on your local network. If not, then check the configuration of the phone allows you to connect to your local wifi setup.

Security

In order to view any of the information from the device running i-jetty, you will need to supply a login/password.

The defaults are:

     login:    admin
     password: admin

To change the password, you will need to edit the file /sdcard/jetty/etc/realm.properties.

The format of this file is:

<username>: <password>[,<rolename> ...]

The password can be in the clear, obfuscated or checksummed. You can follow the instructions on http://wiki.eclipse.org/Jetty/Tutorial/Passwords to generate obfuscated or checksummed passwords.

Comment by matado...@gmail.com, Aug 21, 2011

hello there... i am wondering if i can use i-jetty only as a web server and develop our own application using adobe flash air platform? for example, build another i-jetty console apk program with as3 rather than javascript. Could any one confirm if is feasible?thanks in advance:)

Comment by andrewpa...@gmail.com, Sep 20, 2011

ok how do you change the default passwords

Comment by ukjoes...@gmail.com, Dec 24, 2011

Works on my rooted Xperia X8!

Comment by plutoniu...@gmail.com, Jan 2, 2012

Works like charm ! Thanks :)

Comment by SwpYc8...@gmail.com, Jan 20, 2012

Works on my v880

Comment by pradeep....@gmail.com, Feb 18, 2012

I am using android 2.2. I installed jetty in my phone and deployed console app.It is up and running on my phone. But i am not able to access the app from laptop which is in same LAN of phone. I am trying to access app on http://192.168.1.103:8080/console. But there is no luck. I am not able to ping to 192.168.1.103 from laptop. Response is like "Reply from 192.168.1.101: Destination host unreachable."

Any body please help me on this.

Comment by love.amb...@gmail.com, Feb 20, 2012

Hi, I have made work well on my device. After I have added a few dependencies and compile again, it works well with a build success information. However, when I deploy it to the i-jetty server, restart it, in the browser, the following information occurs: /console ---> o.e.j.w.WebAppContext?{/console,file:/mnt/sdcard/jetty/webapps/console/},/mnt/sdcard/jetty/webapps/console failed? . What's the possible reason for that and where can I find the log information about the error? Thanks.

Xiping


Sign in to add a comment
Powered by Google Project Hosting