• 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

weblogic iis plug-in error

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, everybody.
I am using WebLogic 5.1 on Windows NT and
we are trying to install the Microsoft-IIS plug-in.

I am using servlets, jsp (MVC 2 design pattern).
We specify Document Root for JSP files outside of Weblogic directory (under D:\Inetpub\wwwroot\intranet\
(because here we have secure place-directory for all secure pages... in order to use corporate logon).
All servlet I am registered in weblogic.properties file.
I put my jsp file into D:\Inetpub\wwwroot\intranet\secure\Intranet DSA v1.
I need to invoke a servlet class from jsp.
So, inside of jsp I am using

<jsp:forward page="http://IP address of IIS server/virtual name/servletName.servlet">
(in IIS server we specified servlet as extension for servlet classes)
and it gives me HTTP 400 Error (because IIS server or webLogic added this
URL to the root directory).
Message from console:
Cannot find resource in 'secure/intranet dsa v1/http://Ip address/virtual name/servletName.servlet
----------------------------------------------------------
My question is: Is it possible to create jsp root directory outside of Weblogic
--------------------------------------------------------------
and how should I forward request to servlet from jsp page (am I doing correctly?)

Please help asp.
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic