• 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

Installing Tomcat 4 as Windows NT service

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

When trying to make Tomcat4.1 as Windows NT servce with jdk1.3.1_08 using the batch file given below



When we run this batch file, intially it gave message like "you are attempting open a file of type 'Application Extenstion"(.dll),and it provided an option open with.
We have opened that application using regsvr32 of window.

Now it is showing message like
"XXX\jvm.dll" was loaded,but the DllRegisterServer entry point was not found. The file cant be registered.

Any help will be appreciated.

Thanks.
 
Sarath Chandra
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I colud able to solve this issue.

Solution is:

All the options provided for jvm.dll should be on the single line.
 
My pie came with a little toothpic holding up this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic