War 2 « Development « Java I/O Q&A





1. How to extract a war file to a folder?    forums.oracle.com

2. war file    forums.oracle.com

Hi, I am using websphere studio application developer for developing the application. my web application contain four modules.i have created four dynamic web projects. i want to group all this modules into a single war file. i tried exporting all the four webprojects in a single file but it is not creating can any one tell me how to do this ...

3. Convert .WAR file into .Car file???    forums.oracle.com

Hello Everyone, Iam working on portlets and i have to deploy my portlet which is a .war file onto a "vignette" which is a portal,problem is vignette portal only accepts .Car file, Iam developing portals in Netbeans with glassfish server and open portal container 2.0. and it generates .War file of my application in the end,if anyone can please suggest me ...

4. create a war file    forums.oracle.com

5. Extracting WAR file    forums.oracle.com

6. War files    forums.oracle.com

Ya that was my problem also i was simply extracting the .war file through right clicking the .ear file and then selecting "open with archive manager" and then when the window opens just click on the file needed to be extracted and then click extract. But there is even a simple way from the terminal. Open terminal Go to the path ...

7. war file doesn't take new classess    forums.oracle.com

Not sure if this is right place to ask this question, but please help. I had a war file deployed to weblogic 8 server, and I want to fix a problem quickly so I exploded the war file and put new classes files in /WEB-INF/classess directory. After I re-deploy this new war file, it still take the old version of classes ...

8. Creating a war file    forums.oracle.com

9. War files    forums.oracle.com

You don't need a war file to deploy JSPs, it just makes more sense if you have anything but the most trivial of applications. Google for a tutorial, or most decent J2EE books will tell you how to build one, it's basically a jar with a prescribed layout and some extra metadata. Do it by hand once or twice, so you ...





10. create WAR file    forums.oracle.com

11. editing WAR files    forums.oracle.com

12. static files in WAR?    forums.oracle.com

13. war file    forums.oracle.com

thanks evryone for ur response.. actually there seems to be a slight hitch.. in the sense,inside the war file,there is a jar file and inside the jar,there is a particual text file that i want to display the contents if i give getServletContext.getResourceAsStream("/path/jarfilename.jar/textfile.txt),it doesnt work What is the way to extract the txt file from the jar file within the war ...

14. how to extract source java from .war file?    forums.oracle.com

15. war file    forums.oracle.com

16. Regarding WAR files    forums.oracle.com

Hi All, I have developed a project for my client which involves uploading images. At present I am storing images within the project, i.e it gets stored within the build folder inside a folder named images. While working in my machine with Netbeans IDE, if I clean and rebuild the project, the images which I had uploaded before also gets deleted. ...





17. Updating the .java file in .WAR    forums.oracle.com

Hi, I want to update only a single .java file which is compressed in a .WAR file. Rather than creating a new WAR file for that small change in .java class. Is there any way we can include the .java file changes in the .WAR without creating a new .WAR file for each change. Rather than uncompress the WAR file and ...