• 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

can i install J2EE app server on windows 98

 
Ranch Hand
Posts: 216
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear ranchar

can i instale J2EE Application server on windows 98? my problem is this that i have installed J2EE app server on 98 but whem i loading a servlet class file there after i am getting a exception like follow that

"Unable to load servlet class specified in the module.Please consult online help for assistence

java.lang.ClassNotFoundException"

Regard

Arun kumar maalik
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use it in 98 too. Give more details about this exception (like a trace dump) and we'll help
 
Arun Maalik
Ranch Hand
Posts: 216
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Trace dump for the above error

Dear sir actualy i am using J2EE application server complite steps which i follow give below

1 I started the deployment tools
2 File--->new--->application(In the deployment tool)
3 I created a first.ear file
4 I saved this file
5 There after new-->web component
6 A wizard will appear
7 I pressed on next
8 I created a war module in first.ear and added the servlet file by pressing on Edit contents tab of wizard
9 Ther after i pressed Next and in next wizard i selected servlet option.
10 Then i pressed on next

11 At this time i getting above explained exception.

Dear sir

Here i am thinking that is it possible that may be installtion problem of J2EE application iserver?

By the way i am using JDK 1.4 for this application server


Regard

Arun kumar maalik
reply
    Bookmark Topic Watch Topic
  • New Topic