• 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

JavaWebserver2.0

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i cannot seem to run javawebserver2.0 in my new environment - running windows98 and ie5. i have it on my c: drive in c:\javawebserver2.0. and in dos, i went to the directory c:\javawebserver2.0\bin\httpd. but when i go to the browser and type http://localhost:8080/index.html, i get the following message:
"Browser Error - Your Browser sent a malformed request"
the same goes for any html file in the public_html directory of javawebserver2.0.
and when i type http://localhost:9090, i get the following:
"Socket error - Connection refused by Remote Host"
any ideas?
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

when i type http://localhost:9090, i get the following...
try http://<machine_name>:9090 instead.
Also, check the port 8080 or 9090 ?
- satya
ps: you are better off switching to Tomcat instead.
 
Ranch Hand
Posts: 227
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai!
In Java Security policy file, grant all rights to localhost. This might solve ur problem.
Rgds
Manohar
 
reply
    Bookmark Topic Watch Topic
  • New Topic