Out of classpath real-estate

We have a large complex application and we are starting to run out of
room in the weblogicclasspath on windows and unix. We use lots of 3rd
party jars to make our applicaiton work, like
mail.jar,activation.jar,xerces.jar,xalan.jar and many more.
Between all the stuff weblogic requres and our app requires were running
out of room (nt has hit its max and so has our unix shell)
I am thinking about using java extensions to help out here. For things
that are low level like mail,and xml parsers, is it ok to put them in
the ext directory instead of the weblogicclasspath. This would free up
some room for me. Im just worried that this will negatively effect
weblogic.
Also, we have had problems where some of our xml classes are being
loaded from weblogic and some from our xerces.jar we add. Is there a way
to make sure we use ours instead of weblogics (since weblogics are quite
old).
thanks
Joel

I had exactly the same problem a while ago (command line was getting too
long) and I used a launcher class which reads classpath from a config file
and sets it before starting WebLogic:
public class WebLogicLauncher {
public static void main(String[] args) {
try {
String weblogicClasspath = ... read it from file ...
System.setProperty("weblogic.class.path", weblogicClasspath);
Class wlServer = Class.forName("weblogic.Server");
Method wlMain = wlServer.getMethod("main", new Class[] {Class.forName("[Ljava.lang.String;")});
wlMain.invoke(null, new Object[] { args });
} catch(Throwable oops) {
oops.printStackTrace();
Joel Nylund <[email protected]> wrote:
We have a large complex application and we are starting to run out of
room in the weblogicclasspath on windows and unix. We use lots of 3rd
party jars to make our applicaiton work, like
mail.jar,activation.jar,xerces.jar,xalan.jar and many more.
Between all the stuff weblogic requres and our app requires were running
out of room (nt has hit its max and so has our unix shell)
I am thinking about using java extensions to help out here. For things
that are low level like mail,and xml parsers, is it ok to put them in
the ext directory instead of the weblogicclasspath. This would free up
some room for me. Im just worried that this will negatively effect
weblogic.
Also, we have had problems where some of our xml classes are being
loaded from weblogic and some from our xerces.jar we add. Is there a way
to make sure we use ours instead of weblogics (since weblogics are quite
old).
thanks
Joel--
Dimitri

Similar Messages

  • Real Estate Maintenance

    Hi All,
    Can any body help me out in following concern....please..
    How do we carry out maintrenance in real estate??....its business schenario??..
    Sundar

    Hi Sundar.
    The basic steeps are:
    1 u2013 Recording of demands (Business Task) (I would recommend I template for this)
         Declaration of a defect, enhancement request, data change requestu2026
    2 u2013 Qualification and orientation     (Supply Task)
         "Qualification and analyze of ticket"
         Effort and cost assessment
    3 - Realization, Test, Validation of changes     
         Implement changes (Supply Task)
         Unit Testing (Supply Task)
         Impact Assessment (Supply Task)
         Documentation of the change (Technical and functional)
         User acceptance Testing (Customer Task) (For this I would recommend a sign-off and a tests evidences in quality system).
    4 u2013 Release in Production
         Release of the changes in Production (Supply Task)
         Data acceptance in Production (Customer Task)
         Closing of request (Customer Task)
    Now a days you can find some tools to manage all this types of requests. And by the correct classification you can take several analyses reports.
    Concerning the track I would recommend to activate all the logs possible and to have special attention to the authorization.
    I hope this helps.
    Regards,
    DAS

  • I installed an update to firefox yesterday and it wiped out the photo viewer that I USE everyday for my real estate listings.. How do I get it back

    I cannot remember what it was called.. but I seriously cannot work my real estate business without it. All my listings have photos and I cannot see them now.
    Help

    The easiest solution would be to use your backup, if you don't have one you have no one to blame but yourself.
    If you also lost your extensions, preferences, and history, perhaps you created a new profile and are in the wrong one. Find out if you have multiple profiles and check the date-timestamps on places.sqlite or the files with bookmarkbackups folder Your current profile can be located typing about:support into the location bar then click on "Open Containing Folder" which places you in your current profile now go up one level to your "Profiles" folder to see if you have other profiles as well.
    If you are in the correct profile see if you have a bookmark backup that you can restore in your current profile. Mozilla will create 5 or 10 backups (one per day of use) the number of backups can be changed they were increased from 5 to 10 (but that won't help now, you have what you have). Use "Ctrl+Shift+B" to get to the Bookmarks Library List then "Import and Backup" menu then "Restore" if you see a list of several days and on the day before your problem you might use that or even the day of the problem to restore your bookmarks. If available easier than using your own backup and is done with Firefox up -- but is not a substitution for the need to back up your user files to an external device.
    There may be a bookmarks.html file in your profile but it is probably way too old to do you much good.
    <br><small>Once you resolve the problem, mark "Solved" one answer that will best help others with a similar problem, and let us know what the resolution was.</small>

  • I teach Continuing education classes to Real Estate agents and I need to issue them certificates at the class, whihc need to be signed by me and it needs to contain their info on the certificate. The certificate is currently saved in a word format.What i'

    I teach Continuing education classes to Real Estate agents and I need to issue them certificates at the class, whihc need to be signed by me and it needs to contain their info on the certificate. The certificate is currently saved in a word format.What i'm trying to accomplish is to do a "mail merge " ( as some classes i have as many as 150 attendees) for the document, digitally sign each one with my signature on the certificate and then e-mail it out to the respective attendees. can this be done? if so How?

    This is the step that I took after inputting my signature.
    On the right, after saving my document, I click "Get Others to Sign."  I was confused because it says that it's powered by EchoSign.  Like I stated before, my clients are able to sign this document when I send it to them, but it is returned to me with their signature (not in the signature field, but at the end of the document), and my signature is missing.  I tested this on myself - my signature is missing when they receive it. 

  • Status from init to modify in real estate

    hi masters,
    in tcode : RECN... when i create a real estate contract the status button will be on CREATE. So after create then i change anything or name of the contract to something else ex : sap... now when i save the STATUS should change automatically to MODIFED.  I found a badi which is BADI_RE_CN_CN in this badi i have so many methods... and i looked for the field STATUS
    but i could not find that field name in the badi... but when i put the break point it stops there.
    i have never worked on the badis... and it is my first badi... so can you any one help me as to how to approch where and how can i say in those classes  or where to work it out.
    regards,
    pasala.

    Hi Bhasker,
    For status there wil not be any field that is available. you need to use FMs to change status.
    What status are you talking about. Is it system status or User status?
    There are 2 function modules which needs to be used to change the status.
    STATUS_CHANGE_INTERN - Set/Delete System Status
    STATUS_CHANGE_EXTERN -Set User Status
    Sample Code:
    SYSTEM STATUS:
    Fill the internal table with the required system status.
        wa_status-stat = 'I0070'. " Status (ISTAT) found in table TJ02T.
        append wa_status to it_status.
        clear wa_status.
        call function 'STATUS_CHANGE_INTERN'
          exporting
            objnr               = <Object Number> " (VICNCN-OBJNR)
          tables
            status              = it_status
          exceptions
            object_not_found    = 1
            status_inconsistent = 2
            status_not_allowed  = 3
            others              = 4.
    USER STATUS:
      call function 'STATUS_CHANGE_EXTERN'
        exporting
      CHECK_ONLY                = ' '
         client                    = sy-mandt
          objnr                     = <Object Number> " (VICNCN-OBJNR)
          user_status               = 'EXXXX' " Status (ESTAT) found in table TJ30T for your status profile.
    EXCEPTIONS
       OBJECT_NOT_FOUND          = 1
       STATUS_INCONSISTENT       = 2
       STATUS_NOT_ALLOWED        = 3
       OTHERS                    = 4
    Please Revert back if you need more help.
    Regards,
    Gautham Paspala

  • Can someone make iBooks have the Option to view 2 pages in landscape mode so it can use up all the pixel real estate?

    Can someone make iBooks have the Option to view 2 pages in landscape mode so it can use up all the pixel real estate?
    Apple usually does this for OSX and its great when compared to windows where it doesnt use up all the real estate for viewing applications like websites and pdf files but when it comes to iBooks, it feels like there is no apple touch to it and is limited.
    If steve jobs were still alive, i bet there wouldnt be this problem >.>
    Please consider this as a real problem for people out there who would like to see 2 pages in landscape mode with pdf files and not just epub files.
    Thanks!

    Penguin, do you always insult people on here or was I just a special case?
    If you read the statement carefully, which you obviously did not! I was speculating, and I did not say anything for certain about knowing or not knowing ...
    I'm happy for the reply to the post and helpful link you posted to where I can leave some feedback for my post on an Apple monitored site but i rather you not reply if your gonna leave a snyde remark with every helpful comment.
    Don't do it again. and Thanks for the help.

  • Urgent: Table name needed for Real estate

    Hi Experts,
    i have a query relating to the real estate module.
    I want a table name that holds the (VIOROO-rsobjtype) Reservation object type field and (VIBPOBJREL-Partner) Partner field. These fields are contained in 2 different tables.
    Can you help me out here. This is an Very urgent requirement.
    Points will be awarded.
    Thanks in advance.

    Hi,
    Just do like this to know about your tables,
    go to se11,
    give table name as DD03L(which is a table for table fields),
    display,
    excute,
    under the field name input u can VIOROO and VIBPOBJREL
    then excute, u can get the table names for your fields.
    seshu.

  • Flexible real estate: contract between 2 companies

    Hi,
    We have not yet flexible real estate and we are studying this module for deciding to use it or not. We have a lot of contracts where the landlord is one company of our group and the tenant is another company of our group. Both companies are in the same SAP, so we want to register each contract only one time and get bookings in both companies, at one side for lease-out and at other side for lease-in. It seems not possible. We should have to enter one contract in each company, with redundant information for the conditions, texts, dates, etc... Is it right ? Have you experience with such cases ? What is the best solution ? We are in 4.7, but information about other releases is welcome (please specify the release in your answer).

    Hi,
    As far as I know this could'nt be achieved without programming and doesn't seem to be easy. But I can tell you a workaround.
    In Transaction Manager Module (used for financial instruments) there is a jocker called Cashflow instrument. You can create an instrument of this type in a company and the operation can be mirrored in the other.
    I used this for loans than were lend and borrowed by group companies (shareholders loans) that were in the same SAP installation (in 4.7).
    The problem is that it will work Ok for simple cashflow but you have to renounce to all real estate functionality. I mean, if you only need the financial flows and postings it's OK.
    Hope to help,

  • Organization structure for real-estate project

    Hi
    I am required to work in a real-estate company project. 
    I am confused about the organization structure which should be created for the company.
    The company undertakes various projects like housing, shopping complexes, malls, wind-mills, etc.  and want to know the profitability reports of each individual project.  Every time  company will be starting new new construction activities.
    Please suggest an organization element how I can represent these in the Controlling Area and avoid number of GL accounts growing out of numbers.
    Points for helpful answers,
    Regards

    1. For Activating or Bring IS Retail Real Estate Module is there any additional user cost or license is required ?
    Hi  Jai
    Real estate module is not IS solution, licensing is normal for RE
    2. Is it possible to activate two industry solution in the same box ?
    yes you can with some small precations
    3. If yes, Will Retail and Real Estate or any existing Functional modules affect?
    No, there is no impact.
    4. Normally what is the time frame for implementing the Real Estate Module for GCC country zone.
    That based on project, max is 4 to 6 monts
    5. Real Estate is a new installation or Add-on ?
    No.
    Thanks
    Jilani

  • Real Estate - Accruals/Deferral

    Hi gurus,   
        Just wondering if real estate classic can accomodate a situation where in a check regularly comes in advance for the next month. I know how to post accruals/deferrals for the yearly payments but what do we have to do if we were to post deferral of payment recieved in advance.
    Will award points if useful.

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. >
    Hi Kris,
      Can you please share documentation for Accrual/Defferal for Real Estate Managment.
    I am new to REM I don't know how the process happened in this.
    Please help me out regading for the same.
    Waiting for your valuable reply.
    Thanks in advance.
    Regards,
    Javed

  • Real Estate Contract Invoice

    Hi Experts,
    Currently im working in the RE invoice, my problem is the mapping of the RE invoice. I dont have the transaction of the RE invoice so i cant check if i can map out the fields i needed to create the form of that.
    Can anybody help me find the output types and form name of the Real estate invoice. I will give points if its answered. Thanks.

    Hi,
         SPRO -> Flexible Real estate Management (RF-FX) ->Correspondence->
    PDF based forms->Forms -> define forms.
    Use the Tcode SFP to build the Forms. not from SE71 like what we use for other SD and MM forms.
    I think there is no need of assignment with the program, as I don't find any assignment in SPRO settings.
    So modify the form and keep the standard form there in the SPRO settings.
    Close the thread if your question is answered.
    Thanks
    Nayan

  • SAP Implementation for a Real Estate Company

    Dear All ,
                 We are doing SAP implementation for a building construction Company .My client is responsible for building construction .What they do is initially some 10 members of this Company will create a society(Legal Entity) .They are like promoters for company . They will put advertisement for buying of flats belonging to that society . Then some 20 members (outside) join this society by registering who are actual buyers of the Flats which society builds .
                Then this society passes a resolution that my client will be the building contractor for flats . After that these 20 outside members will pay the full amount . After this Flats were built then these members will occupy flat ,then after some 4 -5 years of maintenance these 10 core members of society will hand over the society completely to secondary members and come out of the society .
    Now how we will map this society in SAP .One society can have more than one project going on . Somebody is suggesting to treat a society as a company code . But we have more than 250 societies . Is it viable . Shall we create plant for each project .
    Suggestions From SDN :I would suggest that in case of PS, consider society as Business area and each building as one Project and under project WBS and if any activities floor wise consider as networks
    Any Other Suggestions ?????
    Abhijit

    Hi,
    If you are using PS , then this is good approach.
    Also have a look at SAP Real Estate Management.
    http://www.sap.com/solutions/business-suite/erp/realestate/index.epx
    Regards,

  • Real Estate Customization

    Dear SAP Users,
    Please let me know on how to Start with SAP RE (Real Estate) Customization. While prepareing Sales Order , is there any reference with Objects like Business entity, property or lot.
    Please explain.
    regards,
    GHS.

    Hi,
    To use the SAP RE (SAP Real Estate) component, you need to install the following R/3 components:
    •     Financial Accounting (FI)
    •     Controlling (CO)
    Depending on the functions you require, you may install the following additional components:
    Required function      Required component/subcomponent
    Planning and execution of planned or unplanned maintenance, modernization measures or new development in the real estate area     Plant Maintenance (PM)
    Ordering materials required for plant maintenance tasks on real estate objects     Materials Management (MM)
    Planning complex maintenance and investment measures with high risk factors     Project System (PS)
    Value-based management and treatment of fixed assets     Asset Accounting (FI-AA)
    Internal control function via profit center     Profit Center Accounting (EC-PCA)
    Process Flow
    1.     Create the master data required, such as business entity, building, property and rental unit. Determine the master data required for service charge settlements.
    2.     The rental process covers all activities involved, from receipt of the rental request through automatic assignment to vacant rental units and creating an offer up to the lease-out itself. Here you have to differentiate between internal and external usage.
    If you opt for sales tax for your commercial real estate, the system automatically determines the input tax and divides it into deductible and non-deductible portions during input tax processing.
    3.     You use the lease-in processes if the objects you are renting are not entirely in your own real estate portfolio. Using the lease-in, you map the agreed recurring or one-time payments. You can assign other vendor contracts defining, for instance, suppliers and services to lease-ins. Resubmission rules help you check the contract structure once or periodically (for example, three months before contract end or once a year).
    4.     Rental accounting incorporates processes related to posting activities. The main functions here are the debit position (for lease-outs) and periodic posting (for lease-ins), incoming payments, dunning and account maintenance.
    5.     You carry out the service charge settlement. Apportionable operating and heating expenses are settled against the advance payments made and then adjusted accordingly. If heating expenses are settled using an external company, data is exchanged by means of DME tapes.
    6.     You then plan the implementation of rent adjustments. The system supports your rent adjustments with the generally used adjustment methods as well as your own user-defined adjustments:
    o     Representative list of rents
    o     Comparative group of apartments
    o     Index-linked
    o     Modernizations
    o     Expert opinion
    7.     The system supports your balance sheet preparations by offering accrual/deferral functions for selected periods.
    8.     If you manage the rented object on behalf of a third party, a management contract regulates the relationship between you, as manager, and the owner. The related processes are mapped in the third-party management function.
    Reward if useful
    Regards
    Adarsh

  • Classified/Real Estate/Jobs Software

    We developed our own real estate and job listing content
    management system a long time ago, but now it's really out-of-date
    and we are looking to buy software for CF that has some bells and
    whistles included... RSS, mobile, SEO optimized, etc.. Whenever I
    search for something that's CF-based, I find really old software --
    2001, 2002, etc... Aren't any companies making cf-based solutions
    like this anymore? Any recommendations??
    Thanks! Betsy

    Hi,
    I am not sure about the applications you're looking for in
    particular, but I find there are several rock-solid solutions out
    there, which are free (as always, if you appreciate someone else's
    work, you should donate/give them something off their Amazon
    Wish-list or similar), such as Raymond Camden's excellent
    applications
    Galleon (Forums)
    Lighthouse Pro (Bugtracker)
    BlogCFC
    etc. - check it out on coldfusionjedi.com
    There are more, riaforge.com is another place to look.
    I agree a few things on the Adobe exchange looks a bit dated.
    As far as I am concerned, they could probably remove everything
    that hasn't been updated/verified in the last four years...

  • Wayleave Management using SAP Flexible Real Estate

    Hi All
    I would like to find out if anyone has ever worked with Wayleave management for utilities using SAP. Essentially Wayleave is a term used for the access or permission given by a landowner or property owner to a service provider for the use of land or property. An example would be allowing a contractor to lay sewage pipes through property owned by another for a payment.
    Now I have been reading documentation on Flexible Real Estate as a possible solution to most of the wayleave requirements. However I am not absolutely sure just how much FxRE could be customised to meet the exact requirements of wayleave management.
    I am therefore looking for an opinion from those who may have had experiences or have knowledge of wayleave management using SAP or  any suggestions would be most welcome.

    Hi,
    BTW, other clinets call it GSA, like Dept. Homeland Security and some call it SLL..
    Eg. of Sub-Leasing. But Lease Accounting and Contract Acct . is part of REFX>
    Please provide points.
    TY,
    nv.

Maybe you are looking for

  • How to disable signature messages in Acrobat forms?

    I was using LiveCycle to create and store about 100 forms for my company. Recently I started redoing all the forms in Acrobat Pro v9 so I could use the same field names in merged documents, something I couldn't do with LiveCycle. Adobe Reader users a

  • Strange behavior of Xpath in BPEL10

    Hi, I have a problem with a BPEL code who invoque a XSLT transformation, the XSLT transformation has this instruction (line 95 in the XSL file) <corecustmr:DataArea>               <corecustmr:Query>   <xsl:for-each select="corecustmr:DataArea/corecus

  • Scan to Email from VPN sites not working on Exchange 2010

    Hi,        I have Exchange 2010 SP1 with HCAS array installed in the organization. We have site offices connected through site to site VPN. All our outlook clients are working fine in the sites. We have MFP printers in both Head office and site offic

  • Is there a script to change paragraph style based on even/odd page

    Is there a script or way to have paragraph style change between 2 styles based on the text being on an even or odd page? 

  • Multiple Selection not working on List Box Properties/Option Screen

    When I select multiple selection on the List Box Properties/Options tab, I get no difference from the single selection default. It still highlights only the last of the multiple entries (like a single selection) and displays only the last entry. Is t