Best way to see changes done to jsps/servlets/ejb/xmls in EAR

I am using iPlanet app server with iPlanet web server. Everytime i make any change jsp/servlet/ejb i have to redeploy whole ear application again. This takes a long time. Even when i use the "iasdeploy redployapp " command to deploy, it takes same amount of time as it takes for the orignal deployment.
So Is there any way to decrease the amount of the time it needs for me to re-deploy the applications when slight changes are made to application. I would really be thankful to anybody who can help me.

Hi,
I am facing this problem with a simple EAR file also. It does not contain any EJBs.
It has just JSPs, XML, and JAVA Classes.
The file size is about 481Kb.
Earlier this used to get deployed using the "iasdeploy" command within 1 minute.
Now it is taking more than 5 minutes to deploy the EAR file.
I am using the following command :
iasdeploy deployapp -verbose XYZ.ear
The same holds true for the "iasdeploy removeapp -verbose XYZ.ear" also.
Please help.
Thanks,
Samar

Similar Messages

  • New To Iplanet app server.Can some one help me getting started by delpoying and calling one of each of these:JSP,Servlet,EJB.Tried with iplanet docs..didnt quite get it. thanx

     

    Hi,
    What is that you are trying to accomplish ? Is it deployment or
    trying to develop applications ? Are you getting any errors ? If so,
    please post them to help you. I think the documentation is the best place
    for you to begin with.
    Regards & Happy New Year
    Raj
    Arif Khan wrote:
    New To Iplanet app server.Can some one help me getting started by
    delpoying and calling one of each of these:JSP,Servlet,EJB.Tried with
    iplanet docs..didnt quite get it. thanx
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Best way to edit/update data in JSP ?

    Hi Friends,
    I want to know about Update / Edit data procedure in JSP.
    ie.
    If we have one form having 10 fields, and we need to change only
    1 field then do we require to set update query for all 10 fields ?
    don't it make some overload ?
    Can you give me solution like that ?
    and I want to update data like we use CakePHP scaffold functionality.
    data from database is displayed in field and we just need to edit data
    and save it.
    Can we have such in JSP ? see I don't know struts or any frameworks
    Better you will suggest way to do in JSP.
    for Insert I use Bean [ one java class get the parameters for all fields and query ]
    Please suggest me to set the value to field on edit / update
    and best way to update the data.
    -GkR

    It's easy if you want upade game files, not game engine binary.
    You can make your app that will load swf file. So you can make engine that will load all files externaly from device. Firstly you run app and if it connected by wifi - ask user for upadate wish and that simply download from http files as binary and save they using FileSystem

  • The best way for moving from Java To JSP....

    Hello Guys ,
    Actually i am New to Java Technology and i Love it very much , i am trying to do my best ...
    i Understand it , it`s Logical for me , as you told you i`m New to Java Technology and i wanna learn JSP as soon as i can , because i have to do the commercial Project "Website" for my Univ... And Sure i wanna Continue With Jsp .. For Enterprise Commercial Projects .Sure i will Continue with Java Too ..
    The Question is .. , What is the Best way i MUST follow to achive my target ?
    i mean if i can start with Jsp Directly , or i have to focus on special Topics in Java Before Strat JSP ...
    i have just 6 monthes to Perform my Commercial Project "Payment On line ..etc"
    So Please i really want your Help
    I`d be really thankfull for you guys
    thanx for your time
    Java son

    Enterprise Applications != JSP. JSP is just a
    front-end. For enterprise apps you'd probably rather
    need EJBs...Argh... not true. I see what you are getting at, as JSP is merely presentation layer stuff; however, EJBs are certainly not ever required per se, altho they may offer some services that may be useful. I suggest OP takes a look at Struts in order to separate the webapp in an MVC style so that the decision for what to use at the back is decoupled from everything else. If it is a simple webapp, and for a University then I don't think a complex back-end will be required. In any case webapps are not enterprise systems, but they may act as views on them in some cases.

  • Best way to track changes

    I have a table that has some project info in it. what is the best way to track when changes are made ?
    Here is an example.
    create table testing1 (
    projectid varchar2(50),
    value1 varchar2(50),
    value_date date
    insert into testing1 (projectid,value1)values ('1a2a3','12345');
    insert into testing1 (projectid,value1)values ('1a2a4','12645');
    insert into testing1 (projectid,value1)values ('1a2a5','17345');
    --select * from testing1every day this table is dropped and recreated via a stored procedure I have running.
    I would like to create a new table and procedure that does the below.
    If there is a change in value1 i would like a new insert to be done with the projectid, the new value1, and the sysdate in the date column. if there is no change, there is no insert.
    any help is appreciated.
    im not looking for someone to write everything for me (although that would be amazing), just looking for some ideas on the best way to do it.thanks again.

    Jay wrote:
    I have a table that has some project info in it. what is the best way to track when changes are made ?
    Here is an example.
    create table testing1 (
    projectid varchar2(50),
    value1 varchar2(50),
    value_date date
    insert into testing1 (projectid,value1)values ('1a2a3','12345');
    insert into testing1 (projectid,value1)values ('1a2a4','12645');
    insert into testing1 (projectid,value1)values ('1a2a5','17345');
    --select * from testing1every day this table is dropped and recreated via a stored procedure I have running.
    I would like to create a new table and procedure that does the below.
    If there is a change in value1 post SQL & results that properly identify when above is true.
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • A way to SEE changes in audio data as you compress?

    I know I should be mixing with my ears and not eyes but this is a bad habit I picked up from my cool edit days and it just refuses to go away. Im trying to audition different compressor settings on already-recorded audio by actually SEEING the changes to the audio file as I make them as opposed to just hearing them. I have my compressor on the channel strip. For me to see these changes on the audio file, do I have to bounce the file every time I make a change to the settings or is there a way of seeing these changes without that hustle?
    Thanks.

    Haven't really messed with Soundtrack Pro but I will explore that option. Thank you.

  • Best way to push change data from sql server to windows/web application

    i apologized that i do not know should i ask this question in this forum or not.
    i have win apps which will load all data initially from db and display through grid but from the next time when any data will change in db or any data will be inserted newly in db then only change or newly inserted data need to be pushed from db side to
    my win apps. now only sql dependency class is coming to my mind but there is a problem regarding sql dependency class that it notify client but do not say which data is updated or inserted.
    so i am looking for best guidance and easy way to achieve my task. what will be the best way to push data from sql server to win or web client.
    there is two issue
    1) how to determine data change or data insert. i guess that can be handle by trigger
    2) next tough part is how very easily push those data from sql server end to win apps end.
    so looking for expert guide. thanks

    Hello,
    Yes, you can create DML trigger on INSERT and UPDATE to get the changed data into a temp table. And then query the temp table from application.
    If you are use SQL Server 2008 or later version, you can also try to use
    Change data capture, which
    can track insert, update, and delete activity that is applied to a SQL Server table and store the changed values on the Change Table.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Best way to capture changes on VBPA table.

    Hi:
    Which is the best way to have an extractor based on VBPA table, but including the "changed on" date to have the appropiate delta in BI?

    Hi,
    When you check :SE11 is that VBPA is a child table to VBUK and VBUK is having Last Changed date.
    May be you can create a view between these 2 tables by selecting all the columns from VBPA and Last Changed date from VBUK.Here my assumption is that there should be a transaction which updates both table together and whenever any field is getting changed in the VBPA the Last Changed Date in VBUK is also getting updated.
    If the above is true and tested based on the view you can achieve the delta.
    Hope this helps,
    Regards
    CSM Reddy

  • Best way to see if a URL to filesystem file exists?

    What's the best way to test if a file (specified by a URL) exists? I know if I had a file object, I could just do: new File( path ).exists() but File takes a URI not a URL as a constructor param. If it's a file, I can just do this, right?:
    try
         InputStream in = url.openStream();
         in.close();
    catch (IOException e)
         //Assume doesn't exist?
    }But if it's a jar file, that won't work since you can only open a stream to an entry. So for jar files, I do this, right?
    try
         URLConnection conn = url.openConnection();
         if ( conn instanceof JarURLConnection ) ( ( JarURLConnection ) conn ).getJarFile();
    catch (IOException e)
         //Assume doesn't exist?
    }Is there a better way?

    Hi,
    Try the below method which convert the given URL to and check if the file exists
    public boolean isFileExistGivenURL (URL url) {
              if (url == null || !url.getProtocol().equals("file")) {
                return false;
            } else {
                String filename = url.getFile().replace('/', File.separatorChar);
                int pos =0;
                while ((pos = filename.indexOf('%', pos)) >= 0) {
                    if (pos + 2 < filename.length()) {
                        String hexStr = filename.substring(pos + 1, pos + 3);
                        char ch = (char) Integer.parseInt(hexStr, 16);
                        filename = filename.substring(0, pos) + ch + filename.substring(pos + 3);
                return new File(filename).exists();
            }Hope this helps
    Regards,
    Alan Mehio
    London,UK

  • Sales document: best way to validate changes.

    Hi Gurus.
    These are the steps of the process:
    Sales Document data will be exported to an external platform and in the platform changes will be done to this data- such as material, quantity, etc.
    Once the changes are done on the external platform, the data is sent back to the ERP with the goal of updating the Sales Document with the changes made in step 1.
    BUT, before being able to update the Sales Document, I need to make sure that there were no changes (modifications) made to the document as step 1 took place. In other words, make sure that nobody else changed the Document as I was modifying it in the external platform.
    I can think of two possibilities:
    Consult tables CDHDR and CDPOS to see if there are entries with date and time that indicate changes as I was modifying the data in the external platform, or
    At the moment of exporting from ERP to the external platform (step 1), save in a custom table (Z table) an "image" or "picture" of the document so I can make comparisons between the document at the moment of exporting and the document at the moment of updating, see if there are differences and if not, then update it.
    I hope I was able to explain myself.
    Please let me know what do you think and also if there is another solution for this. I would really appreciate it.
    Thanks!
    Best regards.

    Hi Guillermo,
    I do believe you are correct with your options.
    Thinking of helping you with this point, I believe a third option would be instead of extracting the data, create an RFC to capture data in real time, using up the lock in the sales document and following this external system already make the change data again.
    I hope it helped you.
    Best Regards,
    Rafael Sá

  • Best Way to Set Change Bars on Right Margin

    I'm an InDesign newbie and need to set change bars on the right margin. I have a two-part question.
    First: from looking around at relevant blogs/tutorials that I've found, I've come to the conclusion that my best approach is to:
    1. Creat an (rectangle) object
    2. Draw a line with the desired change bar properties
    3. Cut and paste the line into the object
    4. Cut the object
    5. Use Object > Anchored Object > Insert to set the size and location of the object
         5a. X = aligned to page margin at negative width of containing frame (e.g., -45p0)
         5b. Y = alingned at baseline
    Does this sound right? Are there alternative/better ways?
    Second: I need a way to automate the above so that it can be applied to many instances of change. I have character style that marks every change which comes into InDesign from InCopy. From what I've seen, it doesn't look like it will be too hard to write a (javascript) script that does the above for every occurrence of the character style, thus automatically inserting my change bar/anchored object in every location where it's needed.
    Does this sound right? Any suggestions or references to existing scripts that do something like this?
    Thanks

    I think they need a visual in the layout - not just Story Mode.
    There's this script here
    http://www.kerntiff.co.uk/free-stuff/editmarksviewer
    http://www.kerntiff.co.uk/products-4-indesign/editmarks
    http://www.kerntiff.co.uk/products-4-indesign/editmarks/editmarks-navigator

  • What is the best way to see what toshiba software can/should be installed?

    I'm thinking about formating my A100-454's hard disc, starting from zero and installing Windows Vista Ultimate.
    I would like to know what (last version, and preferently, in portuguese language) software/drivers should i install. Is there any webpage that gives that information?, without being "dumped" by a search that gives "any software any drivers any version" downloads (yes, i'm forgetting the filters...:) )?
    I ask because, as you all know, the laptop cames with many software/utilities installed, and, at least i, don't really know "what does what " and i would like to see a page that objectivelly, would say "for A100-454 ... install these software and drivers, this software does this, this software does that..."
    Regards, from Portugal

    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp
    Select your model and download the drivers for your operating system.

  • What is the best way to get/change data in R/3 from external interface?

    Hi SAP gurus,
    I have a problem to know what is the best technology to access and maintenance all SAP functionality and data too in R/3 systems.
    Anyone know if connectors (.NET or JCO) are the only solution to manipulate all SAP system data or exist other way?
    One thing more, what is the best connector, with more functionality?
    E.g. The screen painter was made in C++ and is executed by user event in R/3 system, so would like to know if it's exist any way to do the same but replace the screen painter to another custom application?
    Regards

    Hello Vitor
    Not all functions and data are externally accessible. Only those business objects (e.g. like sales order, customer, material) for which BAPIs are available (transaction BAPI ) can be accessed via RFC.
    Regards,
        Uwe

  • What is the best way to output query result in jsp page?

    I have several pages with 2-3 queries on each one.
    My jsp pages call a class that I've created, the class will create a connection with the db, execute the query and returns the ResultSet to the jsp page. Then I iterate the RS on the jsp page.
    Is there a better way of sending the data back to the jsp? I was thinking of .xml.

    Send it back as a java.util.List, or some other Collection. Then iterate through the collection. My preference is to make a Bean of the date that represents a Row on the ResultSet and put those in the List. Then when we get to the JSP, iterate the List to get the beans, and call get methods to get the values...
      /* In a method that traverses ResultSet and fills a List of  beans... */
      List data = new ArrayList();
      while(results.next())
        MyBean mb = new MyBean();
        mb.setProperty1(rs.getString(1)); //But give properties good names
        mb.setProperty2(rs.getString(2)); //Not 'Property1 and Property2
        data.add(mb);
      return data;If you are using JSTL you can do something like this:
      <c:set var="myBeans" value="${theDbObject.results}"/> //Assuming the above method was called 'getResults()'
      <table>
      <c:forEach var="mb" items="${myBeans}">
        <tr><td>${mb.property1}</td><td>${mb.property2}</td>...</tr>
      </c:forEach>
      </table>

  • Best way to see staff transactions?

    How can the head of the resource management department check to see how many and what type of transactions his staff has created or modified during a given period of time? Can he create a list of all the users and the transactions they worked on?

    Hi,
    I am not sure what exactly you want to see but if you want to check what transactions are executed by users then you can use security audit for this. Check transacitons SM19 and SM20.
    Cheers

Maybe you are looking for

  • How to allow user to see salary button in assignment Window

    Dear, We wanted to dis-appear Salary button in assignment window; therefore we used task flow to visible or un-visible salary button and working fine but by clicking salary button showing error "Function not available for this responsibility. Change

  • Kit Kat data connection problems

    Since updating to kitkat (among other problems) my data connection drops to 3G almost everywhere, and sometimes unexpectedly disappears completely. I used to have 4G everywhere most places and always in the two zip codes I primarily use the phone fro

  • Rendering service by providing material to vendor

    Hi, I need to render service with reference of project for Painting of building , In this case I am providing all the material required for painting and POP to vendor, please suggest me how to create a service PO by specifying the details of material

  • Microsoft Update Lumia 1020 apps crash

    Just had a scary experience with this update. After updating ALL my apps crashed and my Lumia 1020 would only call, txt, go on browser and take photos. Luckily I found a solution via Twitter. You need to instal the Italian Keyboard, which will take a

  • Flash CS6 not saving.

    Failed to open document message when I save the file. We need to be able to save to our server. I work on a Mac  Pro and recently upgraded to Mavericks: should I downgrade?