Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JuanS
  • Order by date
  1. JuanS

    Forwarding from a web server to weblogic server

    That particular plugin is buggy and we had no end of problems with it. From memory, what you can do is register multiple ISAPI filters making sure to tell IIS to load each one in its own memory space (or as a seperate process) so you have one instance running in memory for each proxied...
  2. JuanS

    how to set the classpath

    I think extEnv.sh would be the most appropriate place to put it as this is where the Prepend Classpath variable is set. Juan. --- The BEA Users Forum: http://www.beausers.org
  3. JuanS

    QUEUE THREAD

    As work enters a WebLogic Server, it is placed on an execute queue while waiting to be performed. This work is then assigned to a thread that does the work on it. Juan --- The BEA Users Forum: http://www.beausers.org
  4. JuanS

    Clone bea weblogic 8.1 domain

    No problem. We do it all the time. Some things to watch out for: 1. That the paths match in ALL the files that get run (extenv, startWeblogic, etc). 2. That the paths match in your config.xml. 3. That if you have any JDBC connection pools and so on set up in config.xml that you go through and...

Part and Inventory Search

Back
Top