Questions tagged [ijetty]

A port of the popular Jetty open-source web container to run on the Android mobile device platform.

Official Page: https://github.com/jetty-project/i-jetty

19 questions
14
votes
2 answers

How to embed i-jetty server into android application?

Hi: I want to integrate i-jetty into an Android application and not the other way around. Has anyone included i-jetty before and got it to run under Android 2.1 or 2.2?
Sney
  • 2,486
  • 4
  • 32
  • 48
3
votes
1 answer

Android - Integrate iJetty Server In my Own Application

Can anyone tell me or guide me how to integrate iJetty webserver in my own application, I want to implement its HttpListener feature in my application so that I can send and receive data over the local network using WIFI. I want to be able to…
KhanZeeshan
  • 1,410
  • 5
  • 23
  • 36
3
votes
1 answer

Java NIO performance on Android

I'm evaluating i-jetty on android. I saw that i-jetty supports NIO and that it enabled by default. This brings me to the point: How does NIO and traditional IO compare on android? At first glance, it seems that on mobile platform NIO would do better…
ApriOri
  • 2,618
  • 29
  • 48
3
votes
1 answer

android: how to access a mobile webserver from internet

I can access i-jetty web app installed in android from pc in the same network. but i would like to accesss it from the internet as well. How can it be possible ? The i-jetty server is running on android device. Or Any other server that can run on…
App Work
  • 21,899
  • 5
  • 25
  • 38
2
votes
4 answers

How to compile a .war file to i-jetty (android web server)?

I would like to know if anyone knows what are the steps to have a successful complied war file. I tried to export as war on eclipse but got no success every time i tried to access the web service i received this message: error 503, service…
Winter
  • 1,896
  • 4
  • 32
  • 41
2
votes
2 answers

Implement Jetty Server in Android Application

I am using this link to help me with starting my own simple jetty server on my android device. I keep getting this error: "Could not find class 'org.eclipse.jetty.server.Server', referenced from method onCreate in MainActivity" I am using…
rstojano
  • 159
  • 4
  • 14
2
votes
0 answers

Expose WSDL over i-jetty on Android

I want to use android as a web service that expose WSDL, that I will be able to "Add service reference" in Visual Studio. I need to build a web service on android, I checked i-jetty for that, and the solution might work, How to expose WSDL over…
izharsa
  • 153
  • 1
  • 8
2
votes
1 answer

Selenium 2 : Android drivers installation - Jetty not get started and in localhost wd hub not found

My aim is to run tests in android emulator using selenium2 downloading android drivers Followed the same steps mentioned in the http://code.google.com/p/selenium/wiki/AndroidDriver a) JDK / JRE installed b) Android SDK (windows) is there c) Created…
user1603518
  • 41
  • 1
  • 1
  • 6
1
vote
0 answers

Android i-jetty :: javax.servlet.UnavailableException: Servlet Not Initialized

May I know the possible reasons for Servlet not initialized. I have created a normal Servlet ( which runs completely fine ) in eclipse and Server used is Jetty. Now I want this Servlet to run on my Android i-Jetty webserver, but it throws…
Janhavi Gadkari
  • 123
  • 2
  • 13
1
vote
2 answers

I-Jetty and JSP with jetty-jspc: Servlet Not Initialized

I am trying to precompile .jsp pages to servlets and run them on I-jetty on Android. However All I get is: Servlet Not Initialized I checked the generated stuff in web.xml and it looks good to me. A normal helloworld servlet works well. Sample JSP I…
Karl Kildén
  • 2,415
  • 22
  • 34
1
vote
0 answers

Android Web Server that supports Cookies and Basic Authentication

Do you know of a web server that I can install on Android (like i-jetty) that would allow hosting applications that are secured with Basic authentication and session cookies ? i-jetty seem to work but does not support session cookies (it seems).
justadev
  • 1,049
  • 9
  • 10
0
votes
1 answer

Ijetty deployed war, need ijetty's context

I am using ijetty and I have a war deployed on it. One service it provides it to send emails out from the phone remotely. The recipients/subject/body are all POSTed to the server and I want to send them out of the phone. I am using this method and…
user758105
  • 77
  • 1
  • 7
0
votes
1 answer

Issues with SQLite library and I-Jetty web server

I have I-Jetty web server configured in Android. I also have a SQLite .db file stored in the SD card. What I want to do is to access my database from a .WAR file deployed in the web server. To do this, I use JDBC library in my servlet to connect to…
Nabil El
  • 972
  • 1
  • 10
  • 24
0
votes
1 answer

How to debug servlets with Eclipse for Jetty on Android (iJetty)?

Does anyone know how to debug java servlets that use the Android API when they are hosted on i-Jetty ? For a regular website (not on Android / i-jetty), it can be debugged with Eclipse EE on a local server using Debug As -> Debug On Server. For…
bluesky
  • 150
  • 1
  • 1
  • 11
0
votes
1 answer

JSP precompilation with m2e not responding

I've just started to experiment with the I-Jetty server which runs on an Android platform. To start with, I tried to create a simple web app using the Maven archetype "maven-archetype-webapp" from org.apache.maven.archetypes, which I wanted to test…
1
2