Is weblogic capable of... and how?

Hi all,
i'm developing a web application using ecplipse 3.0.2 and weblogic 8.1 and maven webL. plugin 1.0.1 . I can't choose other versions. While the application grows and merges with other parts, the compilation-instalation-delpoyment cycle is growing too much.
Actually i have an EAR file of 100 MB and the cycle takes abaout 5 minutes, 5 minutes! to see a simple change in a class or worse in a jsp.
I'm really not familiarized with weblogic, so i have two questions:
- Can i deploy the differents 'parts-projects' separatly in order to re-deploy only the ones that had changes?
- Can i configure weblogic or my web-application to 'notice' changes in classes or pages and apply them dynamicly while the server is up?

Hi,
1) Can i deploy the differents 'parts-projects' separatly in order to re-deploy only the ones that had changes?
Yes,
Check this: http://e-docs.bea.com/wls/docs81/faq/deploy.html#744870
[java weblogic.Deployer -adminurl http://admin:7001 -name appname -targets server1,server2 -deploy jsps/*.jsp]
2) Can i configure weblogic or my web-application to 'notice' changes in classes or pages and apply them dynamicly while the server is up?
I think "Auto-deployment " will help you in this.
More info:
http://e-docs.bea.com/wls/docs81/deployment/concepts.html#1005829
Thanks,
Qumar Hussain

