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
0
votes
1 answer

503 Error when deploying WebApp from I-Jetty

I am modifying a WebApp provided by I-Jetty (Console) and wish to deploy it from I-Jetty. The WebApp used to work but now when accessed from my browser, I receive: HTTP ERROR: 503 Problem accessing /console. Reason: Service Unavailable Powered by…
Artail3
  • 272
  • 3
  • 6
0
votes
1 answer

java class file constructor of SslSelectChannelConnector.class not being called

I m trying to run i-jetty in eclipse using the m2e (maven) plugin. The source code of file IJettyService.java at line 530 gives makes this call SslSelectChannelConnector sslConnector = new…
Vihaan Verma
  • 12,815
  • 19
  • 97
  • 126
0
votes
1 answer

I couldn't import 'Existing Maven Projects' of i-jetty

They said, cd $IJETTY_HOME/console mvn clean install This will produce a war file in $IJETTY_HOME/console/webapp/target, and also the apk in $IJETTY_HOME/console/apk/target (although as we mentioned, you're probably not interested in that). but I…
Likoed
  • 533
  • 2
  • 5
  • 15
0
votes
2 answers

Android Peer-to-Peer Connection

I need to make a peer-to-peer connection between two android phones running i-jetty web server through gprs channel.But many mobile operators block the inbound connections to the phones.Is there any way around it?
1
2