Location of  img source files.......in weblogic 8.1

I am trying to deploy an application in Weblogic 8.1 windows environment. The application was developed in Unix platform . Framework is Servlets. JSPs are servlets with java classes.
The image sources are hard coded as '/rtim-web/gfx'
in the source.
In Weblogic 8.1 (windows) I tried with the image file
under /WEB-INF/classes/rtim-web/gfx. Also at the same level as /WEB-INF , it does not work.
Please understand that I have only class files for the package and I do not have source files.
Where can I put the image files ? I had tried varies ways before posting this message, none of them work ?
I appreciate your earliest reply.
Thanks
Krishna

WLS 9.2 includes pretty advanced features in this area. Both deployment plans and application libraries could be used. There's also a domain/lib directory where jar files can be placed and are visible throughout the server instance.
          Unfortunately 8.1 has none of these features. In 8.1, your choices are to either add these into the $CLASSPATH, or package them in the application.
          -- Rob
          WLS Blog http://dev2dev.bea.com/blog/rwoollen/

Similar Messages

  • Location of  img source files.......in weblogic 8.1 --URGENT.....

    I am trying to deploy an application in Weblogic 8.1 windows environment. The application was developed in Unix platform . Framework is Servlets. JSPs are servlets with java classes.
    The image sources are hard coded as '/rtim-web/gfx'
    in the source.
    In Weblogic 8.1 (windows) I tried with the image file
    under /WEB-INF/classes/rtim-web/gfx. Also at the same level as /WEB-INF , it does not work.
    Please understand that I have only class files for the package and I do not have source files.
    Where can I put the image files ? I had tried varies ways before posting this message, none of them work ?
    I appreciate your earliest reply.
    Thanks
    Krishna

    When you get a LockTimedOutException while invoking a stateful session EJB, one of two things has occurred:
    1.You have <allow-concurrent-calls> set to true in your weblogic-ejb-jar.xml descriptor and your call timed out while waiting to be processed. The timeout used in this case is the value <trans-timeout-seconds> element of the weblogic-ejb-jar.xml descriptor or its default value of 30 seconds.
    2.You do not have <allow-concurrent-calls> set to true and you attempt to invoke a stateful session bean that is already busy processing another request. In this case, the second method call will not block and a LockTimedOutException will be thrown immediately.

  • Read from external source file in weblogic

    Hi,
    I am using Weblogic Server 10.3 in my project.
    In one of my modules , i have a requirement where I have to read the contents of a file from an external location.[ex: D:\Test\Sample.xml ].
    How to i configure this path in weblogic , so that I can read the content in my java source file.
    Please advice.
    Regards,
    Praveen

    only part i replied on was the part of how to read a file
    but i think in your case you could do the next
    use the sync file adapter to read in the file during your process
    based on this content you set a variable "myOutputDirectory"
    then create a file adapter (write) which will store the file on file system
    http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_file.htm#CIACICFD
    4.3.2.2.5 Specifying a Dynamic Outbound File Name
    and use that (jca.file.Directory) property to store the file either on the archive location or the delete location

  • Where the default location of generated source files?

    Hello!
    In my processor I create several source files and check it's names for existance before
    private String genClassName( final String packageName, final String key, final String suffix )
            final StringBuilder suggest = new StringBuilder( packageName ).append( key ).append( suffix );
            final Elements elementsUtil = processingEnv.getElementUtils();
            int i = 0;
            while( elementsUtil.getTypeElement( suggest ) != null )
                suggest.append( i++ );
            return suggest.substring( packageName.length() );
        }If I not define -s option for javac at first time compile and then set it to some location, then some generated before files are visible for this method and numbers added.
    So, the question: where to find a default "shadow" source tree to clean up it before next compilation with changed -s option?
    Sorry for my english and thanks for answers
    Edited by: Maxoid2 on Jun 3, 2008 10:34 PM

    The directory to clean up is where the -s option pointed to last time.
    The simplest way to do this is to always use the -s option and don't change it. Using the default value for -s option (which is the same as -d) tends to lead to problems. I always specify -s option, and make it different to -d option and -sourcepath.
    If you do this you don't even have to clean it up, javac only looks in there for files that it placed there. Files from previous builds get overwritten. Files from previous builds that are not overwritten are ignored.
    with a separate -s directory, it just works.
    Bruce

  • Loosing source location with separate source files

    Hi,
         I am compiling my code with g++ (version 2.8.1) using the -g option. When I use one large source file with all my classes and the main routine in it, I can browse the source in the analyzer GUI. If I split out all classes into separate source files (which I was hoping would help me maintain the code better), I am no longer able to browse the source files. Analyzer complains about the directory where all source files live not being accessible.
    thanks for any input anyone might be able to offer!
    h.

    In Windows XP the path should be
    c:\Documents and Settings\<username>\Application Data\com.adobe.formscentral.FormsCentralForAcrobat\Local Store\data
    You might notice that in that folder the images and forms are saved as separate objects and not all in one file like the FCDT file.
    For local file the FCDT contains all you need. If you ever move to online forms and start collecting data then you will notice that that FCDT doesn't contain the data recieved but only the design of the form. In the case you move the form online then we never save the form locally so there is no way to use a source control to save the form other again than just saving the design format (fcdt file) and not the data received.
    You can vote for a new request here http://forums.adobe.com/community/formscentral?view=idea (click on the "Create an idea" in the top right corner)
    hope this helps
    Gen

  • How do I move the location of my log files in WebLogic

    I am using Weblogic on Windows
    I have WebLogic installed on the C: drive
    I want to keep WebLogic on the C: drive, but move my log files to an alternate drive
    How can I do this ?
    Can this be done from the console ?
    Thanks

    You can refer to "Changing the Name and Location of the Server Log File" in the following document :-
    Link : [http://e-docs.bea.com/wls/docs81/ConsoleHelp/logging.html#1050020]
    Link : [http://e-docs.bea.com/wls/docs92/ConsoleHelp/taskhelp/logging/ChangeServerLogFileNamesAndLocations.html]
    Edited by: Manish Chellappan on Jul 14, 2009 8:16 PM

  • Current VI's Path returns location of original source file, not running exe.

    Running LV 2010.
    I have a VI that opens a PDF style manual when the user clicks a button.  My development project is set up with a main project folder, and 3 sub folders called Source, Application and Installer.  Of course, the source code is in the Source folder.  I also have a copy of the manual in the Application folder with the app.
    When run, the VI uses the Current VI's Path object as a starting point for where the manual is located.  The Current VI's path includes the Source folder in the path it generates.  This is not a problem when running the source code, as the VI is running from that folder.  Problem is, the Source folder is also included in the generated path at run time on the target machine running the exe.  There is no Source folder on the target machine, so I'm at a loss to explain why this is happening.  It's probably a setting in my application builder, but I can't find it.  Never had this problem before.  Can anyone help?  Thanks.
    Solved!
    Go to Solution.

    Start reading here.
    LabVIEW Champion . Do more with less code and in less time .

  • How to set default PDF print locations to be same as source file

    Is it possible to make the "Save to" location for files created using the Adobe PDF print driver to be the same location as the source file?
    When I checked the prefs dialog box in the Adobe PDF print driver, the only setting I found was to make "PDF Output Folder" either the "My Documents" folder or "Prompt for PDF File Name." I wish there were a third option that said "Same as source file."
    -Danny

    Hi Daniel,<br /><br />Yes, it is possible to do so.<br /><br />Here is the solution:<br /><br />1) Open the PDF.<br />2) File->Print<br />3) Click the Properties button available on Print Dialog Box.<br />4) Select the Adobe PDF Settings Tab and you will find static text "Adobe PDF Output Folder", Go for "Browse" button available against that and select your preferred location.<br />5) Now the drop down menu will display all the options i.e. "My Documents" , "Prompt for PDF File Name" and "<Your selected Option>".<br /><br />I hope this will help resolve your issue.<br /><br />Thanks,<br />Atul Agarwal<br />Adobe Systems

  • GB 08-Importing mp3 file from media browser---does this affect source file?

    Hello again,
    Another question...
    I imported an mp3 from my iTunes folder into GB (to jam over). I did this via the media browser, and it came in fine. I next wanted to create a looped rhythm segment from that file to jam over. I know how to do this, and then add it as a loop to the library. However, does this alter the source file at all (in the iTunes folder)? Do I need to make a copy of this in the GB folder first before I start splicing? I think I read that GB will not alter files, just "regions" but I wanted to make sure.
    On a related note, does GB point to a location for the source file (even if it's been spliced)? So if I moved that iTunes folder would it be a problem?
    Thanks!

    However, does this alter the source file at all
    no
    does GB point to a location for the source file (even if it's been spliced)?
    yes, and no. originally, yes, but once saved as a loop, that little clip is saved as it's own file to your lib
    So if I moved that iTunes folder would it be a problem?
    same as above. it will in the first case, won't in the second

  • Relink source file

    I've imported a Photoshop file into Captivate 7. Captivate converted it to a PNG in the Library.
    Then I edited the original Photoshop file.
    There are a couple of commands I hadn't noticed in previous versions: "Edit PDF Source File" and "Update from Source"
    When I choose Update from Source a message appears:
    "Unable to update since the source file is mising. Relink the source file before you proceed."
    The location of the source file has not been moved or renamed since it was imported into Captivate, so I don't know why I'm getting that message. I can't find an explanation anywhere as to how to "relink."
    Is there an easy way to relink (or do I have to re-import the file, resize, reposition, etc)?

    Jay, I'm always importing assets first to the Library, rarely direct to the stage. And when importing to the Library, when possible I'll take the original file: WAV for audio, PSD for Photoshop etc. If you import a PSD-file, you'll be able to choose for a flattened image (as was the case for the screenshot) or to import with all layers. In both cases the flattened image, or the layers will each be converted to a PNG-image, but you'll keep the 'link' with the source file, in the same way as you can have a link with a PPT. In previous versions roundtripping with the source file was only avalaible in the eLS, but now it is there if you have Photoshop CS6 or CC installed on your system. I have several PSD-files with many layers. One example: for localisation I'll have text layers in the PSD in different languages, and import those layers (flattened or not) that I need in a specific file. Same with colours, masks, layer styles... My first Adobe love was Photoshop, not Captivate You understand that I love that roundtripping with the source file.
    Lilybiri

  • How do I relink my video files when the source files are located in an AVCHD folder structure?

    I am using FCP X 10.1.1 and I was completely done with editing a simple multicam video for a choir track and when I was exporting it it failed. I re-opened FCPX and found that there are several missing files, when I had just been working with them just a second ago! I know about relinking video files, but when I try to locate the source files (knowing where they are), the browser will not let me select ACHD file contents to get at the video files. Also, I cannot open the Library file for my project either.
    Here is a snap shot:

    If it comes down to it, use clip wrap to carve your .mov files out of the SD. I am confused tho - if you were originally able to import all you needed and still have the original media ? Why can't you do it again to add other clips? To "get in" to your Library, control click on it>show paskage... but do NOT MOVE anything only copy.
      Perhaps soeone else can shed light on this?

  • I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.

    I am using UPK developer 12.1.0 single user. My sofware has crashed and needs reinstallation. Please suggest how can I take back up of my source files. I am unable to open the application and i can not locate the library backup folder on my local machine.
    Also, does reinstallation takes the back up automatically or the files will be lost. Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

  • ITunes upgrade then cannot locate source file

    It seems everytime I update my iTunes it loses the source location of my music. 
    I have an external drive that has over 16k music files.  I don't understand why.  At least I checked after the update before I started adding more tunes.
    I recall this happening once before and when i clicked through to locate the source, I ended up with duplicates and a very full local HD.
    I've treid searching countless threads for a solution, but it seems most issues are related to erroneous moving of files, or some other issue.
    What should I be doing?  Why does it always change my media file settings and advanced settings?  What is the best way to correct this during upgrades.   I'm so frustrated with music suddenly starting to be imported to my local HD and not my external drive.  
    Things I make sure of:
    External drive is always connected and recognized before starting iTunes.
    All music is in one location, Music Master folder on external Drive.
    What is best practice/process to deal with continual issue?

    The "missing file" thing happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions. I can provide a step by step guide if you give me the two paths.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes.
    tt2

  • AS3 classes source file location?

    Can anyone tell where the AS3 package source files (*.as) are located?
    Besides for looking up class definitions in the AS3 framework in the Actionscript 3 Language Reference site, I'd like to open specific class files to look at them in their entirety. But I can't seem to find them, nor can I find any documentation specifying their location.
    Any information on where the core AS3 package files are located locally would be appreciated.
    Thanks.
    AS3 Reference
    ( http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html ) 

    Well Nick, I think you were right..
    The following summarizes add/modify classpaths (as2) and 'source path' (as3) :
    http://help.adobe.com/en_US/flash/cs/using/WS3e7c64e37a1d85e1e229110db38dec34-7fa4a.html
    Under Flash Preferences menu ->ActionScript->Language->ActionScript 3.0 Settings you find at the top level :
    Filed labeled "Flex SDK Path : $(AppConfig)/ActionScript 3.0/flex_sdk/4.0.0/"
    Found the flex_sdk folder in the Flash application folder (mac), Programs file on PC I imagine.
    Therein is a 'flex.swc' file, which I'm guessing has all the core classes.
    I'm guessing one needs to download the Flex SDK source code here; you may need to download & learn how to use a Subversion (versioning app) client ?? :
    http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
    Seems like a lot of hoops to jump through just to access those source files for a beginner.
    Frustrated.

  • 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.

Maybe you are looking for

  • Material num truncated while downloading the data into excel in ALV GRID

    Hi, I developed a report with ALV GRID display. The reoport is having Material number as one of the column. The report shows the total 10 digit material number. When i tried to downlaod the report into an excel sheet or a TXT file, material number in

  • Installing hp updates after upgrading to windows 7

    I recently did a clean install (reformatted) of windows 7 on my touchsmart laptop, installed the updates off the windows 7 hp update page. However, the shortcut keys on the side of the touchscreen (the settings, mediasmart, screen rotate) no longer w

  • How can I transfer all my data, such as birthdays, to a new calendar?

    Every year I end up typing in the birthdays and anniversaries all over again because I don't know how to transfer that information to a new year calendar. Is there a way to do it or do I just have to keep typing? Any help would be greatly appreciated

  • How can I get XML cross-references to translate to Structured FrameMaker?

    I've been using Structured FrameMaker from the beginning, and have designed many EDDs, and about 10 years ago I did some translation of SGML into Structured FrameMaker (7.2) which worked well. Now, (with FrameMaker 10), I've had to design an EDD to t

  • Ipod Mini not going to sleep....

    Hi, I have managed to change the battery of my Ipod mini, but still after the Ipod is fully charged the battery life still lasts only a few hours.... My assumption after reading all the technical documents, is that even though the Ipod mini appears t