Similar Messages

  • We have two Airprint capable printers thagt my wife uses with her Samsung Galaxy s4 but both printers are NOT listed on my iPhone 4s. any ideas why and how to correct??

    I have two printers ... Cannon MS5400 and an Epson Workforce 840 ... both are Airprint capable as my wife prints to both via her Samsung Galaxy S4.
    My iPhone 4S only has the Cannon listed when I go to print. Any deas as to what is going on and how to correct???

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • How to start weblogic in debug mode ? and how to set the eclipse in the deb

    how to start weblogic in debug mode ? and how to set the eclipse in the debug

    Put this in JAVA_OPTIONS :
    Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=3999,suspend=y,server=y
    After restarted weblogic, in eclipse set your breakpoint , open debug perspective then choose Remote Java Appliction and configure Connection Properties (host=localhost and port=3999)

  • How to deploy *.jar in WebLogic by Hudson and WLST

    Hi everybody!
    I have the server (hostname - server0), where:
    1. Developers works. He create the build JAR-files and put this file in special local directory:
    /home/build/test1/jar/ - jar-file for test envorement 1 of weblogic (hostname - server1)
    /home/build/test2/jar/ - jar-file for test envorement 2 of weblogic (hostname - server2)
    2. I have the directories with WLST scripts for deploing the build JAR-files:
    2.1. Script files for deploing the jar-files in test envorement 1 of weblogic (hostname - server1)
    /home/build/test1/scripts/deploy.sh
    /home/build/test1/scripts/deploy.py
    2.2. Script files for deploing the jar-files in test envorement 2 of weblogic (hostname - server2)
    /home/build/test2/scripts/deploy.sh
    /home/build/test2/scripts/deploy.py
    3. Hudson (Hudson ver. 2.1.2) is intsalled.
    Could you please tell me, how to automatic deploy *.jar in WebLogic by Hudson and WLST, if take into consideration the email-notification about problem in deploing?

    I've never used WLST inconjunction with Hudson.
    What I have done is use Maven to do this.
    We have a WebLogic Server Maven Plugin which can perform deployment operations.
    Hudson has support for Maven, so you create a Maven project which does the deployment from the project and configure a job using that on Hudson -- if you can get your developer to upload their artifacts to some form of SCM system so Hudson watches for the changes, grabs the new file and does the deployment, that would work.
    If you want to use your scripts, then you could perhaps use the Hudson SSH plugin which can execute "shell" scripts on a server. Theoretically here you would create wrapper shell scripts for your WLST execution/script, then configure a Hudson job which executes the scripts. I've never used the plugin so not sure how it is activated, but you could configure a job to run on a periodic basis, and have the wrapper script itself do the check to see if the directory contains a jar/ear file to deploy -- if it does, execute the WLST scripts; if not, simply return.
    Let us know how you get on!
    -steve-

  • WebLogic 6.0 and NT security – HOW?

    WebLogic 6.0 and NT security – HOW?
    Info
    - Windows NT 4.0 SP6
    - WebLogic 6.0
    - JDK 1.3
    The WebLogic instance is running as a service under the system account, c:\bea\wlserver6.0\bin
    is in the path.
    We have several Primary Domain Controllers, so we made a NTRealm entry per PDC. We
    rebooted the server.
    Now, I would expect to see the NT users and groups in the security tab but I only
    see the filerealm users and groups. Is this normal that they don’t show up?
    I understand that you have to use the NT Admin tools for creating users and groups,
    but I would expect to SEE them in the security tab.
    We created an NT group BEA_TEST on that machine and we would like to give only members
    of that group access to our application. (See files below.) It doesn’t work.
    If we create a filerealm group it works fine, NTRealm not.
    What are we missing here?
    Regards,
    Merg
    ----- web.xml -----
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>TEST</web-resource-name>
    <description>Test</description>
    <url-pattern>*</url-pattern>
    <http-method>POST</http-method>
    <http-method>GET</http-method>
    </web-resource-collection>
    <auth-constraint>
    <description>Test</description>
    <role-name>TESTUSERS</role-name>
    </auth-constraint>
    <user-data-constraint>
    <description>SSL not required</description>
    <transport-guarantee>NONE</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    <security-role>
    <description>TESTUSERS</description>
    <role-name>TESTUSERS</role-name>
    </security-role>
    ----- weblogic.xml -----
    <security-role-assignment>
    <role-name>TESTUSERS</role-name>
    <principal-name>BEA_TEST</principal-name>
    </security-role-assignment>

    Darkit,
    I have the same problem. Let me know if you find a solution to this problem.
    Thanks,
    Bharathi

  • How to run weblogic 8.1 and weblogic 9.2 simultaneously

    I have data service platform installed on Weblogic 8.1 platform and Aqualogic service bus installed with Weblogic 9.2.And I want to start both the servers at the same time.
    I have configured Weblogic server 8.1 domain to listen on 7771 port while weblogic 9.2 server domain is listening on 7001.However when I start both the server then one server starts and others server fail to start and in prompt following error message is displayed :
    ERROR:Transport error 202:bind failed:Address already in use["transport.c",L41]
    ERROR:JDWD Transport dt_socket failed to inintialized TRANSPORT_INIT<510>["debugInit.c",L500]
    JDWD exit error JVMTI_ERROR_INTERNAL<113>:No transport inintialized
    Message was edited by:
    mihirkhanwalkar

    Can you show us the full error message? I don't know of anything in WLS that uses port 202 by default. It's a privileged port as well which makes it even more unusual.
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • How to add fields to already loaded cube or dso and how to fill records in

    how to add fields to already loaded cube or dso and how to fill  it.can any one tell me the critical issues in data loading process..?

    This is sensitive task with regards to large volumes of data in infoproviders.
    The issue is to reload of data in case of adjusted structures of infoproviders.
    Indeed there are some tricks. See following:
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/19300
    https://service.sap.com/sap/support/notes/1287382

  • Can my macbook pro mid 2007 3.1 AA896ll/a handle a SSD and how do I make the switch. Can I do a clean install of Snow Leopard from an original cd

    Here is my problem, I want to upgrade my macbook pro mid 2007 3.1 AA896ll/a to an Solid State Drive, a Crucial m4 256 gb, I want to know if the macbook will be able to handle it and how do I do the switch. also once I install the drive will I be able to boot from my Snow Leoard original cd and do a clean install. Thank you

    Coming from a 5,400 RPM drive that's nearly filled up, fragmented and deoptimized to a fresh install of OS X on a SSD will of course be a improvement.
    However fresh installing OS X on a new 5,400 RPM will also see a improvement, boot up in 30 seconds.
    A fresh install of OS X on a new 7,200 RPM drive will also see a improvement, boot up in 25 seconds.
    A fresh install of OS X on a new SSD will see the best improvement, boot up in 20 seconds on fast SATA connections.
    OS X still requires time to setup and that takes about 20 seconds despite how fast your boot drive is, that's why sleep was created.
    Things to consider: The higher cost of a SSD, the limiting capacity (hard drives hold way more up), the SATA I speed limitations (slows up on large file transfers), the difficulty to scrub the SSD of unwanted data (like you can a hard drive), and it's limited write capability. Also the smaller SSD's are faster than the larger ones.
    SSD's are shock proof, which is their slight advantage over hard drives.
    I see a 120GB SSD in a SATA I machine as being a waste, it's too small of a storage space (500GB+ is ideal), the SATA I connection is slow and other factors that make a 7,200 RPM drive a better option in that machine.
    One can get a 750 GB 7,200 RPM hard drive for about the same price and still maximize their boot time in the process, also being able to scrub their drive of unwanted data easily.
    SSD's can't be scrubbed, one has to fill 50% of the remaining space with many, very small files to overwrite the free space, then do another 50% again to defeat the Trim/wear leveling as SSD's write to less used location each time. If one fills a OS X boot drive up completely, it won't function or won't boot up.
    If you do this fill routine regularly with software, then you prematurely wear out the SSD as it has limited writes. Why Disk Utility doesn't offer zero or 7x erase for SSD's.
    If your in the 10% of Internet traffic that's going to adult sites, then the ability to scrub the caches and storage drive of embarrassing unwanted data is a necessity. Especially in the light of software and hardware that can read the SSD of deleted data.
    Trick links and redirects on poisoned sites can firebomb your Mac with some pretty bad pictures and your hidden caches as well, especially if you don't like to pay.
    IT personal have at their disposal free open source forensic software that basically aggregates all the past behavior done on the machine into a nice, easy to view format with times, dates and when and where content was downloaded from.
    Since one has to give up their password for repair folks to recover data and fix the machine...
    I think a SSD is less of a benefit over a 7,200 hard drive for that particular model of Mac for a mere few seconds faster boot time.

  • My macbook is extremely hot and the fan is worryingly loud, what is wrong with it and how do i stop this from happening?

    For soem reason if I actually dare to use my macbook the fan kicks in and is so loud that I am unable to use skype or other voice programs without a headset because of its volume, also it gets very hot very fast, so hot that if I rest it on my knees it burns.  I normally have it on a desk and the area is well ventialted.  I have no print queues and rarely have more than two programs running at a time.  Can anyone offer a suggestion of what is wrong and how I can fix this please?  One of the main reasons I bought one in the first place was that they are so quiet when shown them in the apple store, but this is worryingly loud... 

    Thanks, it seems that it doesn't like to play games, which is a bit of a bummer as i bought this specifically because it was capable of doing that.  To be fair, it is capable... I just need to get used to a sound like sitting by a washing machine on spin cycle...  Wish they would make people aware of this in the Apple Store, its very misleading and not at all desireable.

  • I would like to know which app/software in MAC gives us the same feature that is provided by System Restore in Windows, and how does that work

    I would like to know which app/software in MAC gives us the same feature that is provided by System Restore in Windows, and how does that work.

    Time Machine is one such program, although it is a recursive backup program which offers limited archive capability, based on the capacity of the backup destination, and it requires you set it up before you start editing your files.   Some programs are also Versions aware, which offers a kind of restore capability by file.  Again needs to be setup before you start editing.
    Just a for-your-info:
    Mac is not an acronym, it is a nickname for Macintosh.

  • Can I open .pmd files in indesign? And how? Since indesign is a "substitute" for PageMaker it should/must be possible, but I don't know how to do it

    Can I open .pmd files in indesign? And how? Since indesign is a "substitute" for PageMaker it should/must be possible, but I don't know how to do it

    CS6 was the last version capable of opening Pagemaker files. It's included with Cloud subscriptions, so if you don't have it installed (or an earlier version) you can download it from your cloud subscription.
    To open them you use File > Open..., but the quality of conversion can range between nearly perfect and total garbage, depending on the PM file and the status of links (unembed images before trying to convert).

  • Private Credentials and how to get them back

    How to extract back the private credentials in a clean way from weblogic?
    We are currently working with bea weblogic version 7
    and have developed an authentication module and a credential mapper module
    The authentication is fairly simple : the user types in a username and password
    and we come into the Authenticator Provider which we configered in our realm
    The partial signature of the interface interface javax.security.auth.spi.LoginModule
    public void initialize(Subject subject,CallbackHandler callbackHandler,Map sharedState,Map
    options)
    in the initialize method we store the subject in a private variable
    public boolean commit()
    in the commit method we add a principal to the subject via
         subject.getPrincipals().add(new Principal(username))
    and we add the private credentials as
         subject.getPrivateCredentials().add(new PasswordCredential(username,password))
    Now ,
    some time later when the user want's to access an ejb that is using a JCA connector
    component
    and want's to retrieve a connection, we will pass via the Credential Mapper that
    we configured in the realm.
    The method signature is
    public Vector getCredentials(Subject requestor,Subject initiator,Resource resource,String[]
    credentialTypes)
    The initiator subject represents the user that authenticated himself
    I can extract the principal with the method subject.getPrincipals
    but when i try to extract subject.getPrivateCredentials i get an empty set.
    The questions is of course did weblogic hide away the private credentials or not.
    I can work around this but stuffing the password in the principal at the moment
    of authentication , but i would prefer a cleaner solution.
    Any ideas
    Blyau Gino
    [email protected]

    Is the Subject created in the Authenticator ever serialized or passed across
    the wire? If so, anything stored in the private or public credentials will
    be removed as part of the serialization process. This is documented in the
    JAAS specifications from Sun.
    Paul Patrick
    "gino blyau" <[email protected]> wrote in message
    news:[email protected]...
    >
    How to extract back the private credentials in a clean way from weblogic?
    We are currently working with bea weblogic version 7
    and have developed an authentication module and a credential mapper module
    The authentication is fairly simple : the user types in a username andpassword
    and we come into the Authenticator Provider which we configered in ourrealm
    >
    The partial signature of the interface interfacejavax.security.auth.spi.LoginModule
    >
    public void initialize(Subject subject,CallbackHandlercallbackHandler,Map sharedState,Map
    options)
    in the initialize method we store the subject in a private variable
    public boolean commit()
    in the commit method we add a principal to the subject via
    subject.getPrincipals().add(new Principal(username))
    and we add the private credentials as
    subject.getPrivateCredentials().add(newPasswordCredential(username,password))
    >
    >
    Now ,
    some time later when the user want's to access an ejb that is using a JCAconnector
    component
    and want's to retrieve a connection, we will pass via the CredentialMapper that
    we configured in the realm.
    The method signature is
    public Vector getCredentials(Subject requestor,Subjectinitiator,Resource resource,String[]
    credentialTypes)
    The initiator subject represents the user that authenticated himself
    I can extract the principal with the method subject.getPrincipals
    but when i try to extract subject.getPrivateCredentials i get an emptyset.
    The questions is of course did weblogic hide away the private credentialsor not.
    >
    I can work around this but stuffing the password in the principal at themoment
    >
    of authentication , but i would prefer a cleaner solution.
    Any ideas
    Blyau Gino
    [email protected]

  • I created a 5x7 postcard document in Word with text boxes and graphics.  When I converted it to PDF, some of the items were missing, even though they were in the boundaries of the page and looked fine on the Word document.  What happened, and how do I fix

    I created a 5x7 postcard document in Word with text boxes and graphics.  When I converted it to PDF, some of the items were missing, even though they were in the boundaries of the page and looked fine on the Word document.  What happened, and how do I fix it?  I'm trying to upload the PDF version to Vistaprint.  Thanks.

    Reader doesn’t create pdf files. You can use Acrobat (ask in that forum) to create pdfs. You can subscribe to the Adobe PDF Pack which has a create pdf functionality (please ask in that forum), or you can use a third party utility such as ghostscript, cutepdf, or Microsoft’s own PDF creation capability. For third party pdf creation you will need to ask in a forum dedicated to that software as fellow users of Reader are unlikely to have the knowledge to help.

  • CF8 on Weblogic 10.0 and Apache

    I am trying to configure CF8 as an EAR file on Weblogic 10.0
    and configuring it with Apache webserver. The settings for Weblogic
    are made as mentioned in the configuration document and CF8 is
    working fine on Weblogic.
    Now for Apache connectivity, a connector is configured for
    Weblogic which handles *.cfm files requests as well.
    - The CFM files are kept in webserver and when I try to open
    a cfm file, the proxy is getting invoked but since Weblogic doesn't
    find the file URI it returns 404.
    - Please let me know how can the CFM files kept on Webserver
    be rendered using CF8 deployed on Weblogic
    Or there is a need for these files to be kept on the Weblogic
    Appserver only

    sam_cf09 wrote:
    > Can the CFM files be a part of any WAR file deployed on
    Weblgic and Cold
    > fusion will take care of rendering them
    Sure. If you want to put a file example.cfm in a WAR file,
    put it in the
    root of the WAR. Your folder structure will look something
    like:
    WAR/
    WAR/example.cfm
    WAR/WEB-INF
    WAR/WEB-INF/web.xml
    WAR/WEB-INF/*
    WAR/WEB-INF/cfusion
    WAR/WEB-INF/cfusion/lib/
    etc.
    Then if you have a context root "/test" in your
    Application.xml you can
    reach your template through the URL
    http://server/test/example.cfm
    The best way to get a WAR (or EAR) file for deployment is to
    run the
    installer. It has the option to generate a WAR or EAR for
    you. Use that,
    then later unjar it to see how it looks internally.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • WebLogic 8.1SP4 and IIS

    Hi,
    I want to configure weblogic with IIS and have found enough articles on how to proxy IIS to point to a single instance or a clustered environment but not on how to proxy IIS to multiple WebLogic servers
    I have the application running on
    http://<weblogic-server>:7201/elms
    http://<weblogic-server>:7301/elms
    http://<weblogic-server>:7401/elms
    and I want to be able to access these via the IIS through these URLs:
    http://<IIS_Server>/elms
    http://<IIS_Server>/elms_sit
    http://<IIS_Server>/elms_uat
    Is this configuration possible? Any help would be highly appreciated.
    Thanks
    Sandeep

    Since you are attempting to proxy by path you need to configure the iisforward.dll as stated in step #3 here:
    http://e-docs.bea.com/wls/docs81/plugins/isapi.html#100382

Maybe you are looking for

  • Flash 10.3 "failed to initialise"

    Hi All I've been creating an image for distribution on a number of kiosks, running Windows XP SP3 & when I do a fresh instal of Flash 10.3 (i.e. the version released today) I get a "Failed to Initialise" message. Further more the flash.exe installer

  • Need help on this template

    I've a report that has columns like Item, item_desc, total_sales(qty*unit_cost), tran_date etc 101 apples 20 1-jan-2010 101 apples 50 1-jan-2010 101 apples 30 2-jan-2010 102 oranges 30 2-jan-2010 some thing like this I want total_sales of a particula

  • Validation on external content type in sharepoint 2010

    Hi, I have created one external content type. Table which used by this content type contain primary key. SO whenever i created a record with same id, its giving me following error: Please help to solve the issue.

  • Firefox comments

    Anyone have a clue why I can enter blog comments with no problem using Safari, but get an error message "We're sorry. We are having a problem processing your request." using Firefox (v. 2.0.04)? Using iweb 1.1.2... thanks for any help. MacBook   Mac

  • Adoafmctl.sh , adforsctl.sh have time out errors

    when i run adstrtal.sh script i face some time out error in some script for example Executing service control script: /opt/oracle/inst/apps/PROD_prodapps/admin/scripts/adoafmctl.sh start Timeout specified in context file: 100 second(s) script returne