• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

jrun 4 + IIS + jdk 1.4 --> not able to find package

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

I dont know whether I am posting this in right forum or not.

I have run into a strange problem.

Recently we planned to upgrade out existing system running on JRun 3/JDK 1.3/IIS to JRun 4/JDK 1.4/IIS.

Now it is not able to find a package which I am using in most of my JSPs whereas its running fine in older configuration.Tried setting classpath in JRun and in windows env. but no use.

Please suggest...

himanshu
 
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
And the missing package is... ?
 
Himanshu Bisht
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Fred,

well all my pages used to work fine in JRun 3 but now are throwing this error. I have also update Jrun with update 4.




Or





I guess it is some configuration problem.please suggest...
[ June 29, 2006: Message edited by: Himanshu Bisht ]
 
Himanshu Bisht
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
got the solution...

Jrun 3 can execute this


but Jrun 4 throws error in this....

this is the correct way


[ July 03, 2006: Message edited by: Himanshu Bisht ]
[ July 03, 2006: Message edited by: Himanshu Bisht ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic