• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Plz help me (java web server 2.0)

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I am new to java and i having problems with java web server 2.0
when i start the java web server2.0 through command prompt it gives the following error:
D:\JavaWebServer2.0\bin>httpd
Program D:\JAVAWE~1.0\bin\..\jre\bin\jre.exe exited with code -1073741819
D:\JAVAWE~1.0\bin\..\bin\jserv.exe
D:\JAVAWE~1.0\bin\..\bin\jserv.exe
jserv: Shutting down the server
Program D:\JAVAWE~1.0\bin\..\jre\bin\jre.exe exited with code -1073741819
D:\JAVAWE~1.0\bin\..\bin\jserv.exe
D:\JAVAWE~1.0\bin\..\bin\jserv.exe
can you help me on this..
i will be greatful to you
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not quite the answer you were looking for, but can I suggest you do not use the Java Web Server and install Tomcat instead? No-one, as far as I am aware, really uses that server.

http://jakarta.apache.org/tomcat
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sk mehrotra had sent me a PM with the same message as he has posted here. I had given him the same reply- Use Tomcat.


sk mehrotra - You mentioned in your PM that you want to stick with Java web server and not use Tomcat. Any specific reasons for using Java Web Server and not using Tomcat ?

Java Web Server is really old and I had used it in the year 2000. I don't it works fine with the newer JDK versions .May be you could try using older JDK versions i.e. 1.3 if you want to use JWS. Sun's forum could be another place to look for answers.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JWS never worked. It never worked. With any JDK, on any platform. Ugh. The horror!

Seriously. Use Tomcat.
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have any Tomcat questions, you should ask them in our Apache/Tomcat forum.

Dave
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh, by the way, you should use Tomcat

Mark
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic