• 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

Correct jsp config in Weblogic properties file

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've lately tried setting the jsp parameters in the weblogic.properties file in all sorts of ways, without success. My latest effort is:
weblogic.httpd.register.*.jsp=\
weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=/d:/myserver/public_html
compileCommand=/d:/jdk1.2.2/jre/lib/ext/servlet.jar
workingDir=/d:/weblogic/myserver/classfiles
I have a jsp page (that I know works) stored in Windows NT, d:\weblogic\myserver\public_html. My .jar servlet compilation files are stored at d:\jdk1.2.2\lib\ext.
What settings in the weblogic.properties file will enable the successful execution of Java Server Pages and Servlets?
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Ben,
incidently i am also working on Windows NT, jsp, Weblogic.
Also i a m new to jsp, so if u get a reply to this one, could u please forward it to me
thanx kanan
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i m using JSP with out any problem in weblogic5.1 with the folowing properties file entries:
weblogic.httpd.register.*.jsp=\
weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
pageCheckSeconds=0,\
compileCommand=c:/jdk1.2.2/bin/javac.exe,\
workingDir=d:/weblogic5.1/myserver/classfiles,\
verbose=true
Check it up and put tje jdk version and the route and let me know.
alagan
technology.1@onebox.com
 
expectation is the root of all heartache - shakespeare. tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic