Where is weblogic_sp.jar in wls6.1sp2??

I download wls6.1sp2,but.
After I install it in win2000,in lib directory weblogic_sp.jar isn't exist!!
why??
help me!!
regds

Hi,
I think the service pack is actually contained in the weblogic.jar file,
so there's no need for a weblogic_sp.jar. The reference to
weblogic_sp.jar in the start script is probably there for old time's
sake :-)
Nils
simon wrote:
>
I download wls6.1sp2,but.
After I install it in win2000,in lib directory weblogic_sp.jar isn't exist!!
why??
help me!!
regds--
============================
[email protected]

Similar Messages

  • Where Is    /weblogic/lib/weblogic_sp.jar in WLS 6.1.0.0

    As per WLS 6.1 documentation,The following must be included as values to the -classpath
    option on the java command line:
    /weblogic/lib/weblogic_sp.jar
    http://e-docs.bea.com/wls/docs61/adminguide/startstop.html#1038523
    I couldn't find weblogic_sp.jar in $WEBLOGIC_HOME/lib directory. Am i missing
    some thing ? or documentation is incorrect.
    Thanks

    Hi,
    when you install 6.1 GA, you only have weblogic.jar file under lib/
    directory, later when you install service pack for 6.1 you will have
    weblogic_sp.jar, which is the for any service pack. You do not need to
    worry.
    Thanks
    yu
    "J. Patel" <[email protected]> wrote in message
    news:3b8d31a9$[email protected]..
    >
    As per WLS 6.1 documentation,The following must be included as values tothe -classpath
    option on the java command line:
    /weblogic/lib/weblogic_sp.jar
    http://e-docs.bea.com/wls/docs61/adminguide/startstop.html#1038523
    I couldn't find weblogic_sp.jar in $WEBLOGIC_HOME/lib directory. Am imissing
    some thing ? or documentation is incorrect.
    Thanks

  • Where can i find weblogic_sp.jar???????

    i use JBuilder7 to develop a JSP and Servlet.when i make the files ,the system say "Can not find F;\bea\weblogic700\server\lib\weblogic_sp.jar to copy to WebApp MyWebApp : file is defined as element of library weblogic6.X Deploy"
    when i config Tool->Config servers ,i delete the weblogic_sp.jar item and I can not find this Jar file in that directory.
    How can i do or Which link i can find the weblogic_sp.jar to download?

    Try this link - you'll need to login:
    http://support.bea.com/sitemap.jsp?highlight=sitemap#_BEA_Product_Downloads_and_Service_Packs

  • Where is the jar for me to import?

    import javax.servlet.http.*; <--- showing error
    import kr.pe.okjsp.util.*;
    import com.oreilly.servlet.MultipartRequest;
    public class WriteServlet extends HttpServlet {  <--- showing error
    long long time ago, there was
    server.jar
    but in java 5.0, where is the jar for me to import?
    It would be really appreciated. Do I have to download j2ee for this?
    My memory is fuzzy...
    Thanks -

    Yes, it is part of EE not SE. Or you can get it/them from your application server's lib dir (which may or may not be a better choice).

  • Where is the jar file contain this package

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • Where is the .jar file that contain this package oracle.security.idm

    Dear Everybody
    Could you tell me where is the .jar file that contain this package
    oracle.security.idm
    Thanks for your help

    Hi,
    check jdeveloper_home\jdeveloper_10133_<version>\jlib\identitystore.jar
    Frank

  • JSSE in J2SDK 1.4..2: wher is jcert.jar?

    I upgraded to JDK 1.4 and there it says that JSSE is now integrated in the JDK (http://java.sun.com/j2se/1.4.1/docs/guide/security/jsse/JSSERefGuide.html#WhatsNew). but where is jcert.jar? the jdk 1.4 directory only has jce.jar and jsse.jar. and if i just add these two jars in my classpath, my formerly working code now throws this exception:
    java.security.NoSuchAlgorithmException: Algorithm Blowfish not available
         at javax.crypto.SunJCE_b.a(DashoA6275)
         at javax.crypto.KeyGenerator.getInstance(DashoA6275)if i add jcert.jar from the separate (old) JSSE package, it works. so, jcert.jar is missing in the new JDK 1.4?

    The Ciphers are in the jce.jar (which you found). Blowfish is available, at least in my installation of 1.4.2. Here's the list of Stuff the JCE provides out of the box:Provider 4 : SunJCE SunJCE Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC-MD5, HMAC-SHA1) :
    Alg.Alias.AlgorithmParameterGenerator.DH: DiffieHellman
    Alg.Alias.AlgorithmParameters.DH: DiffieHellman
    Alg.Alias.AlgorithmParameters.PBEWithMD5AndDES: PBE
    Alg.Alias.AlgorithmParameters.PBEWithMD5AndTripleDES: PBE
    Alg.Alias.AlgorithmParameters.Rijndael: AES
    Alg.Alias.AlgorithmParameters.TripleDES: DESede
    Alg.Alias.Cipher.Rijndael: AES
    Alg.Alias.Cipher.TripleDES: DESede
    Alg.Alias.KeyAgreement.DH: DiffieHellman
    Alg.Alias.KeyFactory.DH: DiffieHellman
    Alg.Alias.KeyGenerator.Rijndael: AES
    Alg.Alias.KeyGenerator.TripleDES: DESede
    Alg.Alias.KeyPairGenerator.DH: DiffieHellman
    Alg.Alias.SecretKeyFactory.PBEWithMD5AndTripleDES: PBEWithMD5AndDES
    Alg.Alias.SecretKeyFactory.TripleDES: DESede
    AlgorithmParameterGenerator.DiffieHellman: com.sun.crypto.provider.DHParameterGenerator
    AlgorithmParameters.AES: com.sun.crypto.provider.AESParameters
    AlgorithmParameters.Blowfish: com.sun.crypto.provider.BlowfishParameters
    AlgorithmParameters.DES: com.sun.crypto.provider.DESParameters
    AlgorithmParameters.DESede: com.sun.crypto.provider.DESedeParameters
    AlgorithmParameters.DiffieHellman: com.sun.crypto.provider.DHParameters
    AlgorithmParameters.PBE: com.sun.crypto.provider.PBEParameters
    Cipher.AES: com.sun.crypto.provider.AESCipher
    Cipher.Blowfish: com.sun.crypto.provider.BlowfishCipher
    Cipher.DES: com.sun.crypto.provider.DESCipher
    Cipher.DESede: com.sun.crypto.provider.DESedeCipher
    Cipher.PBEWithMD5AndDES: com.sun.crypto.provider.PBEWithMD5AndDESCipher
    Cipher.PBEWithMD5AndTripleDES: com.sun.crypto.provider.PBEWithMD5AndTripleDESCipher
    KeyAgreement.DiffieHellman: com.sun.crypto.provider.DHKeyAgreement
    KeyFactory.DiffieHellman: com.sun.crypto.provider.DHKeyFactory
    KeyGenerator.AES: com.sun.crypto.provider.AESKeyGenerator
    KeyGenerator.Blowfish: com.sun.crypto.provider.BlowfishKeyGenerator
    KeyGenerator.DES: com.sun.crypto.provider.DESKeyGenerator
    KeyGenerator.DESede: com.sun.crypto.provider.DESedeKeyGenerator
    KeyGenerator.HmacMD5: com.sun.crypto.provider.HmacMD5KeyGenerator
    KeyGenerator.HmacSHA1: com.sun.crypto.provider.HmacSHA1KeyGenerator
    KeyPairGenerator.DiffieHellman: com.sun.crypto.provider.DHKeyPairGenerator
    KeyStore.JCEKS: com.sun.crypto.provider.JceKeyStore
    Mac.HmacMD5: com.sun.crypto.provider.HmacMD5
    Mac.HmacSHA1: com.sun.crypto.provider.HmacSHA1
    SecretKeyFactory.DES: com.sun.crypto.provider.DESKeyFactory
    SecretKeyFactory.DESede: com.sun.crypto.provider.DESedeKeyFactory
    SecretKeyFactory.PBEWithMD5AndDES: com.sun.crypto.provider.PBEKeyFactoryI'm confused about why you think you need to add those jars to your CLASSPATH. They should get picked up automagically, by virtue of where they live relative to where java lives.
    Grant

  • Weblogic_sp.jar not available in wlserver6.0 evaluation kit

    Can anybody let me know the source for the file weblogic_sp.jar, which i cannot find in the lib directory of the evaluation copy of wlserver6.0. This infact is resulting the problem in executing java weblogic.ejbc command.
    thanx

    hi,
    weblogic_sp.jar comes with weblogic6.1 version.
    You can down load the above version from bea.com

  • Anyone tried to deploy IBM's Java resource adapter for IMS on WLS6.1sp2?

              Has anyone had success or attempted to deploy the IMS Connector
              for Java (IBM's resource adapter) on WLS6.1sp2? I would like to
              use this to connect WebLogic to IMS via IMS Connect 1.2?
              Thanks
              Sam
              

              "Sam Naylor" <[email protected]> wrote:
              >
              >Has anyone had success or attempted to deploy the IMS Connector
              >for Java (IBM's resource adapter) on WLS6.1sp2? I would like to
              >use this to connect WebLogic to IMS via IMS Connect 1.2?
              >
              >Thanks
              >Sam
              Sam,
              I was wondering if you were able to use the IMN Connector RAR file. I was able
              to deploy but that was teh extent of my effort.
              Appreciate you insight!
              

  • Org.apache.catalina.servlets.DefaultServlet??!! Where is the jar?

    Hello,
    My server keeps doing errors like,
    HTTP Status 404 - Servlet default is not available
    type Status report
    message Servlet default is not available
    description The requested resource (Servlet default is not available) is not available.
    Apache Tomcat/5.5.9
    Would you let me know what wrong with Defaultservlet. I set it up with
    <servlet>
    <servlet-name>default</servlet-name>
    <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    <init-param>
    <param-name>listings</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    But it doesnt work. Pls help me. Where is the jar with Defaultservlet.
    Thanks,
    Tony

    Thanks!
    Would you let me know how to set it up. I know it should be working by default. However, I tried times with reinstallation. Still nothing comes out. This is my servlet mapping within web.xml
    <servlet>
    <servlet-name>default</servlet-name>
    <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    <init-param>
    <param-name>listings</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>default</servlet-name>
    <url-pattern>/</url-pattern>
    </servlet-mapping>
    Tony

  • GC on WLS6.1sp2 and WLS7sp2

    Hi All,
    Does any find that there is GC problem on WLS6.1sp2? I had an application(web
    module) which deployed on both WLS6.1sp2 and WLS7sp2. Both server with same configuration
    and initializing min and max heap size to 64m. The occupied memory in heap is
    about 20Mb after full GC in both server before the test. When I perform a stress
    test on them, I found that garbage collection behavior is different.
    In WLS6.1sp2, after running my load test for a period of time, the occupied memory
    is about 50Mb after full gabage collection. If I go on stress on the server, OutOfMemoryError
    generated. Server has to be restarted. It seems that even full gc, it can't release
    all unused objects.
    In WLS7sp2, after running my load test for a period of time, the occupied memory
    is still 23-25Mb after full gabare collection. There is no problem if I go on
    to stress the server.
    It seems that the performance of WLS6.1sp2 is not acceptable. It can't release
    unused objects. Does any have the same experience on WLS6.1? How can I solve this
    problem in WLS6.1? Otherwise, I have to migrate all my program to WLS7. Thx a
    lot.
    Karen

    Karen,
    You should try testing weblogic 6.1 with SP4. There are some fixes
    related to memory leaks in Wl 6.1 SP3 and SP4.
    -Kiran
    "Karen Law" <[email protected]> wrote in message news:<3e9d11e1$[email protected]>...
    Hi All,
    Does any find that there is GC problem on WLS6.1sp2? I had an application(web
    module) which deployed on both WLS6.1sp2 and WLS7sp2. Both server with same configuration
    and initializing min and max heap size to 64m. The occupied memory in heap is
    about 20Mb after full GC in both server before the test. When I perform a stress
    test on them, I found that garbage collection behavior is different.
    In WLS6.1sp2, after running my load test for a period of time, the occupied memory
    is about 50Mb after full gabage collection. If I go on stress on the server, OutOfMemoryError
    generated. Server has to be restarted. It seems that even full gc, it can't release
    all unused objects.
    In WLS7sp2, after running my load test for a period of time, the occupied memory
    is still 23-25Mb after full gabare collection. There is no problem if I go on
    to stress the server.
    It seems that the performance of WLS6.1sp2 is not acceptable. It can't release
    unused objects. Does any have the same experience on WLS6.1? How can I solve this
    problem in WLS6.1? Otherwise, I have to migrate all my program to WLS7. Thx a
    lot.

  • Weblogic_sp.jar

    After I sucefully installed the Weblogic Sever 7.0 with SP5, I can not find the
    the weblogic_sp.jar in the %W_H%\server\lib, and I can not find it by search the
    entire %W_H% dir.
    Then I ran the smart_update, and can not find any item need updated.
    Is it under another name or included in another jar, please help.
    Thanks alot
    James

    thats just a dummy place holder. you dont need it. sorry about the confusion.

  • Weblogic_sp.jar not found

    After I sucefully installed the Weblogic Sever 7.0 with SP5, I can not find the
    the weblogic_sp.jar in the %W_H%\server\lib, and I can not find it by search the
    entire %W_H% dir.
    Then I ran the smart_update, and can not find any item need updated.
    Is it under another name or included in another jar, please help.
    Thanks alot
    James

    The service pack just delivers a new weblogic.jar with the fixes. I believe weblogic_sp.jar has been removed from the 8.1 scripts but still shows up in the 7.0 scripts.
    -- Rob

  • Where is servlet.jar?

    Dear Forum,
    I try to develop custom tag library under JDeveloper 9.0.3.2 (build 1145). When I create tld file and try to add a tag by clicking the right mouse button no popup window apears.
    When i try to compile my old custom tag java classes classes from package javax.servlet.jsp.tagext can not be accesses though JSP Runtime and Servlet Runtime libraries are included in project's classpath.
    The Servlet Runtime libraray has servlet.jar entry in [JDevHome]\j2ee\home\lib directory though no servjet.jar file can be not even in that library but also in all subdirectories of [JDevHome]
    Where is servlet.jar?
    Oh please, make it apear :)
    Than You in advance.
    Justinas

    Look under common/lib in the %CATALINA_HOME% (%TOMCAT_HOME%).
    Also the servlet classes can be in the j2ee.jar file.

  • Where is jdpa.jar?

    On
    http://java.sun.com/products/jpda/faq.html#QG0B
    it says "JPDA is integrated in in J2SE SDK 1.3 - the source of the entire J2SE SDK 1.3 (including JPDA),"
    I have downloaded both sdk 1.3 and sdk 1.4 - but there is no jdpa.jar there. (Or activation.jar for that matter; both are needed to run jdi (java debug interface))
    So, where are these jar files?
    Furthermore, jdi needs/is packages com.sun.jdi, com.sun.jdi.connect, com.sun.jdi.event and (at least?) com.sun.jdi.request but when browsing the javadoc for the sdks I can NOT find those packages there!
    This is EXTREMELY confusing - why indicate that jdpa is included in sdk when needed packages are not there? Can anyone out there explain this?
    Anyone knows?

    On
    http://java.sun.com/products/jpda/faq.html#QG0B
    it says "JPDA is integrated in in J2SE SDK 1.3 - the
    source of the entire J2SE SDK 1.3 (including JPDA),"
    I have downloaded both sdk 1.3 and sdk 1.4 - but there
    is no jdpa.jar there.
    So, where are these jar files?
    Furthermore, jdi needs/is packages com.sun.jdi,
    com.sun.jdi.connect, com.sun.jdi.event and (at least?)
    com.sun.jdi.request(I think you mean "jpda.jar"...)
    In 1.3.x and 1.4.x, all of the classes that
    were formerly in jpda.jar were moved to tools.jar.
    When running your JDI client, make sure $JAVA_HOME/lib/tools.jar
    is on your classpath.
    but when browsing the javadoc for
    the sdks I can NOT find those packages there!For more information on JPDA, refer to:
    JavaTM Platform Debugger Architecture Documentation
    http://java.sun.com/products/jpda/doc/
    In 1.4.x, look here for javadoc on the JDI APIs:
    http://java.sun.com/j2se/1.4.1/docs/guide/jpda/jdi/index.html
    (Or activation.jar for that
    matter; both are needed to run jdi (java debug
    interface))activation.jar is not used by JDI. Is there some other part of
    your client app that is using it? (For example, the JavaMailTM API
    requires the Activation Framework):
    JavaMailTM API
    http://java.sun.com/products/javamail/
    If so, look here for the latest release:
    JAVABEANSTM ACTIVATION FRAMEWORK (JAF)
    http://java.sun.com/products/javabeans/glasgow/jaf.html

Maybe you are looking for

  • CP 6 Neospeech and Loquendo Speech agents

    Hi All, I recently updated to CP 6.0. Can anyone point me in the right direction to find the updated text to speech agents for NeoSpeech and Loquendo that work with CP 6? I currently have 5.5 installed. I've looked everywhere but I can't find it. Man

  • TS4036 How do I stop and restart a backup from iCloud on an iphone

    Trying to reload the back up from iCloud and it still at 5.3 of th 5.5gb back up since 8/27

  • IPod speakers for golf cart?

    I'm looking to find a set of "outdoor" speakeers that I can mount on my golf cart and play my iPod thru. I've read some of the archived articles on this subject and learned that apparently I need powered speakers. ( I had a set of Radio Shack's years

  • F4 Help for presentation server filepath/name

    Hi,   Can anyone tell me how can I get a F4 help for selecting a file or directory from the PC...i.e I should get a pop-up “Open File” dialog to select the File on PC. Thanks! Sunitha.

  • File to idoc logic

    HI friends i am doing file to idoc scenario, i need to do some changes like in  the source file i have the field  DATE and it has to be mapped to the target field idoc and my logic is the mapping program needs to take the Delivery date that is in the