• 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

jsp/servlet on weblogic 6.1

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have wl6.1 on win98. I can deploy and run EJB properly with it. BUt now a days its giving me problem in runnng jsp /servlets. Few days back everything was perfect. I have kept my jsps in samples/examples/jsp only. I can compile and copy them to application directory using build.BUt when I try to run jsp/servlet from IE5 it gives me following erroron server:
<Dec 5, 2001 1:33:22 PM GMT> <Info> <HTTP> <[WebAppServletContext(9372,DefaultWe
bApp,/DefaultWebApp)] *.jsp: param srcCompiler initialized to weblogic.jspc>
<Dec 5, 2001 1:33:22 PM GMT> <Info> <HTTP> <[WebAppServletContext(9372,DefaultWe
bApp,/DefaultWebApp)] *.jsp: param superclass initialized to null>
<Dec 5, 2001 1:33:22 PM GMT> <Info> <HTTP> <[WebAppServletContext(9372,DefaultWe
bApp,/DefaultWebApp)] *.jsp: param workingDir initialized to: C:\bea\wlserver6.1
\config\examples\applications\DefaultWebApp\WEB-INF\_tmp_war_examplesServer_exam
plesServer_DefaultWebApp>
<Dec 5, 2001 1:33:22 PM GMT> <Info> <HTTP> <[WebAppServletContext(9372,DefaultWe
bApp,/DefaultWebApp)] *.jsp: param pageCheckSeconds initialized to: 1>
<Dec 5, 2001 1:33:22 PM GMT> <Info> <HTTP> <[WebAppServletContext(9372,DefaultWe
bApp,/DefaultWebApp)] *.jsp: initialization complete>
<Dec 5, 2001 1:33:22 PM GMT> <Info> <HTTP> <[WebAppServletContext(9372,DefaultWe
bApp,/DefaultWebApp)] *.jsp: pageCheckSeconds over-ruled in JSPServlet to : 1>
Please suggest me what to do?
Chetna
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic