Location for dll files in weblogic server 6.1 sp2

"where to keep *.dll files in weblogic server 6.1 sp2". Application is deployed on weblogic server 6.1 sp2. Application is being integrated with webmethod to publish data. For that we need to put awssl40jn.dll in weblogic server. Could not able to locate where to put this dll file.

You can have the dll's anywhere. You just need to mention the location
in java.library.path.
For example if you have your Dll's in C:\bea\lib
You need to mention the following in your command line args:
java -Djava.library.path=C:\bea\lib ****Other Command Line Args****
weblogic.Server
Hope this helps.
-Kiran
"Dave Martin" <[email protected]> wrote in message news:<[email protected]>...
I don't see a DLL like yours in a fresh install of WLS 6.1 SP2
This is the complete list of DLLs I find in my fresh install of WLS 6.1 SP2 (starting
from the BEA home) on Windows:
/jdk131/bin/dt_shmem.dll
/jdk131/bin/dt_socket.dll
/jdk131/bin/jdwp.dll
/jdk131/jre/bin/ActPanel.dll
/jdk131/jre/bin/agent.dll
/jdk131/jre/bin/awt.dll
/jdk131/jre/bin/classic/jvm.dll
/jdk131/jre/bin/cmm.dll
/jdk131/jre/bin/dcpr.dll
/jdk131/jre/bin/dt_socket.dll
/jdk131/jre/bin/fontmanager.dll
/jdk131/jre/bin/hotspot/jvm.dll
/jdk131/jre/bin/hpi.dll
/jdk131/jre/bin/hprof.dll
/jdk131/jre/bin/ioser12.dll
/jdk131/jre/bin/java.dll
/jdk131/jre/bin/jawt.dll
/jdk131/jre/bin/jcov.dll
/jdk131/jre/bin/JdbcOdbc.dll
/jdk131/jre/bin/jdwp.dll
/jdk131/jre/bin/jpeg.dll
/jdk131/jre/bin/jpins32.dll
/jdk131/jre/bin/jpishare.dll
/jdk131/jre/bin/jsound.dll
/jdk131/jre/bin/msvcrt.dll
/jdk131/jre/bin/net.dll
/jdk131/jre/bin/NPJava11.dll
/jdk131/jre/bin/NPJava12.dll
/jdk131/jre/bin/NPJava131.dll
/jdk131/jre/bin/NPJava32.dll
/jdk131/jre/bin/NPOJI600.dll
/jdk131/jre/bin/packager.dll
/jdk131/jre/bin/server/jvm.dll
/jdk131/jre/bin/server/jvm_g.dll
/jdk131/jre/bin/verify.dll
/jdk131/jre/bin/zip.dll
/wlserver6.1/bin/fastfile.dll
/wlserver6.1/bin/iisforward.dll
/wlserver6.1/bin/iisproxy.dll
/wlserver6.1/bin/jsafe.dll
/wlserver6.1/bin/md5.dll
/wlserver6.1/bin/md5_g.dll
/wlserver6.1/bin/nodemanager.dll
/wlserver6.1/bin/oci816_7/weblogicoci37.dll
/wlserver6.1/bin/oci816_7/weblogicoxa37.dll
/wlserver6.1/bin/oci816_8/weblogicoci37.dll
/wlserver6.1/bin/oci816_8/weblogicoxa37.dll
/wlserver6.1/bin/oci817_8/weblogicoci37.dll
/wlserver6.1/bin/oci817_8/weblogicoxa37.dll
/wlserver6.1/bin/oci901_8/weblogicoci37.dll
/wlserver6.1/bin/oci901_8/weblogicoxa37.dll
/wlserver6.1/bin/proxy30.dll
/wlserver6.1/bin/proxy35.dll
/wlserver6.1/bin/proxy36.dll
/wlserver6.1/bin/stackdump.dll
/wlserver6.1/bin/stackdump_g.dll
/wlserver6.1/bin/terminalio.dll
/wlserver6.1/bin/wlenv.dll
/wlserver6.1/bin/wlntio.dll
/wlserver6.1/bin/wlntio_g.dll
/wlserver6.1/bin/wlntrealm.dll
/wlserver6.1/bin/wlntrealm_ms.dll
/wlserver6.1/uninstaller/resource/iawin32.dll
/wlserver6.1/uninstaller_servicepack/resource/iawin32.dll
manoj <[email protected]> wrote:
"where to keep *.dll files in weblogic server 6.1 sp2". Application is
deployed on weblogic server 6.1 sp2. Application is being integrated
with webmethod to publish data. For that we need to put awssl40jn.dll
in weblogic server. Could not able to locate where to put this dll file.

