• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error connecting MIDlet to Servlet in Tomcat, Please help

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone tell me what I need to configure here. I am running a servlet from within Tomcat (works fine). I now connect a midlet to the servlet using HttpConnection. I get this error on my emulator:
java.io.IOException: Error initializing HTTP tunnel connection: HTTP/1.1 502 Proxy Error (The specified SSL port is not allowed.ISA Server is not configure to allow SSL requests from this port. Most web browsers use port 443....etc.
Can anyone please help me.
 
reply
    Bookmark Topic Watch Topic
  • New Topic