How to deploy manually the Smart Ticket1.1 from the JavaBluePrints?

Hi,
I will like to know that how to deploy the Smart Ticket1.1 which from the JavaBluePrints with the use of J2EE1.4 SDK?
I had deployed the .ear file under the Enterprise Applcation. However, the problem is how to establish the database connection on it?
Thanks...

Smart ticket 1.1 uses CMP for DB access.
You should be able to tweak in deploytool and change the connection pool via the admin gui or the cli.
I would post your questions going forward to the blueprints alias from java.net going forward (project under the enterprise community)

Similar Messages

  • How do I move a smart catalogue file from my Vista computer which has LR4 to my IMac which has LR Creative Cloud. Please explain in layman's terms!

    How do I move a smart catalogue file from LR 4 on a Vista laptop to an IMac where I'm using LR CC? Please use layman's terms as I am new to the IMac.

    You might think so. But it's difficult to decide what people mean. You understood the question, I didn't. If you copied the catalog and everything from the old computer to the new one and utilized the old catalog, the smart collections should still be in place. The old catalog would have to be converted to the new format, and you might have to relink missing images. But after that is all done the smart collections should be in place.

  • How do I manually drag and drop songs from music library to iPhone 4 using iTunes 11?

    How do I manually drag and drop songs from music library to iPhone using iTunes 11?

    If you manually manage music... on iTunes 11, go to the top left corner and there will be a pull down bar. Click "show menu bar". From there, go to view, then show sidebar. Magically, it looks like the previous versions of iTunes. Took me 3 hours of trial and error and searching through forums to figure out. Tried calling Apple to have them walk me through it and they said they wouldn't help me since I don't have Apple Care. Whatever. Hope this helps!!

  • How can i manually back up to iCloud from my iMac?

    how can i manually back up to iCloud from my iMac?

    Back up my contacts, calendar and mail.  Is there a way to manually start a back up?  My iMac is not pushing my information to iCloud for some reason.   There used to be a way to do that with Me.com.  I don't see a way to do it with iCloud.

  • E17 broken after choosing theme.....how to reset manually the theme

    how can I reset manually the theme to default one.
    I can't start E17 anymore because the chosen theme is broken, so i have to manage it outside of E17
    this comand, wich i found in the net doesn't work (anymore):
    enlightenment_remote -theme-set theme default.edj
    I would apriciate any help
    E17 is great allready

    sunaj wrote:
    You can trigger the initial setup dialog with
    enlightenment_remote -default-profile-set default
    or just delete the E17 config directory(~/.e) which leads to the same result. Another thing you could try is to rename the default theme to the theme you were using and copy it to ~/.e/e/themes.
    thanks,
    first two ways make me lose all my settings wich is not aceptable as a solution.
    3rd one would solve if i would know the name of the broken theme hohohohohoho
    I installed the whole theme-package from AUR and was switching through them.
    So, I hope there is still an elegant solution for this, losing all settings because of a theme is a real pain in the arse.

  • How to deploy Oracel Business Rule (11 TP4) from within JDeveloper?

    Hello,
    I'm testing the Oracle Business Rules functionality provided in JDeveloper 11TP4.
    Development looks nice. I'd like to test the rules, wether it be from within a Java Class or as a Web Service.
    - How can I test the Business Rule 11G in Jdev TP4?
    - How can I deploy the Business Rules to an Application Server?
    Who's got ideas?
    Thanks in advance,
    Regards Léon Smiers

    Leon,
    Try the business rules sample for TP4. It includes instructions on how to build the rule and deploy it from JDev.
    http://www.oracle.com/technology/products/ias/bpel/techpreview/index.html
    Heidi.

  • How to install manually the specific drivers o keyboard in windows 7 well?

    After install Windows 7 all work ok, but the some keys os my keyboard do not wor, @, volume + or - the brightness etc etc, onli work the letters. how can i do for install the specific keyboard driver?
    thanq´s all for anwser

    Hi Sir,
    As mentioned earlier it is prompting me the error
    Logon Failed (RFC_ERROR_LOGON_FAILURE)
    Name or Password is incorrect (repeat logon)
    But it is accessing only the production system in windows 7 but not all the 3 systems which are in landscape. I dont know how can it proceed to logon to the production system only with out other systems .
    Thanks in advance
    Regards,
    Easwar

  • How to create manually the HTML-DB?

    Hello,
    I had create a database with CREATE DATABASE. After that I had execute the following scripts:
    @D:\OracleXE\app\oracle\product\10.2.0\server\rdbms\admin\catalog.sql;
    @D:\OracleXE\app\oracle\product\10.2.0\server\rdbms\admin\catblock.sql;
    @D:\OracleXE\app\oracle\product\10.2.0\server\rdbms\admin\catproc.sql;
    @D:\OracleXE\app\oracle\product\10.2.0\server\rdbms\admin\catoctk.sql;
    @D:\OracleXE\app\oracle\product\10.2.0\server\rdbms\admin\catqm.sql SYSTEM SYSAUX TEMP;
    How I can now create the HTML-DB?
    Regards,
    Mark

    Mark,
    Are you doing this with the Database 10g Express Edition?
    Joel

  • How to deploy in the "embedded PL/SQL gateway" architecture

    Hello,
    I thought I could use an url like "http://my_server_ip:8080/apex" in order to reach my application from another machine in the same subnet, but I get "failed to connect" error!
    Is there any configuration I must do prior for this to work?
    My architecture is The embedded PL/SQL gateway
    Please help
    Mujos

    <ol><li>What version of the database are you using (11.1, 10.2, XE)?
    </li>
    <li>What version of APEX?
    </li>
    <li>Did you install APEX yourself or are you using APEX pre-installed in XE or 11g?
    </li>
    <li>What steps of the installation guide did you complete?
    </li>
    <li>Did any of them fail?
    </li>
    <li>If so, what errors?</li>
    </ol>
    Tyler

  • How to control manually the scrolling of Table Control?

    Hi,
    I have one selection screen which takes me to the next screen (Screen 2) having a table control.In this screen I have some buttons like display, change etc ,by clicking on which it goes to the third screen.Now my problem is even when I try to vertically scroll this table control it is taking me to the third screen which I do not want to happen. Could anyone please help me in this.
    Thanks in advance.

    In PBO write the following code for scrolling
    *& Module set_lines OUTPUT
    text
    MODULE SET_LINES OUTPUT.
    DATA VLINES TYPE I.
    DESCRIBE TABLE ITABCTL LINES VLINES.
    TABCTL-LINES = VLINES + 1.
    ENDMODULE. " set_lines OUTPUT
    This is code for vertical scrollin..
    Howevr check ur ok-codes..
    Hope dis helps...
    reward if it does..

  • How to manually drag and drop songs from music library to iPod Shuffle using iTunes 11?

    In iTunes 10, it's simple to just drag and drop a few songs manually from the library/playlist to the Shuffle.  In iTunes 11, Shuffle has its own window.  How do you manually drag and drop songs from music library/playlist to iPod Shuffle using iTunes 11?

    If you manually manage music... on iTunes 11, go to the top left corner and there will be a pull down bar. Click "show menu bar". From there, go to view, then show sidebar. Magically, it looks like the previous versions of iTunes. Took me 3 hours of trial and error and searching through forums to figure out. Tried calling Apple to have them walk me through it and they said they wouldn't help me since I don't have Apple Care. Whatever. Hope this helps!!

  • How do you manually manage podcasts with the new iTunes?

    Like the subject line says: How do you manually manage podcasts with the new iTunes?
    With the previous version of iTunes, when I plugged in my iPod, I could select the iPod, select podcasts, and manually delete episodes. With the new iTunes, I can't select individual episodes when looking at my iPod through iTunes. Is my only option to Sync? If so, why is that my only option?
    This question probably has a simple answer, and I'm just not seeing it.

    Rock,
    I think I figured out a way to do what you want to do - which is the same way that I use Itunes with my Ipod. (My Itunes libary was destroyed last year so I can no longer auto synch my Ipod as I would lose thousands of songs).
    Funnily enough, I discovered this new way of manually moving podcasts while trying to figure out what cpragman was trying to say (I never could - he must be smarter than me, as I couldn't get his method to work).
    1. Open up your Itunes in your regular Library view. Choose Pocasts from the left hand side (either in the sidebar if you have that enabled, or from the little "radio" icon if you don't.)
    2. Mouse to the podcast you want to place on your Ipod.
    3. Right-click it.  A long menu will pop up.
    4. Move to the "Add to Playlist" option.  As you hover, all your playlists will be visible. But at the very top will be the name of your Ipod itself (whatever you named it originally).  Choose THAT name, and voila! That podcast will now copy to your Ipod and be easily available when you disconnect.
    A nice feature of this method is that you can shift-click several podcasts at once and do the same thing, and all your selected podcasts will copy over (if you're like me and update your Ipod only every few weeks).
    Hope this helps - let me know if it works for you!

  • How can I invoke the web service manually in websphere?

    Hi
    I've developed a webservice application using Rational Application Developer (RAD). I deployed it in a websphere 6.1 application server, using the administration console to import the war file that I had previously exported with RAD.
    My webservice application is listed in the "Enterprise Applications" section of websphere's administration console as started.
    My question is: how can I invoke the web service manually? Is there some kind of websphere generated webpage that I can use to call it manually?
    I tried http://<server:port>/<contextroot> and http://<server:port>/<contextroot>/<servicename> in a webbrowser, but it doesn't work. Is it possible to invoke the web service manually, or do I need to develop a client?
    Thanks in advance
    Pedro

    Hi Bo Wang,
        Go to the Portal -> System Administration -> System Configuration
                               -> Portal Content folder
                               -> Open Visual Composer folder
        There you can see the Webservice Systems you have created through VC.
    You can delete the unwanted system here.
    Regards,
    Shemim

  • How can I change the double tap smart zoom feature ?

    The mouse preferences doesn't list this option like I see in the tutorials. I have hand tremors and its driving me CRAZY. If I want the screen larger I'd rather do it manually thru the keyboard. How can I update the preferences menu ?

    It should be shown as "Smart zoom" in System Preferences > Mouse > Point & Click -

  • How to deploy the finished app (JSF)?

    Hi Guys,
    may be the question is obvious, but I spent enough time fighting with this IDE, that I don't want to waste any minute more.
    The problem:
    I prepared my web-app in JSF. Now I'd like to take it outside of the environment and run on a extern server (not started from Eclipse of course). but HOW?
    Is it possible to generate a war? Do I have to copy my application manually from the workspace? What about the non-standard of the directories-structure (all in "web" directory: WEB-INF inside) and the deployment on the target-server? I would just like to take it to the for example Tomcat and just start it. but it doesn't work in this way..
    Some hints? Many thanks in advance.
    kubek

    Currently Workshop does not support creation of .war file. You can use the popular ant utility tool to build the war file.
    FYI, most of the servers support exploded directory deployment - meaning no need to bundle in a war file. If you have created the web application using Workshop wizard then all the contents of "web" folder can be deployed (copied) to the server.
    Ex: Tomcat
    - Copy the content of "web" to tomcat-home\webapps<application-name>
    - start server
    - access http:\\localhost:8080\application-name
    OR
    Alternatively, you can also deploy the application with the help of Tomcat's server.xml
    - Open <tomcat-home>conf\server.xml
    - include a context-element for your application
    <Context debug="0" docBase="/C:/workshop-home/eclipse/workspace/workshop-tour/site/" path="" reloadable="true" />
    - save file
    - start server
    - access http:\\localhost:8080\

Maybe you are looking for

  • External drive no longer mounts or unmounts or formats. Help!

    I have a 1TB external Seagate drive which is used to store my time machine backup for an iMac (2010).  My time machine is failing as it says there is no backup disk.  I ran disk utility.  I see it on the external drive on the list below the line on t

  • Running Shell scripts from the desktop

    Hi, I'm from the UNIX world rather than the mac one so have written a number of shell scripts. Lets call them foo.sh and bar.bash for the sake of argument. These are sitting in a folder on my desktop I can happily open a terminal session and run the

  • File- rfc- soap- rfc

    Hi I have a scenario  File to rfc it has to update the rfc table & the same file request has to call soap after updating the rfc table & the response from soap has to update rfc again.... I have designed bpm 1)Receive step asyc to receive the file 2)

  • How to extract data from legacy system to source file

    Hi can anyone tell me the procedute to copy data from legacy system to source files....this data needs to be moved to base tables can any one tell me the procedure and any sample code i,e any example Thanks & Regards Krish

  • Detail log display error

    Hello, In the R3 system (4.6C, BRCONNECT 6.20 patch level 136, TOOLS HP-UX 11.23, oracle 9.2),  we have scheduled a job CleanupLogs in DB13. The program works successfully but while displaying details logs following error occures. BR252E Function fop