Hello,
I develop Pro EBS Extension Version 11. I am informed with how to make deploy of the applications that I schedule. In the documentation that Oracle provides for EBS it says that the way of doing external deploy is:
1) Compile the project
2) Send to the application server the project directory without the pages and regions.
3) Use the import script to import pages and regions
4) Restart the applications server
is very bad this way of doing deploy. I think the correct thing is to copy the project into a .jar and eviar to the server.
I want to exchange experiences and wanted you to tell me what the deploy process is like.
Extension deploy.
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Are you referring to the OAF? ADF?
When I develop OAF, it is the same hand.
The script is to import the pages to the MDS.
The form of programming is quite different.
Sincerely,
When I develop OAF, it is the same hand.
The script is to import the pages to the MDS.
The form of programming is quite different.
Sincerely,
I'm talking about the OAF. I'm thinking of a way to do deploy only a .jar. I'm pretty sure you can do this, I have to add the jar to the s classpath from the server or make some configuration in the EBS so that it considers the .jar as part of it.
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
If you are talking about putting a library for all your implementations, then the answer is yes.
You only have to ask ATG to put this jar on the server path and restart the service for it to recognize.
If you need it, take a look here. Now if the intention to create a jar for the server to do the deploy and hatch each item in its proper place, I do not know if it exists, because as I said, you must update the MDS for it to recognize the changes. You can do an ANC script to make your deploy automatically.
I'll give you a better search.
Sincerely,
You only have to ask ATG to put this jar on the server path and restart the service for it to recognize.
If you need it, take a look here. Now if the intention to create a jar for the server to do the deploy and hatch each item in its proper place, I do not know if it exists, because as I said, you must update the MDS for it to recognize the changes. You can do an ANC script to make your deploy automatically.
I'll give you a better search.
Sincerely,
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Just to complement, the Anil passi [url=http://oracle.anilpassi.com/deployment- ... als-2.html]Site
does the way he spoke, and I always shoot some doubts on his website.
Follow the link he shows how Deploy does.
[url=http://www.focusthread.com/apps_tutoria ... onment.pdf]PDF
Sincerely,
does the way he spoke, and I always shoot some doubts on his website.
Follow the link he shows how Deploy does.
[url=http://www.focusthread.com/apps_tutoria ... onment.pdf]PDF
Sincerely,
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
What you asked is in this link [url=http://mukx.blogspot.com/2008/05/some-f ... stack.html]Click Here
If not, explain to me to see if I understand.
Sincerely,
If not, explain to me to see if I understand.
Sincerely,
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Yes,
The procedure is the same, and what will change is the way where the OAS is.
In this case he uses 10.1.3.
You have to see which you use, but the procedure is the same.
Sincerely,
The procedure is the same, and what will change is the way where the OAS is.
In this case he uses 10.1.3.
You have to see which you use, but the procedure is the same.
Sincerely,
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
I'll search and get you back.
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
This llink will help you. [url=http://download.oracle.com/docs/cd/B105 ... tm#1014385]Adding Files to the JServ Web Server Classpath
Any help, we are the orders.
Any help, we are the orders.
-
- Moderador
- Posts: 1396
- Joined: Fri, 01 Feb 2008 2:06 pm
- Location: Rio de Janeiro - RJ
- Contact:
Alex,
This last link posted for me is giving error, I do not know if and only for me
This last link posted for me is giving error, I do not know if and only for me
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Follow the link without the anchor [url=http://download.oracle.com/docs/cd/B105 ... jsvsup.htm]Oracle JSP in Apache JServ
Remembering that it is for Oracle9i Support for JavaServer Pages Reference
Release 2 (9.2).
How should 10G be, the change must be minimal.
Sincerely,
Remembering that it is for Oracle9i Support for JavaServer Pages Reference
Release 2 (9.2).
How should 10G be, the change must be minimal.
Sincerely,
-
- Moderador
- Posts: 1396
- Joined: Fri, 01 Feb 2008 2:06 pm
- Location: Rio de Janeiro - RJ
- Contact:
Many Thanks Man
-
- Rank: Analista Sênior
- Posts: 153
- Joined: Tue, 27 May 2008 1:31 pm
- Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion
Needing, we are the orders.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest