How to setup CVS for portal project

Hi,
Can u suggest me the best way to organize CVS directory structure for the portal
project.
Right now i have c://bea/user_projects directory contains applications & domains
sub directory.
1) Should i create 2 projects or one project in the CVS ?
2) How about SourceCode ?
thanks in advance.
vandana

Hi,
thanks.i am trying to write a build script to deploy files from CVS server to
the Dev Environment(then to Production).Can u tell me the directory structure
inside your EAR.
i want to keep domain related files,java soruce codes etc.
thanks
vandana
"Kunal Mittal" <[email protected]> wrote:
>
We use one CVS module.
c:\bea\user_projects\applications\APP_NAME
under APP_NAME we have the entire app (EAR file structure).
Kunal
"vandana" <[email protected]> wrote:
Hi,
Can u suggest me the best way to organize CVS directory structure for
the portal
project.
Right now i have c://bea/user_projects directory contains applications
& domains
sub directory.
1) Should i create 2 projects or one project in the CVS ?
2) How about SourceCode ?
thanks in advance.
vandana

Similar Messages

  • How to setup security for new project type templates?

    Hi Folks,
    I created some new project type templates.
    But, as per management decision, i need to restrict this new project templates for all project users except only one super user.
    So, could anybody please help me out that how to make security in the above scenario?
    Thanks in advance,
    SPR

    Soooo...I need to install OID on top of my Forms, Reports, and Discoverer install? Would it be better to install the SSO and OID before installing any other middle ware products like Forms, Reports, and Discoverer? Then extend the domain to include Forms, Reports, and Discoverer?
    Can you point me to documentation that would help me get this issue worked out?
    Thanks.

  • How to setup variants for webdynpro report in ABAP? Help!

    Hi Experts,
       I have a webdynpro for ABAP report with selection screen. 
       How to setup variants for webdynpro report in ABAP?
    Thanks
    Gopal

    Hi Gopal,
      There is no concept of Variant in Webdynpro ABAP. But in our project we have some tool to do that. Its not release to the client I think. In my scenarieo, We create the Screen variant and program name will be supplied to the tool that will generate the ouput in PDF and Selection screen in One view. But the same is not avilable .
    If you want the same concept in Webdynpro ABAP, you need to go for Dynamic programming only. This is the only option is avilable.
    Warm Regards,
    Vijay

  • How implemenataion process going for a project in an orgn?

    hi friends
    i am deva
    how implemenataion process going for a project in an orgn?

    Dear Deava,
    During an implementation project you follow 5 phase.
    1.Project preparation: In this you will know your team members and you will have  kick meeting. You will decide the time frame for the project also.
    2.Blue print: In this stage you will map the business scenarion.The client will give the requirement(AS-IS) and you will map in sap(TO-BE). If there is any development you need to do the GAP analysis.
    3.Realization/Testing:In this stage you will configure in the development server and test the configuration you have made in quality server.
    4.Final preparation: In this stage your configuration is done . You will get the sign off from project manager.
    5.Go live & Support: In this stage you will upload all your developments in the production server.Then you will golive and stay in the client place for sometime for support and solving few queries.
    The above 5 stages are followed in any project.
    If your happy with the answer award point for me
    Regards,
    R.Francis Noel Manoj

  • Creating setup file for java project

    hi
    My project has java files, properties files,batch files as well as two jar files,mail.jar & activation.jar(for importing packages).
    I have to include these jar files while setting environment variables.
    Now i want to make setup file for myproject to provide quick launch from desktop ,can anyone pls help me how to include these all files into a single jar file. and how to make setup file
    Pls Help
    Thanks a lot !!!

    JAR files can contain any type of file that you want so you could use the following command:
    jar cf jar-file input-file(s)
    (the c tells jar to create the jar file; the f says the next item is the name of the jar file; the jar-file should be replaced with the name of the jar file; and the input-file(s) should be replaced with the name of the files you want jarred).
    In general, batch files don't do much good bundled inside a jar file. If you really want a way to bundle all of your files and have them installed, then you might want to look into JExpress or one of its competitors. Full disclosure, I work for DeNova (the mfg of JExpress).
    The advantage of an installer over a jar file is that you can distribute your files plus create a native executable to launch your java app, set up an uninstaller, etc.

  • Global error page for portal project

    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handling exceptions
    in a page flow we have a global error page at the project root level and each
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed in the portlet
    context. How can we make this error page to take up the whole screen and display
    it outside of the portlet context so that all other links within the portal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

    Sameer,
    Please post this question to the weblogic.developer.interest.portal
    newsgroup.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Sameer Dalal" <[email protected]> wrote in message
    news:3f4bd37f$[email protected]..
    >
    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handlingexceptions
    in a page flow we have a global error page at the project root level andeach
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed inthe portlet
    context. How can we make this error page to take up the whole screen anddisplay
    it outside of the portlet context so that all other links within theportal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

  • How to setup rotation for application.log?

    In order to get the Portal Performance Statistics running, we need to retrieve the page views from file application.log in directory <ORAHOME>\j2ee\OC4J_Portal\application-deployments\portal\OC4J_Portal_default_island_1.
    This file continues to grow and therefore we want to set up rotation, in order to get one file per day.
    We are following note 264373.1 and have read all documents and manuals about logging, but can not figure out how to manage this.
    Can anyone help us? We are working with 9.0.4.1.
    For Oracle employees: see also tar 4193327.994.

    I can't speak for how portal uses the log file, but in general, the way you do it for a deployed J2EE application on OC4J is as follows.
    Deploy the application EAR file. Lets say the app is called Test.
    In the j2ee/home/application-deployments/Test directory, a file will be created called orion-application.xml.
    If you look in this file, you will see an entry which looks like
    <log>
    <file path="application.log" />
    </log>
    This defines the log file for this application.
    Now if you want to setup log file rotation for this app, edit the orion-application.xml file and firstly, comment out the above.
    Note: you can leave the log tag in if you wish, but you'll get double log messages. Remove it if you do this in production and are trying to conserve space ;-).
    Then add in the below to setup ODL based logging for this application:
    <log>
    <odl path="logdir"
    max-file-size="1000" max-directory-size="10000" />
    </log>
    What this does it to tell OC4J to output the log messages using it's ODL format model, to create a directory called logdir (in the current directory) and then to start writing to log files called log.xml in that directory.
    The max file size of log.xml is 1000KB, and the max directory size of the new logdir directory will be 10MB.
    The ODL logging system will manage the log files in this directory according to these constraints -- when a log file gets bigger than max-file-size it gets archived as logN.xml. When the overall directory size gets bigger than the max-directory-size specified, the oldest log file from the list is removed so that the max directory size is honoured.
    I don't think we can specify a rollover period (ie one day) with ODL. I'm pretty sure it's just file size based only.
    I think the above should apply to Portal since it runs on OC4J. In which case, you'd change the orion-application.zml in the <ORAHOME>\j2ee\OC4J_Portal\application-deployments\portal directory instead of j2ee/home/application-deployments/<app-name>.
    However, I can't speak officially for Portal since I don't work with that product. From a pure OC4J perspective the above holds true and works.
    cheers
    -steve-

  • How to configure CVS for NWDS

    Hi Frndz..
    I want to Configure CVS for NWDS for maintaining versioning ...but am not ableto find how to do it..
    I found some information on how to use CVS in NWDS but now to configure..
    If u have any ideas plz share with me...
    Redards
    Rajesh

    Hi,
    To Use CVS
    Following are the steps needed in NWDS
    1)Window->Preferences->Team->CVS->Ext Connection Method.
       Specify your connection method.
    Open Perspective ->CVS Repository Exploring
    Right Click->New->Repository Location->
    Provide the details of your host server, Repository path...
    Once connected check out the project.
    Regards
    Ayyapparaj

  • How to setup QoS for IP/Mac Address WRVS4400N

    I need some help setting up QoS for two Cisco/Linksys devivces on my network. 
    Network devices are Comcast SB6120 modem into WRVS4400n (v2.0.2.1 firmware) that divides into one 24 port gigabit Netgear unmanaged switch, 1 port into AT&T Cisco Microcell, 1 port to HP Officejet 7700 wired printer.  Unmanaged switch has approx 10 devices attached (including another 8 port unmanaged gigabit switch).  3 static leases are defined for the network for three devices (HP OJ 7700 printer, Cisco/Linksys PAP2 VOIP adapter, windows home server v1.  DHCP is handled by WRVS4400n.  Comcast service provides 12mbps of service upstream, 4mbps downstream.
    Need to setup QoS for AT&T Microcell and PAP2 VOIP adapter.  The real issue that I can't figure out how to configure is IP based priority access.  I can do rate control for an IP address but can't figure out how to specify priority control for an IP.
    Here are my the current config questions:
    1.  Bandwidth management page:  For the microcell device plugged into port 1, do i set the default CoS to 4 or 1?
    2.  Bandwidth management page:  Should the bandwidth management type be set to priority?  I assume yes since I need to define the UDP/TCP ports for priority.  The major issues here are
    a) one of the ports the Microcell uses is secure https (TCP 443) which is could also be used by any other internet device. 
    b) can't specify priority for the PAP2, since it's behind the unmanaged 24 port switch
    3.  QoS setup page:  Do I need just 2 queues (one for the port ID for the Microcell and one for the IP address of the Linksys adapter)?
    4.  QoS setup page:  I assume I need to define DSCP for the unmanaged switch but not sure how to tie a queue to an IP address
    4.  QoS setup page:  Shoud priority 0 be set for the most important queue (microcell) and the priority 1 CoS be for the VOIP adapter?  Again, not sure about how to define priority by IP address.
    5.  DSCP setup page:  As far as I can find, there's no documentation on how to setup this page.   

    That's what I do. I keep it simple, one calendar, one set of contacts.
    iCloud is really the simplest way to go, as it will sync your (eventual) single Contacts and Calendar across all your devices.
    I would:
    Figure out which single calendar (in Calendar.app) and contacts (in Contacts.app) that you want to keep.
    I'd make a backup of each one. For example,
    in Contacts, File > Export... > Contacts Archive...
    in Calendar, File > Export... > Calendar Archive...
    Make a backup of the other calendar events and contacts that you want to save.
    delete all the contacts and calendars from your phones and your iPad.
    add the contacts and events from the backups to the single calendar in Calendar.app and your contacts in Contacts.app on your iMac. There is probably some way to export the contacts and events you are adding, and then combine them, but you could also just add them manually.
    Then when you configure all your devices for iCloud, they will be all synced automatically.
    Message was edited by: arthur

  • How to implement SSL for Portal with ADS (for Adobe besed MSS Application)

    Hi Experts,
    What is the Minimum setting is required to implement the SSL for Portal with ADS.
    Http is working fine with Portal with ADS and R/3 for Adobe Based MSS Form.
    Please let me know.
    Regards
    Ali

    Rajat,
    Nice to see your reply...
    Could you please write me the steps how to do that.
    I would like to implement SSL only in portal. So is that mandatory to implement the SSL in ADS and R/3 too.
    Please what are the minimum setting is required.
    Sure points will be rewarded
    Regards
    Ali

  • NewbieQuestion: How to setup OCCI for Visual C++ 6

    I'm new to OCCI and Visual C++, Please help to illustrate how to setup OCCI environment for Visual C++ 6
    Thanks in advance

    Check make.bat under %ORACLE_HOME%\rdbms\demo on how to compile OCCI programs in Windows. OCCI samples can be found in %ORACLE_HOME\rdbms\demo and in :-
    http://www.oracle.com/technology/sample_code/tech/occi/index.html
    Regards,
    Shankar

  • How to increase memory for building project using ant in ECLIPSE

    Hi All,
    for all java projects and java applications in eclipse i am giving -Xms and -Xmx to increase heap memory.
    But the same failed when i run ant. it says Out of Memory Error.eventhough i had 1GB ram in system.
    How to increase memory for Building through ANT.
    Thanks,
    J.Kathir

    even if this is not a eclipse forum
    In the package explorer view or navigator view right click on the build file select "Run as / Ant Build ...". On the JRE Tab you can enter the VM Aguments like -Xmx512m
    Consult the java dokumentation how to set the memory of the jvm.

  • How to manage source for java project using eclips?

    Hi,We use TFS 2013 and VS 2013 for source control ,now we want to start mobile app using eclips,
    How to control source of that project,How we can have features of tfs source control on that type of project such a mobile that use eclips.
    thanks
    Thanks. Bahar Ghadami Web Developer And Technical expert

    Hi Bahar,
    You can manage your source code with both Eclipse and My Eclipse.
    Please follow this link to install the Plugin (Team Explorer Everywhere) to manage your source code.
    http://msdn.microsoft.com/en-us/library/hh301122.aspx

  • Writing a setup file for Java project

    Hello friends,
    I am Kiran , very new to this Forum and also for java programming, my SE programmed a java project.
    now I got to do two things --
    1.I have to create a jar file with those class files and also an exe file which can execute that jar file.
    2. I have to write a "setup file" for automatic instalation of my Java project.
    so I request my friends to help in these two issues by providing some suggestions to do them.
    Thank you in advance.
    Kiran Karnati.

    1.I have to create a jar file with those class filesI suggest you use ant to build the jar file. Thee are many tutorials available if you use google.
    and also an exe file which can execute that jar file.Java will execute the jar file e.g.
    java -jar myjar.jar
    Of from windows just double click on the jar file.
    2. I have to write a "setup file" for automatic instalation of my Java project. You can do this with ant for remote deployment or use a batch file or use another jar which when run unpacks the application.
    BTW Is Kiran a girl's name or a boy's name or both?

  • Two printers with different paper sizes. How to setup defaults for each?

    I have two printers connected to my beloved Mini: Samsung ML-1610 & Epson AccuLaser C1100.
    First printer uses American Quarto US Letter paper.
    Second one - European A4.
    Every time I try to print anything on either of them I receive a message from printer driver that paper size mismatched. Further more either printer will wait until I press buttons on them to "proceed". Which is very annoying to say the least.
    How can I setup defaults for every printer in Mac OS Leopard? If I use printer preferences dialog it will setup either size for both printers rather than for each its own.
    Please advise.

    PAHU wrote:
    You cannot do exactly what you want from a user interface perspective. I am not sure if such a thing is possible by making changes to hidden files. I certainly haven't heard of it but it may still be possible.
    From what I have seen, the page setup dialog is independent of the print dialog. If you set the 'Format for' to one printer, a then choose a different printer when you print, the previous settings won't apply.
    You could see if the printer set to A4 supports automatic conversion of LTR to A4. Then at least it won't ask for attention when you send a LTR page to it. Otherwise I think your only option is to check before you print that you have selected the correct paper size for the printer.
    PaHu
    That's freaking ridiculous!!!
    You've got to be kidding me... right?
    Even MacOS 8 could do this.
    Like it's horrible for me because I print a lot of photos. So I set my default paper type Format for: Canon MP610 series, Paper Size: US Letter (borderless). But then when I go home and print web pages or text documents on my Apple LaserWriter 16/600 PS, then it still remains set to Format for: Canon MP610 series. The freaking OS knows what printer I'm using; why would it remain formatted for the other printer even though that will cut off the edges of all my prints (since the LaserWriter does not do borderless printing) -- and not even warn me?! I just wasted 30 pages!
    I cannot tell you how preposterous it is that a modern OS like Mac OS X cannot even get a simple thing such as printing correct. How could they screw up PRINTING?!
    -Jon

