Iisproxy.dll & Performance

The installation guide for the WebLogic-to-MS-IIS Bridge includes two
screen shots that display a disabled "Cache ISAPI applications" and an
enabled "Run in separate memory space (isolated process)". Since there
are performance implications with these settings, I am wondering if
these settings are recommended?
Thanks in advance.
Namaste,
Michael
[michaelv.vcf]

Lee Tenny wrote:
We're running a B-to-B web app with WL 5.1 with service pack 6 on NT 4.
When we hit Weblogic server with a browser directly (not using IIS at all), we get
good performance across all of our JSPs. However, when we use IIS to proxy (all .jsp
file extensions) to Weblogic, for some reason performance decreases sharply (2-5
times slower under load), especially for large JSP responses. IIS is running on a
separate box, and we've reviewed all the performance tuning guides we can find and
believe we've optimized as best as possible.
We tried running IIS on two boxes, each proxying to the same Weblogic instance running
on a third box; this improved performance by 40%, leading us to believe that iisproxy.dll
and/or IIS on the web server is becoming the bottleneck for our application.
Anyone have any tips or advice for improving the throughput of iisproxy.dll?
Our iisproxy.ini is:
WebLogicHost=XXX.XXX.XXX.XXX
WebLogicPort=XXXX
ConnectTimeoutSecs=20
ConnectRetrySecs=4
Thanks,
Lee
Hi
we had also this problem on Solaris, and could solve it with using the
proxy from the SP8
hope it works on NT
frank

