cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Sales - 3 stores on same ISA

Former Member
0 Kudos

How can i have 3 internet sales stores on the same Web AS?

Can anyone help me?

Thanks in advanced!

Ps.: How can i change the default installation path? ( /b2c -> /store1 or store2 )

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Andre

Welcome to SDN !!!

I hope , u should build different stores like /b2c_s1/ and /b2c_s2 .

Thanks

Jack

Former Member
0 Kudos

Using the Build tool isn't it?

I haven't maneged to work with it. Can you help me?

Former Member
0 Kudos

ANDRE

Use the <b>BuildTool</b> for packaging the appliation !!!!

Then <b>deploy</b> the application using <b>SDM</b> !!!

Thanks

Jack

<b>Allot points if my post helps !!!</b>

Former Member
0 Kudos

hello Jack!

I don't know is how to run the build tool. I already have the ANT installed, but i don't know what to do next.

Former Member
0 Kudos

Steps to modify b2b.ear file:

1. Copy b2b.ear to <ISA build tool>/sap_ear.

2. Copy your modified WEB-INF/web.xml file to <ISA build

tool>/project/b2b_myproject/WEB-INF/web.xml.

3. To add your own java classes, create the directory

<ISA build tool>/project/java/myproject.

4. Copy your own java class (com.yourcompany.isa.Yourclass) to the

<ISA build tool>/project/java/myproject/com/

yourcompany/isa/Yourclass.java directory.

5. Execute the ant target build. The build tool creates the ear file <ISAbuild tool>/project_ear/b2b_myproject.ear

Thanks

Jack

<b>Allot points if my post helps !!!!</b>

Message was edited by: Jack

Answers (0)