Similar Messages

  • Encryption for properties file in Weblogic server 6.1

    My application needs to connect to a file server. I need to encrypt the password in properties file. Is there a built in encryption tool in weblogic server 6.1 to achieve that?
    Thanks

    My application needs to connect to a file server. I need to encrypt the password in properties file. Is there a built in encryption tool in weblogic server 6.1 to achieve that?
    Thanks

  • Location of WebLogic Server 6.0 sp2 installable file in ZIP format

    Hello
    I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
    instead of the default ".bin" file.
    Can someone help me locate the URL for downloading it?
    Thanks and Regards
    Kapil Pawar

    Hi.
    The installation for Compaq Tru64 is a zip file - 'weblogic600sp2_generic.zip'.
    However, be aware that installation is not simply a matter of unzipping the file
    like earlier versions of WLS. See the installation directions for details.
    Thanks,
    Michael
    Kapil Pawar wrote:
    Hello
    I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
    instead of the default ".bin" file.
    Can someone help me locate the URL for downloading it?
    Thanks and Regards
    Kapil Pawar--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Reg: How to Run a Script File in WebLogic Server 10.3.3

    Hi WebLogic Experts,
    In our project we are using WebLogic Serve 10.3.3. I need to run one script file. could you please suggest me where should i need to place that script file in WebLogic Server 10.3.3 and How to run & stop that Script file.?
    please experts i waiting for your's reply..
    Thanks & Regards,
    Induja..

    1. You can put a command line into startWebLogic.sh to start your script file.
    2. In your proyect you can create a java class to run the script file.
    3. You can create a java class to run the script file an setup it like a startup class into weblogic server.
    4. You can create a java class to run the script file an setup it like a job scheduler into weblogic server.
    In what time you need run this script file?

  • LSO 600 Configuration - Central Storage Location for XSLT Files

    Hi,
    We are implementing LSO 600 with enhancement pack 2 and I am haiving trouble figuring out what do do with the configuration steps
    Enter Address of Central Storage Location for XSLT Files
    and
    Enter Address of Central Storage Location for Templates.
    The config notes indicate that these can be a directory or network path with the format
    servername\filename\.
    As I understand it this is is the address of the file on the Portal Server where  XSLT files and templates be stored. The problem that I am hearing from the basis team is (I am qouting an email from them) "who accesses the share? Is it the server, the client PC or both? We’re running in a linux environment so I don’t have any shares the PC can access."
    Does anybody have any input?
    Thanks,
    Andy

    Hi Andy!
    I am happy that the issue is already clear!
    Beeing busy makes life more interesting )
    May I ask for your private mail, because I had some questions regarding your LSO implementation.
    Mine is:
    [email protected]
    Thx in advance and have a nice day!
    best regards,
    Zsolt
    P.S.: since I am a Moderator for SDN it is my job to keep the rules on the Forum therefore I would like to ask you to close this thread because the question - as you stated - is answered.
    Thank you!

  • How to deploy an Ear File into Weblogic Server

    Hello,
    i have created an ADF application successfully and make it as an EAR file.
    How can we deploy that EAR file into weblogic server..?
    Let me know step-by-step procedure.
    Regards.

    Hi,
    Steps to deploy EAR file on Weblogic server:
    1) login to http://<hostname>:<port>/console
    2) Go to deployments and then install your ear on weblogic server.
    Also you will need to create a data source with same name as given in your Application Module.
    Following link contains steps for data source creation - http://www.oracle.com/webfolder/technetwork/jdeveloper/howto/11114/managedserver/wlsadfms.html ( section - "Configure a JDBC Data Source")
    Thanks,
    Randhir

  • Help in executing jsp files using weblogic server 6.0.

              I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              I have a file called hello.jsp.
              Where do i have to save hello.jsp file in weblogic server 6.0.
              How do i execute hello.jsp through browser using weblogic server6.0.
              As there is no properties file in weblogic server6.0.
              TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              Where do i have to save it and how do i open it in the browser.
              Any help will be greatly appreciated.
              Thanks,
              

              I started the Start default Server and opened the http://localhost:7001/ in the bowser and by default
              this loaded the index.html file
              and when i tried to change index.html to hello.jsp i got the same error message as before
              Error 404--Not Found
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.4.5 404 Not Found
              The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              "mils" <[email protected]> wrote:
              >
              >There are quite a few reasons it couldn't be working, and things you can try...
              >
              >Ensure there are no errors on startup of the server in the console, especially that there is not an error about another web listener running on the same port.
              >
              >Try just http://localhost:7001 by default this should load the index.html file that comes with the WebLogic installation.
              >
              >If you are running on a corporate LAN, your browser settings may not be set correctly to find "localhost", ensure that your browser is not using a proxy server for local addresses, or put localhost:7001 in the list of exceptions for which the browser should not look at the proxy server.
              >
              >Hope this helps!
              >
              >"Red" <[email protected]> wrote:
              >>
              >>I created hello.jsp file under E:\weblogic\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver\hello.jsp
              >>and i started the Start Default Server and when i try to open
              >>http://localhost:7001/hello.jsp in the browser
              >>getting an error message as
              >>
              >>Error 404--Not Found
              >>From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              >>10.4.5 404 Not Found
              >>The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              >>
              >>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              >>
              >>Any help?
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>"Mils" <[email protected]> wrote:
              >>>
              >>>In WebLogic 6.0, to run simple JSP pages with the default installation, the JSP files should be put in....
              >>>
              >>>C:\bea\wlserver6.0\config\DefaultWebApp_myserver
              >>>
              >>>...assuming you installation was on the C: drive.
              >>>
              >>>To access a file bar.jsp in this directory, go to http://localhost:7001/bar.jsp
              >>>
              >>>"Red" <[email protected]> wrote:
              >>>>
              >>>>I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              >>>>I have a file called hello.jsp.
              >>>>Where do i have to save hello.jsp file in weblogic server 6.0.
              >>>>How do i execute hello.jsp through browser using weblogic server6.0.
              >>>>As there is no properties file in weblogic server6.0.
              >>>>
              >>>>TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              >>>>
              >>>>Where do i have to save it and how do i open it in the browser.
              >>>>
              >>>>Any help will be greatly appreciated.
              >>>>Thanks,
              >>>>
              >>>>
              >>>>
              >>>>
              >>>
              >>
              >
              

  • When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder". How can i fix this?

    When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder. How can i fix this problem?

    Anyone can help to advice how to solve this issue ?

  • How can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,-

    how can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,…"

    It sounds like if you open Preferences in Word there will be a place where you can specify where to store autorecover files. Right now it sounds like it's pointing to somewhere that doesn't exist.

  • T-code for delete file from application server

    Hi all!
    Please, has any t-code for delete file from application server? For upload exist CG3Z, for download has CG3Y. And for delete? Has anyone?
    I need to delete file from application server in QA system and i don't want to create a program for this because i will need to transport a request from DEV to QA.

    I don't have contact with basis team.
    The FM EPS_DELETE_FILE support directory name with max 60 char. My dir. has more than that. I need a transaction for this.
    Anybody know if this transaction exist?

  • I cannot update or install updates on itunes. It says that the location for that file does not exist. I cant even uninstall itunes as the same error message comes up.

    I cannot update or install updates on itunes. It says that the location for that file does not exist. I cant even uninstall itunes as the same error message comes up.

    Hi vindog60,
    Thank you for using Apple Support Communities.
    To troubleshoot this issue where you get an installation error with iTunes on your Windows PC, please follow the steps in the article linked to below.
    Issues installing iTunes for Windows - Apple Support
    Cheers,
    Alex H.

  • I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder.

    I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder."
    I have tried a few things but iTunes closes right after i click okay. Anyone know anything?

    Look in your Home > Music folder.  There should be an iTunes folder there and it should have a number of files and folders including one called library.itl  You want to guide iTunes to that file.  If you don't see that file or folder then in your next post you will have to be very specific as to what you do see or how you have your iTunes set up because that's where it should be according to default settings.

  • I need help every time my iTunes library updates i get this error messege: The iTunes.itl file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder. but the file should be there.

    Every time I have to upgrade iTunes it gives me this messege:'The default location for this file is in the "iTunes" folder in the "Music" folder.' the file should be there but I don't understand why it does this every time Apple upgrades the Itunes library. Its on the computer somewhere but it only affects this login on my computer (meaning on this Windows Account). Why does my iTunes do this? Then I have to spend hours placing all my libraries back together and all my music back into the library. Which usually takes me a few days to sort all out. What is wrong with my iTunes? The iTunes folder is a folder in my Music folder where I store the iTunes music/files/libraries at on my computer so I can have all of the iTunes files in one place on my computer.

    I have a Windows 7 operating system my computer runs from.

  • Itunes library.itl file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder

    itunes library.itl file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder, I keep getting this message everytime I try to install Itunes after having to remove windows 8.1 and go back to windows 8.  I have uninstalled and reinstalled and it keeps telling me the same thing. What do I do?

    Hi Renee31,
    If you are having issues with the library.itl file in iTunes, you may find the following articles helpful:
    iTunes: What are the iTunes library files?
    http://support.apple.com/kb/ht1660
    Apple Support: Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Regards,
    - Brenden

  • TS1717 iTunes will not open.  I get a message that says, "The iTunes Library.itl file cannot be found or created.  The default location for this file is in the "iTunes" folder in the music folder."  How can I fixt this?

    iTunes will not open.  I get a message that says, "The iTunes Library.itl file cannot be found or created.  The default location for this file is in the "iTunes" folder in the music folder".  How can I fix this?

    Hi pgarard1,
    If you are having issues with launching iTunes after an update, you may want to take a look at the troubleshooting in the following article:
    iTunes for Windows: Doesn't open after upgrading in Windows Vista or Windows 7
    http://support.apple.com/kb/TS2363
    Regards,
    - Brenden

