soheil amini

Greenhorn
+ Follow
since Apr 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by soheil amini

Hi Armitage
Thanks for reply,
Your solution was very interesting ! ;) But MyEclipse doesn't create EAR file,and it deploy all files in specific directory .

I wanna know exactly EAR structure and diff b\w app-inf lib abd web-inf lib and ...
Actually I use MyEclise to develop and deploy a enterprise project(EAR file).

I use Java Build Path to add some other projects and link sources, and added several jar files (as external jar and user library) to my project. (I used J2EE technology and there are some default jar of course )

By myeclise deploying manager I deployed my project on weblogic base_domain and then by weblogic console I deploy it on weblogic.

All is set and there is no problem in all steps.

Now I wanna to create EAR file manually, first I created WAR file which included some jsf files and web-inf directory contains classes, lib directories and some important file like web.xml , facec-config.xml and etc.

In classes folder I have .class files which build correctly from .java files, and on lib directory**I copied all jar file from web-inf/lib directory** which created automatically by myeclipse deploying manager on weblogic base domain folder.

I added this War file into EAR file along APP-INF directory which contains all jar files from APP-INF/lib directory on weblogic base domain folder and META-INF directorywhat contains application.xml file.

When I deploy this ear file on weblogic there is so many error and problems.

Could you tell me what is the correct way to create that EAR file.

Thanks in advance
Actually I use ANT in my local system to deploy in my local Weblogic . But i wanna use some thing to create EAR file from last committed file on SVN
10 years ago
Hi guys
I have task to build EAR file automatically from last committed files on SVN.
Actually we work on several projects and every developer will commit it own file on SVN. My task is to find a way to automatically unskilled person can create EAR from last committed files on each project.
Actually I don't have any idea about this and how can I start to handle it.
I'll appreciate in you can help me to figure it out.
10 years ago
When i deployed whit MyEclipse there is no error, i also check the file in tomcat5/webapps folder, but let me know how can i check load-on-startup value is positive value or not ?
13 years ago

Hi Shailesh
actually i use the MyEclipse as IDE and it automatically do all of it, but i check them often, the struts-config.xml file is in WEB-INF directory and its name is same,
and i call it directly from address bar, means i type http://localhost:8085/contactUs.do and press enter, my tomcat port define in 8085, i change it in server.xml on this line
please help me to find it out, it is very necessary for me
13 years ago
Hi dear friends

I use MyEclipes as IDE and I created a web program project and add struts capabilities on that, the problem is this famous error "The requested resource (/contactUs.do) is not available."
i check all form,action form, strust-config.xml to solve it, but i can't
could you pleas help me to solve it

Action form :



From:



Strust-config.xml :


web.xml (which is in WEB-INF folder in my project):



I also change the action path to "/contactUs.do" and "contactUs.do" and redeployed it, but again not work



---
13 years ago