• 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

Problem between Applet and Iexplorer and Firefox and two servers

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i don't speak english very well, but i gonna try to explain my problem in the best way.
i have two servers, one is public (i call www server) and the other is private and i use to make tests (i call test server).
I have an applet that work like a menu in a web page and it open JSPs and Applets pages.
my problem begins because the www server can't run JSP pages,
for that reason to show to all the world my JSP i use virtual host in the www server, but i run JSP in test server, ok?
then, when i test my applet loading it from the www server with iexplorer and google chrome, it can't load JSP pages ( from test server ),
but this work fine in mozilla firefox, and when i test the same, but loading the applet from test server, all work fine.
I don't know where is the problem, i think maybe is a communication problem between my two servers, or a problem with a restricction of the applet.
because i can load my JSP pages without problems directly from url.
can you help me please??

thank you

 
reply
    Bookmark Topic Watch Topic
  • New Topic