Maybe you are looking for

  • Help needed on replicating data of condition tables to CRM.. pleaseeeeee..

    Hi all, Basically the issue is like this now. Im trying to download the confition tables data from R3 to CRM. so in CRM... when i manually try to start initial download the object for a table by R3AS, tcode.. the bdocs are been in intermeditate state

  • Okay guys, it's time for an Autosave function.

    Readers, post a short reply or something if you're with me on this. Developers/Employees of Adobe, Listen up, seriously. YOU NEED TO INCORPORATE AN AUTOSAVE FEATURE INTO ILLUSTRATOR. No more excuses. I'm not concerned with degrading the performance o

  • Dependancy between 2 value sets

    Hi, I have 2 segments in People Group based on 2 value sets and dependent from each other: Segment 1- Employee Type: Back Office or Shop Segment 2- Commission %: (fnd_number value set) My question is: how to set segment 2 mandotry in case employee ty

  • Can you drag and drop MTS files into Final Cut Pro X 10.0.6?

    Just a simple question.. If not and i have to import, Ill just go back to After Effects

  • Running CF 8 & Apache for months successfully & now get errors

    Hi, Noob needs help...again. I installed the CF 8 developer edition and XAMPP 5 months ago and everything was fine until yesterday. Apache will still put HTML pages in the browser but when I try to test a CF page, I get a file not found error. The st