Multiple "cloop" application :LiveDVD 3.8GB burned

The following is copied from Knoppix DVD forum on this date;
=====================================================================================
If you use Linux 2.6 with driver mapper support you can go around 2Gb limit a little bit differently - split your uncompressed image into chunks (on a block boundary) which would compressed into under 2Gb sized images, use separate cloop devices for each of them and then use 'linear' target to put them all together. Try something like this (assuming 65536 block size and 16Gb uncompressed image):
split -b 4294967296 KNOPPIX-UNCOMPRESSED.iso KNOPPIX.iso.
create_compressed_fs KNOPPIX.iso.aa 65536 > KNOPPIX0-gz.iso
create_compressed_fs KNOPPIX.iso.ab 65536 > KNOPPIX1-gz.iso
create_compressed_fs KNOPPIX.iso.ac 65536 > KNOPPIX2-gz.iso
create_compressed_fs KNOPPIX.iso.ad 65536 > KNOPPIX3-gz.iso
modprobe cloop
losetup /dev/loop0 KNOPPIX0-gz.iso
losetup /dev/loop1 KNOPPIX1-gz.iso
losetup /dev/loop2 KNOPPIX2-gz.iso
losetup /dev/loop3.KNOPPIX3-gz.iso
dmsetup create knoppix <<EOF
0 8388608 linear /dev/loop0 0
8388608 8388608 linear /dev/loop1 0
16777216 8388608 linear /dev/loop2 0
25165824 8388608 linear /dev/loop3 0
mount -r -t iso9660 /dev/mapper/knoppix /KNOPPIX
So, here - you'll have your under 2Gb file sizes on iso9660 and a nice 16Gb uncompressed file system. 
The only problems are that Linux 2.4 does not have device mapper and you need to adjust your mounting schema for /KNOPPIX during boot.
Hope it helps,
Cheers,
Igor
P.S. It may not work with the current create_compressed_fs due to a small bug - it adds an extra block if uncompressed image size is evenly divided by the block size. It doesn't show up when you have just one image, but with many it will show up in the middle of your file system.
If you have python installed you can use "my cloop python utilities"  ftp://belyi.ac93.org/pub/cloop-pyutils.tar.gz as a workaround. Otherwise, you should apply a tiny patch provided with a debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296179
lilsirecho
Joined: 13 Jul 2004
Posts: 166
Location: Ca
Posted: Sat Feb 26, 2005 3:44 am
belyi;
=====================================================================================
The above describes a possible application to establish a 16GB (uncompressed) filesystem by applying cloop technique multiple times.