Similar Messages

  • IISProxy.dll error

    This is the set up we have currently.
              Nt 4.0 server with IIS 4.0. I have followed the WebLogic 5.1 documentation
              and made the root web executable then mapped the extensions .jsp and .jhtml
              to c:\weblogic\iisproxy.dll.
              I have the iisproxy.ini in the c:\weblogic directory and it is a direct copy
              out of the documentation. We are getting an http 500 internal server error.
              When you hit refresh you get a %1 is no a valid windows nt application.
              I believe this problem is isolated to the IIS server.
              I had a sniffer on the network and at no time do I see any traffic from the
              IIS server to the Weblogic server. If I hit the Weblogic server explicitly
              it will server jsp pages.
              -Jess-
              

    The problem was a corrupted dll. Vinod was great in sending me a debug dll
              and it starting working. Once a fresh copy of the current dll was abtained
              and installed the servers are now talking.
              Thanks for all your help Vinod.
              -Jess-
              "Jesse Martinez" <[email protected]> wrote in message
              news:396ccc85$[email protected]..
              > This is the set up we have currently.
              >
              > Nt 4.0 server with IIS 4.0. I have followed the WebLogic 5.1 documentation
              > and made the root web executable then mapped the extensions .jsp and
              .jhtml
              > to c:\weblogic\iisproxy.dll.
              >
              > I have the iisproxy.ini in the c:\weblogic directory and it is a direct
              copy
              > out of the documentation. We are getting an http 500 internal server
              error.
              > When you hit refresh you get a %1 is no a valid windows nt application.
              >
              > I believe this problem is isolated to the IIS server.
              >
              > I had a sniffer on the network and at no time do I see any traffic from
              the
              > IIS server to the Weblogic server. If I hit the Weblogic server explicitly
              > it will server jsp pages.
              >
              > -Jess-
              >
              >
              >
              

  • IP Address of Client after IISProxy.dll configured

    Hi,
    We have a requirement to capture IP address of client. we are able to do it when the users access the portal from inside the firewall using portal url. http://<servername>:port/irj
    but when users access the portal outside the firewall we have IISproxy.dll configured which redirects requests from IIS server to our ep server. so everytime when we try to capture ip address we get the ipaddress of the  IIS web server instead of user ip address.
    one possible way could be get the ip address of the user on IIS server and send it as a parameter in redirected request to ep server.
    Any suggestions?

    In the XML Config file you have to have the following
    <filter name="IisProxy filter" <b>remote-address="forward"</b>>
    This will then forward the clients IP address to the J2EE server
    I hope this helps
    D

  • Where is iisproxy.dll file

    Hi:
              I am searching the whole weblogic folder for iisproxy.dll file but I
              cannot find it. Can someone tell me where is it?
              Thanks,
              David
              

    I am sorry, the file is there.
              Thanks for help,
              David Wang
              Thomas Augstein wrote:
              > Are your Explorer options set correctly. By default Windows hides .dll files
              > from the users unless they go into the view menu and select options. From
              > there you can tell it to Show all files.
              >
              > Tom Augsteni
              >
              > david wang <[email protected]> wrote in message
              > news:[email protected]..
              > > I have downloaded SP4 form 5.1 but after I extracted the zip file, I don't
              > > see the bin/iisproxy.dll file in it. In fact, it has many empty directory
              > > in it.
              > > Thanks,
              > > David
              > >
              > > Reeve wrote:
              > >
              > > > If U down load the Service Pack 4 for WebLogic Server 5.1.0 on the bea
              > > > site.
              > > > It has it.
              > > > -Reeve
              > > >
              > > > david wang wrote:
              > > >
              > > > > Hi:
              > > > > I am searching the whole weblogic folder for iisproxy.dll file but I
              > > > > cannot find it. Can someone tell me where is it?
              > > > > Thanks,
              > > > > David
              > >
              

  • Iisproxy.dll problem

    Hello all,
    our group is having a problem with Weblogic's IIS plugin from the SP8 for WL5.1.
    The plugin resubmits
    long requests(queries) after about 5 minutes if the results don't come back from
    the database in this
    period of time, even though the ConnectionTimeoutSecs and ConnectionRetrySecs have
    been set
    to the same value, so it (the plugin) would never resubmit the request and would
    time out after the
    specified amount of seconds(according to the documentation).
    But it does not work. Is there a bug in iisproxy.dll?
    Any help would be appreciated.
    Dmitriy.

    ConnectionTimeoutSecs and ConnectionRetrySecs are more for the connection
    between the client and the web server. They are used to calculate number of
    connection retries with weblogic. HungServerRecoverSecs is the parameter you
    need to play with. default=300 and max=600. It defines the timeout for reads
    and writes
    from/to weblogic. Note that plugin retries at least twice. Also you may
    want to
    set the parameter Idempotent to false in case you don't want failover at
    all.
    --Vinod.
    "Dmitriy Kopylenko" <[email protected]> wrote in message
    news:3a79a237$[email protected]..
    >
    Hello all,
    our group is having a problem with Weblogic's IIS plugin from the SP8 forWL5.1.
    The plugin resubmits
    long requests(queries) after about 5 minutes if the results don't comeback from
    the database in this
    period of time, even though the ConnectionTimeoutSecs andConnectionRetrySecs have
    been set
    to the same value, so it (the plugin) would never resubmit the request andwould
    time out after the
    specified amount of seconds(according to the documentation).
    But it does not work. Is there a bug in iisproxy.dll?
    Any help would be appreciated.
    Dmitriy.

  • Iisproxy.dll

    I have a jsp page that gets a ResultSet reference from the Java Bean.If I call this page using weblogic's web server then everything works OK (localhost:7001/MyPage.jsp)If I call the same page through IIS 4.0 using iisproxy.dll, I'm loosing most of the data on my page,thus just some html is being displayed. I don't get any errors!Is there is something wrong with my iisproxy.ini file or what is going on?Here is my iisproxy.ini file:WebLogicHost=JIJNTWebLogicPort=7001DefaultFileName=index.jspConnectTimeoutSecs=50ConnectRetrySecs=5HungServerRecoverSecs=600MaxPostSize=900Please Help ASAP....Thank You.
              

    Probably the jsp was not proxied to weblogic and servered as raw html.
              I never used IIS 4.0, but I think there should be some configuration about
              the proxy on URL or mimes.
              Jacob Joffe <[email protected]> wrote in message
              news:3a4b776b$[email protected]..
              > I have a jsp page that gets a ResultSet reference from the Java Bean.If I
              call this page using weblogic's web server then everything works OK
              (localhost:7001/MyPage.jsp)If I call the same page through IIS 4.0 using
              iisproxy.dll, I'm loosing most of the data on my page,thus just some html is
              being displayed. I don't get any errors!Is there is something wrong with my
              iisproxy.ini file or what is going on?Here is my iisproxy.ini
              file:WebLogicHost=JIJNTWebLogicPort=7001DefaultFileName=index.jspConnectTime
              outSecs=50ConnectRetrySecs=5HungServerRecoverSecs=600MaxPostSize=900Please
              Help ASAP....Thank You.
              

  • Iisproxy.dll throws DLL initialization routine has failed

    Hi,
    We are experiencing problems with the Weblogic ISAPI plug-in. After some time
    the webserver is throwing the following error:
    "A dynamic link library (DLL) initialization routine has failed" for all JSP requests
    (the only ones that are using this plug-in), without crashing the IIS service.
    This causes our load-balancers to hit the affected webserver(s) as the IIS service
    is running, but the clients (browsers) only seen this error.
    Our configuration is the following:
    - 2 WLS 4.5.1 SP11 on Solaris 2.5.7 boxes running in a cluster
    - 3 IIS4 using the iisproxy.dll from WLS 4.5.1 SP14 on NT4 SP6a boxes.
    The plug-in is registered to only serve JSP requests and the "Run in separate
    memory space" is checked. Does anyone knows what's the problem? I'm also attaching
    the plug-in log.
    Thanks in advance.
    [Wlproxy.zip]

    Thanks, JLS.
    We figured it out. There's an entry in the registry that lvanyls.dll points to specifying the location of the LV shared directory (and therefore the MKL directory). If it's not found in that exact location, the dll load aborts.
    We're trying to not include the runtime installer in our application installer because of the size, so we're figuring out our own workaround (and trying to CYA in the meantime ).
    -Scott

  • Iisproxy.dll causes "DLL initialization routine has failed" when serving JSPs

              Hi,
              We are experiencing problems with the Weblogic ISAPI plug-in. Often the webservers
              are giving the following error:
              "A dynamic link library (DLL) initialization routine has failed"
              when trying to serve JSP requests (the only ones that are using this plug-in),
              without crashing the IIS service. Which causes our load-balancers to hit the affected
              webservers as the IIS service is running, but the clients (browsers) only seen
              this error.
              Our configuration is the following:
              - 2 WLS 4.5.1 SP11 on Solaris 2.5.7 boxes running in a cluster
              - 3 IIS4 using the iisproxy.dll from WLS 4.5.1 SP14 on NT4 SP6a boxes.
              Our iisproxy.ini is the following:
              WebLogicCluster=10.194.34.32:7005,10.194.34.34:7005
              ErrorPage=http://212.0.161.16/media/site_down.htm
              ConnectTimeoutSecs=15
              ConnectRetrySecs=2
              DebugConfigInfo=ON
              Debug=ON
              The plug-in is registered to only serve JSP requests and the "Run in separate
              memory space" is checked. Does anyone knows what's the problem? I'm also attaching
              the plug-in log from one of the affected webservers.
              Thanks in advance.
              [Wlproxy.zip]
              

    Thanks, JLS.
    We figured it out. There's an entry in the registry that lvanyls.dll points to specifying the location of the LV shared directory (and therefore the MKL directory). If it's not found in that exact location, the dll load aborts.
    We're trying to not include the runtime installer in our application installer because of the size, so we're figuring out our own workaround (and trying to CYA in the meantime ).
    -Scott

  • Response Time out through IISProxy.dll

    I just found that the end of my message was missing . So, I posting the remaining
    over here.
    Because , I was flusing the data after every 2 minutes , it worked fine ..
    This one worked with WebLogic 5.1 when accessing the Weblogic server directly
    . Like
    http://IP:7001/x/applet.jsp (This JSP downloads the Applet under JRE1.3) .
    From this Applet I was calling the above code (delay.jsp) using the HttpMessage
    Class as given below.
    However , when proxied by path with the WebServer IIS4.0 it didn't work.
    IS IISProxy.dll not capable of doing it ?
    Iam copying the code fragments for the Applet Iam using . Is it a problem with
    the code?
    I heard that the URLConnection never times out . How is that it is not able to
    read the Response?
    <CODE >
    <HttpMessage>
    public class HttpMessage {
    URL servlet = null;
    Hashtable headers = null;
    public HttpMessage(URL servlet) {
    this.servlet = servlet;
    public InputStream sendGetMessage(Properties args) throws IOException {
    String argString = ""; // default
    if (args != null) {
    argString = "?" + toEncodedString(args);
    URL url = new URL(servlet.toExternalForm() + argString);
    // Turn off caching
    URLConnection con = url.openConnection();
    con.setUseCaches(false);
    // Send headers
    sendHeaders(con);
    return con.getInputStream();
    private void sendHeaders(URLConnection con) {
    if (headers != null) {
    Enumeration enum = headers.keys();
    while (enum.hasMoreElements()) {
    String name = (String) enum.nextElement();
    String value = (String) headers.get(name);
    con.setRequestProperty(name, value);
    </HttpMssage>
    <Code used to Read the Response.>
    URL url = new URL(getDocumentBase(),"/ccls/test/delay.jsp");
    HttpMessage msg = new HttpMessage(url);
    InputStream in = msg.sendGetMessage(null);
    char[] buff = new char[2048];
    int bytesRead;
    int ch;
    StringBuffer sbtextbox = new StringBuffer("");
    DataInputStream data = new DataInputStream(
    new BufferedInputStream(in));
    String line;
    while ((line = data.readLine()) != null) {
    sbtextbox.append(line+"\r\n");
    </Code used to Read the Response.>
    </CODE>
    Can anybody suggest what should be the possible reasons and any workaround for
    it?

    Increase "HungServerRecoverSecs"(default 300 seconds) in your iisproxy.ini.
    Jong
    "TejoKiran" <[email protected]> wrote:
    >
    Hi ,
    Iam using an Applet (under JRE 1.3.0).
    Iam trying to send a Http Request using URL Connection.
    It is working fine . However, if the response time of the server is more
    than
    3 minutes ,
    the Response is not coming back to the the Applet and it is in a loop
    trying to
    read from the Server.
    I have observed that the request is sent to the server and it is processed
    successfully.
    Then , I tried to call this sample JSP from the Applet.
    <CODE : delay.jsp>
    <%@ page language="java" import="java.util.*"%>
    <%
    System.out.println("<START>");
    out.println((new Date()).toString());
    System.out.println((new Date()).toString());
    long cTime;
    cTime = System.currentTimeMillis();
    long dTime = cTime;
    while(true) {
    long dif = System.currentTimeMillis() - cTime;
    if(dif > (15*60*1000))
    break;
    if((System.currentTimeMillis() - dTime) > (2*60*1000)) {
    out.println("2 Minutes");
    out.flush();
    System.out.println("2 Minutes");
    dTime = System.currentTimeMillis();
    System.out.println((new Date()).toString());
    out.println((new Date()).toString());
    System.out.println("<END>");
    %>
    </CODE>
    Because , I was flushing the data after every 2 minutes , it worked fine
    This one worked with WebLogic 5.1 when accessing the Weblogic server
    directly
    . Like
    http://IP:7001/ccls/test/applet.jsp (This JSP downloads the Applet under
    JRE1.3)

  • Problem with iisproxy.dll?

    Hi
    I must install iis proxy module, but I don't know where to find iisproxy.dll.(Where from can I download this file ? )
    Thanks for reply.
    Jakub Krecicki

    Hi,
    You can download it from service.sap.com/swdc and do a search for all categories on iisproxy
    Eddy

  • Need help to setup iis with iisproxy.dll

    I have create an iisproxy.xml and i have this error in the iisproxy.dll when a try to access to the virtual directory of the portal :
    18:39:44 Global E-Init   IisProxy Extension 1.6.2.0 initializing.
    18:39:48 Global Init   E LoadFromFile(
    ?\D:\Inetpub\Scripts\IisProxy.xml ): XML Error 0x80070035 at line 0, char 0:
    in "(null)"
    The network path was not found.
    18:39:48 Global E-Init E Failed to load config file '
    ?\D:\Inetpub\Scripts\IisProxy.xml'.
    I have 2 directory in d:\inetpub :
    -Scripts with iisproxy.dll iisproxy.xml and iisproxy.pdb
    -IisProxy which is the virual folder for accessing to the portal.
    On Script i have check this :
    Read
    Execution permission : Execute
    Application pool : DefaultAppPool
    On IisProxy i have the same configuration except that
    the wildcard application map point to iisproxy.dll
    The iisproxy.xml look like this :
      <?xml version="1.0" encoding="utf-8" ?>
    <ISAPI-config version="1.6">
      <filter name="IisProxy filter" log-level="3" log-flags="0" debug-flags="0" priority="high" extension-url="/Scripts/IisProxy.dll" authentication="normal" remote-address="skip" />
      <extension name="IisProxy extension" log-level="3" log-flags="0" debug-flags="0" access="filter" />
    <mapping name="IisProxy samples" log-level="3" log-flags="0" debug-flags="0" keep-alive="true" use-continue="true" close-socket="true" close-socket-delay="1000" thread-count="100" max-socket-age="37">
    <mapping name="ep60sp2">
    <source>
      <protocol>http</protocol>
      <prefix>/irj</prefix>
      </source>
    <source>
      <protocol>http</protocol>
      <prefix>/logon</prefix>
      </source>
    <target>
      <protocol>http</protocol>
      <host>localhost</host>
      <port>50000</port>
      </target>
      </mapping>
      <compress-types min-size="1024">text/html, text/plain</compress-types>
      </mapping>
    <config>
    <source access="filter">
      <protocol>http</protocol>
      <host>localhost</host>
      <prefix>/IisProxy</prefix>
      </source>
      </config>
      </ISAPI-config>
    Using :
    Windows 2003
    MSXML 3 SP4
    IIS 6
    EP6SP11
    Regards, L.Mouillart

    I implemented SSO succesfully with EP 6 SP9 using Windows integrated authentication. Used IISProcy 1.5.0.
    It is two step prcoes.
    1) Configure ISAPI filter for IRJ
    2) Configure WebAS for Logon Module Stack. Create new module called HeaderVariableLoginModule.
    Complete following steps.
    1) Make sure you have IIS installed. Take a backup before the changes
    2) Installl ISAPI filter called IRJ.
    3) COpy IISPrxy files into the directory under Inetpub.
    4) Map ISAPI filter IRJ to the IISProcy ditrectory.
    5) Restart website to test ISAPI filter.
    6) Please make sure to add logging for IISProcy filter. This gives very good info.
    7) You can check the IisProxy.log file in the directory where you copied the IISProxy files.
    8) CHeck and make sure REMOTE_USER is populated in the IisProxy.log file.
    Configuration of WebAS server:
    1) Create new login module called HeaderVariableLoginModule
    2) Add this to the stack called ticket.
    3) Change BasicPasswordLoginModule to optional.
    Please use following URL for more details.
    http://help.sap.com/saphelp_nw04/helpdata/en/d0/a3d940c2653126e10000000a1550b0/frameset.htm
    This should fix all your problems. Let me know how it went.
    Give me the points.
    <?xml version="1.0" encoding="utf-8" ?><!DOCTYPE ISAPI-config[     <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>     <!ATTLIST ISAPI-config           version CDATA #REQUIRED     >     <!ELEMENT filter (log-path?)>     <!ATTLIST filter           name CDATA #IMPLIED          log-level CDATA "3"          log-flags CDATA "0"          debug-flags CDATA "0"          priority ( high | medium | low ) "high"          extension-url CDATA "/scripts/IisProxy.dll"          authentication ( skip | normal | forward ) "normal"          remote-address ( skip | forward ) "skip"     >     <!ELEMENT extension (          keystore-dir?,          log-path?,          data-path?,          trace-path? )>     <!ATTLIST extension           name CDATA #IMPLIED          log-level CDATA "1"          log-flags CDATA "0"          debug-flags CDATA "0"          access ( filter | direct | both ) "filter"     >          <!ELEMENT keystore-dir (#PCDATA)>     <!ELEMENT log-path (#PCDATA)>     <!ELEMENT data-path (#PCDATA)>     <!ELEMENT trace-path (#PCDATA)>     <!ELEMENT mapping (          source+,          target,          compress-types*,           protocol-header?,          certificate-header?,          cert-chain-header?,          cipher-header?,          keysize-header?,          keystore-path?,          log-path?,          data-path? )>     <!ATTLIST mapping           name CDATA #IMPLIED          log-level CDATA "1"          log-flags CDATA "0"          debug-flags CDATA "0"          keep-alive ( true | false ) "true"          use-continue ( true | false ) "true"          close-socket ( true | false ) "true"          close-socket-delay CDATA "1000"          thread-count CDATA "100"          max-socket-age CDATA "37"     >     <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>     <!ATTLIST source          access ( filter | direct | both ) "filter"     >     <!ELEMENT protocol (#PCDATA)>     <!ELEMENT host (#PCDATA)>     <!ELEMENT port (#PCDATA)>     <!ELEMENT prefix (#PCDATA)>     <!ELEMENT new-prefix (#PCDATA)>     <!ELEMENT target (protocol, host, port)>     <!ELEMENT compress-types (#PCDATA)>     <!ATTLIST compress-types           min-size CDATA "1024"     >     <!ELEMENT protocol-header (#PCDATA)>     <!ELEMENT certificate-header (#PCDATA)>     <!ELEMENT cert-chain-header (#PCDATA)>     <!ELEMENT cipher-header (#PCDATA)>     <!ELEMENT keysize-header (#PCDATA)>     <!ELEMENT keystore-path (#PCDATA)>     <!ELEMENT config ( source+ )>]><ISAPI-config version="1.6">     <filter name="IisProxy filter" log-level="3" authentication="forward" />     <extension name="IisProxy extension" />     <mapping name="IisProxy" log-level="3" debug-flags="-1">          <source>               <protocol>http</protocol>               <prefix>/irj/</prefix>          </source>          <source>               <protocol>http</protocol>               <prefix>/logon/</prefix>          </source>          <target>               <protocol>http</protocol>               <host>slcserver.pacificorp.us</host>               <port>50000</port>          </target>               <compress-types>text/html, text/plain</compress-types>     </mapping>     <config>          <source>               <protocol>http</protocol>               <host>localhost</host>               <prefix>/IisProxy/</prefix>          </source>          <source>               <protocol>https</protocol>               <host>localhost</host>               <prefix>/IisProxy/</prefix>          </source>     </config></ISAPI-config>

  • Dll - performance issue

    Hello,
    I created a simple Vi to test the performance. It is very good - when I start the vi in LV both processors of my PC are used.
    When I create a dll to export this funtion it gets very slow. When I use the function in Visual C it uses only one processor and therefore takes more time.
    I attach a shot of the VI.
    C.
    Attachments:
    Zwischenablage011.png ‏551 KB

    Hi Curtis,
    due to constant folding LV8.5 takes 0s to calc your SinCos vi!
    I build a new dll from this, but didn't test it... Can you do so?
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    LV_Dll-Test.zip ‏24 KB

  • Jsp via iisproxy.dll

    I have a jsp page being called by an IIS server. The jsp page comes up fine
              except for the images. I have a nav bar that is called via an include from
              the home.jsp page. I know the include is working. I see the code when I do a
              view source. I see the call for the images as well but they don't show up.
              Any ideas????. Do I have to have the images on the IIS server and the jsp
              pages on the Weblogic server?
              Thanks for any help
              

    Correction. I meant....
              "Another way is to proxy by path/URL. Wait till next Service pack and you will have
              the ability to proxy by path. If you want a one off contact WebLogic Support.."
              Vinod Mehra wrote:
              > I think you will have to register the image extension with IIS, if you want
              > to download the images from WebLogic. Unless you register the mimetype IIS
              > will not forward the requests to WebLogic. Another way is to proxy by mimetype.
              > Wait till next Service pack and you will have the ability. If you want a one off
              >
              >
              >
              > --Vinod.
              >
              > Jesse Martinez wrote:
              >
              > > I have a jsp page being called by an IIS server. The jsp page comes up fine
              > > except for the images. I have a nav bar that is called via an include from
              > > the home.jsp page. I know the include is working. I see the code when I do a
              > > view source. I see the call for the images as well but they don't show up.
              > > Any ideas????. Do I have to have the images on the IIS server and the jsp
              > > pages on the Weblogic server?
              > >
              > > Thanks for any help
              [att1.html]
              

  • Iisproxy.dll & Permissions

    The prescribed installation for the WebLogic-to-MS-IIS Bridge specifies
    disabling the "Script engine" property in "Application Extension
    Mapping" and the screen shot implies replacing the "Script" permission
    with "Execute (including script)" at Home Directory. However, it is
    possible to reverse those two settings with successful results.
    It would seem to me this would be a preferable configuration from a
    security standpoint. Is there any reason as to why this is not the
    recommendation?
    Thanks in advance.
    Namaste,
    Michael
    [michaelv.vcf]

    I need to clarify that I want IIS to handle
              all traffic on port 80, and TomCat to handle
              all traffic on port 88.
              Basically, two seperate hhtp servers that
              should have nothing to do with each other.
              

  • WL vs WebSphere performance

    I have been running informal benchmarks of WLS6.1SP2 and
    WebSphere4.0.4 on a Win32 box, and am surprised to see WLS to come in
    at ~60% of pagesPerSec/responseTime of WebSphere at same CPU
    utilization. Has anybody exeperienced similar behavior? I have read
    through the WL docs, but can't find anything in my setup that would
    impose a performance penalty.
    Using a Win32 2CPU box with 654MB RAM, WL setup: IIS using
    iisproxy.dll proxies requests to two local WL servers. All tracing
    (IIS and WL) turned off. Images served by IIS. Remote ORCL db,
    connection pool size 10 initial/50 max. Same EJB used for both tests.

    That's very surprising. WLS should outrun websphere.
    Is the test environment idential? (ie does websphere go through the IIS
    proxying as well?)
    Are you using the same JDK for both setups? IBM's JDK tends to be
    faster than the Sun 1.3.x that is bundled with WLS. You might also try
    BEA's jrockit jvm.
    How many concurrent threads are you running? If you vary the client
    threads, does that change the WLS v Websphere relationship?
    -- Rob
    Stephan Lips wrote:
    I have been running informal benchmarks of WLS6.1SP2 and
    WebSphere4.0.4 on a Win32 box, and am surprised to see WLS to come in
    at ~60% of pagesPerSec/responseTime of WebSphere at same CPU
    utilization. Has anybody exeperienced similar behavior? I have read
    through the WL docs, but can't find anything in my setup that would
    impose a performance penalty.
    Using a Win32 2CPU box with 654MB RAM, WL setup: IIS using
    iisproxy.dll proxies requests to two local WL servers. All tracing
    (IIS and WL) turned off. Images served by IIS. Remote ORCL db,
    connection pool size 10 initial/50 max. Same EJB used for both tests.

Maybe you are looking for

  • Responsive Mobile Menus: Open and close on browser, but not in mobile?

    I have two responsive jquery menus I am working with. In the desktop browser they both look and operate fine (full screen and mobile size), but when that same responsive page with menu is viewed on an actual phone (Android and iphone), the menus both

  • Cannot copy file from backup DVD to HD folder

    Whenever I finish a project, I had burn the various files (movie, text, pictures, pages, etc.) onto DVDs to free up hard disk space for present projects. Usually, I would use a disk image to burn those DVDs. Recently, I needed material from those DVD

  • Error while sync data from wcs to eclipse using CSDT

    Hi, I installaed webcenter 11gR1 in remote location and i installed eclipse indigo in localhost. and i connect to the server using CSDT plug-in in eclipse success fully. the following error i'm getting while pressing the sync button. Error while gett

  • Text moving when opening a pdf in illustrator

    I opened 2 separate hi res pdfs (the front and back of a postcard) in illustrator 5.1. The type on both sides had been outlined and we just relinked the background image on both sides after we did some color adjustments to it. The only type on the fr

  • Automation challenge : Replace RAW files with JPGs

    Hi, I have a lot of RAW files in my library that for sure will not be edited any further. Since they start to fill up a serious amount of disc space (12 Mb per NEF from my D300, I use referenced files only) I am looking for a way to 'archive' these p