Maybe you are looking for

  • Displaying XML with JDeveloper

    Using JDev 10.1.3 for an ADF + Struts application, What is the smartest way of displaying XML documents, with different XML formats/structure, stored in a CLOB field of a database. I have already .xslt stylesheets for each different type of XML file;

  • Function module L_TO_CREATE_MULTIPLE and commit

    Hi, Does anyone knows if in one report I call function module L_TO_CREATE_MULTIPLE with parameter I_COMMIT_WORK = SPACE and if in the main report after the call of the function module i do a commit command that allows that the transfer order is creat

  • Any std funtion(s) for Zero-padded, 2 decimal value, without the deci point

    Hi, We want Zero-padded, two decimal value, without the decimal point. For example if it is 14.31, we need 001431. I have done "multiply" with 100 and "formatNumber" as '000000' SFIeld --> multiply * 100 --> formatNumber (000000) --> TField It works

  • Can't transfer my purchases from iPhone to iTunes

    Hey guys ...Hope anyone can help me.. I did restored my iPhone 4 today, before that I created a backup (Using iTunes) .. after the restore, my iPhone turned into a brand new iPhone (lost all apps), I created a new Apple ID in the welcome screen. Afte

  • Resource Bundling question.

    Hi, I have a message in my resource bundle say: static final Object[] messages_ = { T2zosMessageKeys.MYDETAILS_, " My name is = {0} and my age is "{1}"}, My question is when I invoke this message in my resource bundle , how do I supply the parameters