The author of the multi cloop procedure has provided his details for a split-knoppix DVD boot of Knoppix26.  These are reprinted below;
=================================================================================For a proof of concept I've created a new minirt26.gz which recognizes KNOPPIX.0 .. KNOPPIX.3 images as a split KNOPPIX image. I've tried it on KNOPPIX 3.7 CD by spliting its compressed image in half.
You can get this 1.4Mb minirt26.gz from ftp://belyi.ac93.org/pub/KNOPPIX/minirt26.gz but I have very small upload speed so it may be easier if I tell you what I did.
1. Mounted the original minirt26:
modprobe cloop
mount -o loop KNOPPIX-3.7.iso /mnt/src
losetup /dev/cloop0 /mnt/src/KNOPPIX/KNOPPIX
mount /dev/cloop0 /mnt/root
gzip -c /mnt/src/boot/isolinux/minirt26.gz > minirt26
mount -o loop minirt26 /mnt/minirt
2. Edited /mnt/minirt/linuxrc (here's the patch: ftp://belyi.ac93.org/pub/KNOPPIX/linuxrc-dm.patch)
3. Statically compiled losetup and dmsetup utils (simply added -static switch to the linker) and copied them into /mnt/minirt/static
4. Statically compiled a small program dmtables (ftp://belyi.ac93.org/pub/KNOPPIX/dmtables.c and copied it into static as well.
gcc -static -o dmtables dmtables.c
cp dmtables /mnt/minirt/static
5. Copied driver mapper kernel module:
cp /mnt/root/lib/modules/2.6.9/kernel/drivers/md/dm-mod.ko /mnt/minirt/modules/dm-mod.o
6. Created additional cloop nodes:
pushd /mnt/minirt/dev
mv cloop cloop0
ln -s cloop0 cloop
mknod cloop1 b 240 1
mknod cloop2 b 240 2
mknod cloop3 b 240 3
popd
7. Unmount and compress minirt26 back:
umount /mnt/minirt
gzip minirt26
8. Create your splitted KNOPPIX image:
rsync -a --exclude=KNOPPIX/KNOPPIX /mnt/src/ newimage
extract_compressed_fs /mnt/src/KNOPPIX/KNOPPIX | split -d -a 1 -b 973696k - knoppix.decomp.
create_compressed_fs knoppix.decomp.0 > newimage/KNOPPIX/KNOPPIX.0
create_compressed_fs knoppix.decomp.1 > newimage/KNOPPIX/KNOPPIX.1
cp minirt26.gz newimage/boot/isolinux
mkisofs -pad -l -r -J -v -V "KNOPPIX" -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -hide-rr-moved -o KNOPPIX-3.7-splited.iso newimage
9. Burn the image and then boot it using knoppix26
10. If it works you can start fill KNOPPIX with your favorite programs without worry for 2Gb limitation of iso9660. 
Note 1. dmtables just simulates the job of blockdev --getsz, plus some arithmetics to align those split images nicely for driver mapper. I suspect you can do its job easily with some other methods.
Note 2. This is just quick-and-dirty work - it is not intended for mass production.
Note 3. I didn't use extrace_compressed_fs and create_compressed_fs programs - I used my own utils but it shouldn't be matter as long as you use the patched version.
I appologize for being too verbose... Spending 20 minutes to create an image and then finding a typo in linuxrc during boot (repeated number of times) do get on my nerves. I thought I should spill it on somebody else too. 
Cheers,
Igor
===================================================================================
The knoppix forum for DVD has the original reference in the first DVD posting.  The minirt26.gz file is available at 1.4MB from the link provided therein.
I am not expert enough to be able to try this out, but someone will!!!

Similar Messages

  • Problem in synching multiple web applications

    I have a domain called myDomain. In this domain I have 2 enterprise applications
    say
    ent1App with ent1App-project and ent2App with its ent2App-project. Each enterpsrise
    application has one web application
    (webApp1 and webApp2 respectively). I have the same set of webflow files (.wf
    files) in both
    ent1App-project/application-sync/web-apps/webApp1 and ent2App-project/application-sync/web-apps/webApp2
    directories.
    Now suppose I synchronize my webflows (using EBCC) for say ent1App. The synchronization
    is accomplished without any problems
    and this is confirmed when the entries get updated in the Master Data Repository
    where all the webflows for ent1App get
    stored. This is as viewd using the datasyncservlet.
    If I now do a synchronization on the other enterprise application called ent2App,
    the synchronization takes place
    successfully but when viewed in the datasyncservlet, it shows up the entries for
    the webflows of ent2App. i.e. the entries
    for all the weblows of ent1App which were shown in the Master Data repository
    are not shown.
    We looked up the Cloudscape database to ensure that the entries for both the enterprise
    applications are present and it does
    contain the records for both the applications. This however does not show up in
    the datasync servlet. Due to this we get a
    namespace not found error whenever we try to access the application whose entries
    are missing in the master data repository.
    I have separate names for my datasync folder for each of the applications in my
    config.xml as shown below
    ent1App
    <Application Deployed="true" Name="ent1App"
    Path=".\config\myDomain\applications\ent1App" StagedTargets="iden_staging">
         <WebAppComponent DeploymentOrder="1002" Name="datasync" Targets="iden_staging"
    URI="datasync"/>
    ent2App
    <Application Deployed="true" Name="ent2App"
    Path=".\config\myDomain\applications\ent2App" StagedTargets="iden_staging">
    <WebAppComponent DeploymentOrder="1002" Name="datasyncDev"
    Targets="iden_staging" URI="datasyncDev"/>
    I am using WLS6.1 SP4 and WLP 4.0 SP3
    Can someone please tell me what could be the problem?
    Thanks
    Shah Jimmy

    When you peform a data sync you are updating the data_sync_item table
    with the EBCC xml files. For those files that are not present in the
    EBCC project they will be deleted from the table.
    You can not use multiple enterprise applications that contain Portals.
    Try using using multiple domains that contain separate databases for
    datasyncs.
    Here is a snippet I recently sent out in a support case:
    Unfortunately there is not a documented best practice for maintaining
    multiple projects and enterprise applications. In my opinion if you
    plan to create multiple enterprise applications they will need to
    maintain separate application components and web applications. The
    enterprise applications will need to use the same portal resources
    (pools) and therefore same tables. The synchronization modes documented
    at http://e-docs.bea.com/wlp/docs40/deploygd/appdata.htm explain the
    limitations in data sync -- either all files are deleted and updated or
    only modified files are updated. Either mode will delete files from the
    data_sync_item table that do not exist in the current project.
    Therefore one project will need to be used per domain.
    -- Jim
    Jimmy Shah wrote:
    I have a domain called myDomain. In this domain I have 2 enterprise applications
    say
    ent1App with ent1App-project and ent2App with its ent2App-project. Each enterpsrise
    application has one web application
    (webApp1 and webApp2 respectively). I have the same set of webflow files (.wf
    files) in both
    ent1App-project/application-sync/web-apps/webApp1 and ent2App-project/application-sync/web-apps/webApp2
    directories.
    Now suppose I synchronize my webflows (using EBCC) for say ent1App. The synchronization
    is accomplished without any problems
    and this is confirmed when the entries get updated in the Master Data Repository
    where all the webflows for ent1App get
    stored. This is as viewd using the datasyncservlet.
    If I now do a synchronization on the other enterprise application called ent2App,
    the synchronization takes place
    successfully but when viewed in the datasyncservlet, it shows up the entries for
    the webflows of ent2App. i.e. the entries
    for all the weblows of ent1App which were shown in the Master Data repository
    are not shown.
    We looked up the Cloudscape database to ensure that the entries for both the enterprise
    applications are present and it does
    contain the records for both the applications. This however does not show up in
    the datasync servlet. Due to this we get a
    namespace not found error whenever we try to access the application whose entries
    are missing in the master data repository.
    I have separate names for my datasync folder for each of the applications in my
    config.xml as shown below
    ent1App
    <Application Deployed="true" Name="ent1App"
    Path=".\config\myDomain\applications\ent1App" StagedTargets="iden_staging">
         <WebAppComponent DeploymentOrder="1002" Name="datasync" Targets="iden_staging"
    URI="datasync"/>
    ent2App
    <Application Deployed="true" Name="ent2App"
    Path=".\config\myDomain\applications\ent2App" StagedTargets="iden_staging">
    <WebAppComponent DeploymentOrder="1002" Name="datasyncDev"
    Targets="iden_staging" URI="datasyncDev"/>
    I am using WLS6.1 SP4 and WLP 4.0 SP3
    Can someone please tell me what could be the problem?
    Thanks
    Shah Jimmy

  • Multiple Web Applications WLS 7.0

    Hi,
    I am trying to configure multiple web applications on the same WL 7.0 server and
    am having trouble doing the following.
    I would like to be able to use the following URLS:
    Application #1:
    http://myserver/st/aems - where st/aems maps to the path X:\SimpleTrade2\AEMS\ui\source\htdocs
    Application #2:
    http://myserver/st/acms - where st/aems maps to the path X:\SimpleTrade2\ACMS\ui\source\htdocs
    Root - Default web application - This would be left empty with the idea that our
    company could sell our web applications and we would deploy them on someone elses
    WLS and we would not conflict in any way.
    The problem with the above is that when I look at the DTD and try and configure
    config.xml in the following way:
    <Application Deployed="true" Name="AEMS"
    Path="X:\SimpleTrade2\AEMS\ui\source\htdocs" TwoPhase="true">
    <WebAppComponent DeploymentOrder="2000" Name="aems"
    Targets="simpletradeserver" URI="st/aems"/>
    WLS blows up on startup because it tries to POST-Pend the URI to the path... If
    I change it to:
    <Application Deployed="true" Name="AEMS"
    Path="X:\SimpleTrade2\AEMS\ui\source" TwoPhase="true">
    <WebAppComponent DeploymentOrder="2000" Name="aems"
    Targets="simpletradeserver" URI="htdocs"/>
    This will work but then my URL is not what I want it becomes http://myserver/htdocs
    Is there anyway around this or a way to get what I want?
    Another piece of information, I am developing in Exploded directory format when
    we deploy it will be as an ear.
    Thanks in advance for any ideas!!!
    -Jerry Rodgers

    Thanks for the info Christian.
    I thought I would pass along a bit more inforation for others who might be trying
    to do something similar. In case they run across this message.
    I did determine that if you are using a .WAR file the name attribute of the xml
    node WebAppComponent will allow you to create a different context path than the
    URI. I did not test to see if it allowed you to use a name like "st/aems" I am
    sure "st.aems" would work or any name that may be different than the URI. The
    weird thinhg is that when using the EXPLODED DIRECTORY format the URI is the name
    of the folder under the path and the name property appears to be ignored no matter
    what you change it to you can only get to your web app using the URI.
    Hope this helps someone who comes after me and is looking for the same thing,
    maybe they won't spend 6 hours on it like I did ;>
    -Jerry
    "Christian Plenagl" <[email protected]> wrote:
    >
    Hi,
    this is not possible.
    The URI field contains the directory name of the WebApplication, which
    normally
    is the same name as the directory where you put the webapplication in.
    Christian Plenagl
    Developer Relations Engineer
    BEA Support
    "Jerry Rodgers" <[email protected]> wrote:
    Hi,
    I am trying to configure multiple web applications on the same WL 7.0
    server and
    am having trouble doing the following.
    I would like to be able to use the following URLS:
    Application #1:
    http://myserver/st/aems - where st/aems maps to the path X:\SimpleTrade2\AEMS\ui\source\htdocs
    Application #2:
    http://myserver/st/acms - where st/aems maps to the path X:\SimpleTrade2\ACMS\ui\source\htdocs
    Root - Default web application - This would be left empty with the idea
    that our
    company could sell our web applications and we would deploy them onsomeone
    elses
    WLS and we would not conflict in any way.
    The problem with the above is that when I look at the DTD and try and
    configure
    config.xml in the following way:
    <Application Deployed="true" Name="AEMS"
    Path="X:\SimpleTrade2\AEMS\ui\source\htdocs" TwoPhase="true">
    <WebAppComponent DeploymentOrder="2000" Name="aems"
    Targets="simpletradeserver" URI="st/aems"/>
    WLS blows up on startup because it tries to POST-Pend the URI to the
    path... If
    I change it to:
    <Application Deployed="true" Name="AEMS"
    Path="X:\SimpleTrade2\AEMS\ui\source" TwoPhase="true">
    <WebAppComponent DeploymentOrder="2000" Name="aems"
    Targets="simpletradeserver" URI="htdocs"/>
    This will work but then my URL is not what I want it becomes http://myserver/htdocs
    Is there anyway around this or a way to get what I want?
    Another piece of information, I am developing in Exploded directoryformat
    when
    we deploy it will be as an ear.
    Thanks in advance for any ideas!!!
    -Jerry Rodgers

  • Multiple enterprise applications

    We are in the process of designing multiple enterprise applications. We want to utilize some of the basic core Java EE patterns i a Websphere environment. My question centers around the architecture of the applications/components and the deployment.
    For example, since I have multiple apps, can I deploy multiple web apps (war files) while utilizing an enterprise suite of EJBs to service requests from any/all applications? Let's assume that the web apps are all deployed in the same box (jvm) for now but it may be necessary to deploy them in their own web container (physical server) in the future.
    Is this possible and has anyone done this? How should we develop and deploy the war/jar/ear files?
    I have done this in the past but with home grown middleware. Thanks.

    For example, since I have multiple apps, can I deploy multiple web apps (war files) while utilizing an enterprise suite of EJBs to service requests from any/all applications? Yes. The deployment strategy you're outlining is a good fit for the Remote EJB view. The Remote EJB clients(your web apps) can be packaged within the same .ear as the EJBs themselves, or in separate applications(.wars or .ears) Those separate applications can either be deployed to the same server that hosts the EJBs or to a different tier altogether. Because the Remote EJB view is location transparent, the application behavior will be the same. Of course, performance will differ.

  • Multiple WorkShop applications and CM Control

    Hello All:
    This has probably been asked before, but we have a situation with multiple workshop applications that we would like to keep under the same package structure for Configuration Control purposes.
    Right now we have two applications (Sales and Region, each being a separate workshop application) in CVS (CM Tool) under the following directory structure:
    src/com/acme/Sales/SalesPortal/com/acme/sales/<Java, JSP, etc. files here>
    src/com/acme/Region/RegionPortal/com/acme/sales/<Java, JSP, etc. files here>
    Instead we would like to have one directory(package) structure:
    src/com/acme/Sales/SalesPortal/<Java, JSP, ect. files here>
    src/com/acme/Region/RegionPortal/<Java, JSP, ect. files here>
    We don't want to combine the two applications into one WorkShop application, because of concurrent access/modification issues to the *.workshop file.
    Is there a way to do this, short of combining .workshop files?
    Thanks,
    Dan

    I also forgot to mention a few things:
    Windows 8.1 has successfully updated to its most recent version and installed all updates.
    I'm using an MSI X99 Gaming 7 Motherboard.
    It’s very urgent that I get these programs to work ASAP

  • Multiple webdynpro applications for single webdynnpro component

    I am working on a object which have multiple webdynpro applications for single webdynnpro component.How to assign a different functionality to each application bcoz when we right click on webdynnpro component and select create webdynpro applications ,it just creates a application how so we assign diff functionality to each of them .Also in the parameter tab of the webdynpro applications ,there is a diff config id mentioned for each application.what is its relavance .
    Rgds,
    Praveen

    Hi Saravanan,
    I need to modify it from the portal end, not at the application level.
    I need some configuration steps which specifies how to modify the Detail Navigation in PPM. Using SPRO we can do some configuration, i wanted to know whether its possible from portal end as well.
    Regards
    Shivas Bhan

  • How do I register Multiple External Application IDs

    How do I register Multiple External Application ID's in a single WEBCLIPPING provider....

    Hi Java,
    You cannot have multiple External Application associated with a single Provider , you need to register diffrent providers with respective External Applications
    Thanks
    Vineet

  • The best way to deploy and redploy of a multiple SOA application

    Hi all,
    I'm looking for the best way to deploy and redeploy a multiple SOA application.
    1) The multiple SOA application contains many projects. Some projects depend on another projects.
    2) WebLogic is in productive mode.
    I wound like automaticly deploy and redeploy my multiple SOA application.
    Does anyone have any experience of this?
    Many thanks
    PG

    We use ant scripts to automatically deploy and redeploy multiple composites.
    The ant scripts gets shipped along with the SOA installation. The ant script that is used for the deployment is:
    ${oracle.home}/bin/ant-sca-deploy.xml
    You can also use the same for your deployment.

  • Pros & Cons of having multiple web applications under one EAR project

    Could anybody let me know what are the advantages and disadvantages of having multiple web applications under one single EAR project?

    Either this is homework, in which case, do it yourself, or you already think you have some pros for doing this. Share with us

  • Executing multiple apex applications from EBS

    Hi,
    We have developed an apex application which can be triggered through an application link from Oracle EBS. Now, we have a requirement to run multiple apex applications from a single EBS session simultaneously.
    Can someone provide information on how this can be acheived?
    Raajkumar G

    Hi,
    We have developed an apex application which can be triggered through an application link from Oracle EBS. Now, we have a requirement to run multiple apex applications from a single EBS session simultaneously.
    Can someone provide information on how this can be acheived?
    Raajkumar G

  • Cache between multiple contexts(application)

    Hi,
    I have a need of global cache where I can put my objects from one application and get that object in another application.Both these applications are deployed on the same oc4j server (there is no clustering).
    If anyone has an idea of how we can setup and configure a cache in oc4j, which will solve the above pupose, then please let me know.
    Thanks in advance.
    with regards,
    Shrikanth.

    Hi,
    Java Object Cache in oc4j is very simple concept, but I struggled a week to make it work in the absence of any proper example in oracle site or in web.
    Yes, we can place our object in JVM cache and we can use it in multiple contexts(applications) if we required.
    What I have done is created a folder called : "javacache" in parent directory of "j2ee" folder and placed my loader class and other utility classes inside folder:-javacache\sharedobjects\classes folder. As classpath for this folder is set atomatically, the cacheloader class will be treated as system classloader and we can initilize the cache here in system level.
    No configuration changes nothing, finally it worked.
    In case you need any more help, then pl let me know.
    Thanks.
    Shrikanth.

  • Start or stop the multiple java application from Netweaver Administrator

    Hi All,
    In NWA->Operations Management->Systems->Start & Stop... the procedure for how to start and stop the Java Applications is well explained on the following link:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/45/1e7eb303577524e10000000a114a6b/content.htm
    The problem is that I want to Start or stop the multiple java application on all instances simultaneously with the application state not persisted. But I am not getting the way to select more than 1 rows in the table so that these applications can be started in a single click. Is there any way out or any alternative?
    Each time the CE 7.1EHP1 server is restarted there are around 800 applications that are shown as stopped. I have to start each manually one by one which is an hectic task. Please help.
    Thanks.
    Rajat

    FYI ***
    The fix was in there were several ora init parms that were set incorrectly:
    aq_tm_processes value is 0 Should be >= 1
    job_queue_processes value is 0 Should be >= 10
    enqueue_resources value is 2392 Should be = 3000
    java_pool_size          value should be >= 20MB

  • SMP 3 with Multiple Agentry Applications

    I know that with the current release of SMP 3.0 (SP03 PL2) there is no capability to create multiple Agentry applications under the same SMP server.  Two question.
    1) For now, is it possible to install SMP 3.0 on the same physical server but into a different folder (say instance 1 in "C:\SAP" and instance 2 in "D:\SAP") and have both services running two different Agentry applications?  Or do I truly have to have two totally separate servers?
    2) In the future, I've heard that a later release (SP04 according the the SMP 3.0 Overview webinar series) will allow for multiple Agentry applications to be defined within the same SMP server instance.  Is this still the case for this functionality to be delivered in this Service Pack?  If not this service pack, when?
    Thanks,
    Ed

    Ed,
    1) No, the installer will detect it was already installed and not allow you to install a second time.  Given the ports used by the platform you could in theory run two instances at the same time if you changed all the ports (not documented).
    On my development machine, after installing the base server I zipped up the MobilePlatform3 directory and then unzip it to create additional instances of the server as needed for different applications.  However, the difference is I am only running one instance of the server at a time (to avoid any port issues).
    2) Yes, this is still planned for SP04 targeted for release in September.
    --Bill

  • Authentication Across Multiple Web Applications (Revisited)

              Its been an ongoing battle, but I've made some insight into this situation. The problem stands as it seems impossible to authenticate against one web application deployed as a WAR archive and have that authentication carry across to another web application with the same security constraints. I've been told by BEA that, quote:
              "It seems to me that we are violating section 11.6 of the servlet 2.2 spec which talks about webapps"
              I've also been told that this is fixed in WLS 6.0, reference issue #38732.
              For those of us building production environments using 5.1 instead of 6.0 XML based configuration, this does NOT solve our problem.
              I've dug further into the bowels of 5.1 and found that if you manually set the realm name in the login-config of the security constraint in the web.xml file in each WAR deployment as such:
                   <login-config>
                        <auth-method> [whichever method] </auth-method>
                        <realm-name>WebLogic Server</realm-name>
                   </login-config>
              Authentication will carry across web applications. However, I've noted that the session management then becomes unpredictable. For example:
              I log into the application TESTAPP1 which contains a protected servlet that outputs the session ID and attempts to get the authenticated principal name from the "_wl_authuser_" session variable. Upon first load of the page (after the login dialog box), the session is null [can be fixed with .getSession(true) call instead] and the "_wl_authuser_" object does not exist. Reload the page and the session appears as well as the "_wl_authuser_" object. Strange.
              I then move to TESTAPP2, which does not prompt me for authentication but also is missing the session in the same manner. Upon browser reload, the session is created with a different ID and the "_wl_authuser_" object is now available with the appropriate principal name.
              Upon moving back to TESTAPP1, I am not prompted for authentication however, I am assigned yet another session ID after browser reload, different from the first.
              So it seems that although authentication is carried across web applications, the session IDs as you move from TESTAPP1 to TESTAPP2 change, and then change again but not back to the original when going back to TESTAPP1.
              This is a particular problem since we are using Vignette's V5 as our main client and tracking sessions through V5 - this would quickly become unmanageable if a single page view access three or four different application components with three or four different session ids.
              I'm wondering if we can expect the same behavior from WLS 6.0?
              Ideally, I'd like to see WebLogic use a single session ID to track users across multiple web applications but still have session independence between applications. So if I store something in session in TESTAPP1, its not available in TESTAPP2. Does this outline the behaviour in WLS 6.0? Can anyone verify this?
              Some food for thought. Thanks!
              ./Chris
              Senior Systems Anaylst
              MassMutual Financial Group
              

    Hello! I am searching an answer to this question too!!!
    Did you get some news regarding this item?
    Regards,
    C.M.

  • Sharing portlets across multiple portal applications

    Hello all,
    I have a single enterprise application that consists of several portal web applications. Most of these portal web applications have common portlets within their codebase. Is it possible to share portlet code across multiple web applications?
    Thanks

    No, not possible, in the same way that sharing JSPs and Pageflows wouldn't be possible across multiple webapps. You can, however, have multiple portals within one Portal webapp, and then you could share portlets and portlet resources amongst those portals.
    George

Maybe you are looking for