[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-04 Thread francis17101970
And moreover if you're transferring the war/ear file through ftp you will have always this problem, only way is to follow Peter's advice. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174252#4174252 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-04 Thread kvijayk
Thanks guys. I will try to avoid this problem by copying it first to a temp location on the server and then moving it to deployment directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174399#4174399 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-03 Thread kvijayk
01:39:18,467 ERROR [JBossWeb] Problem in init java.io.EOFException: Unexpected end of ZLIB input stream at java.util.zip.InflaterInputStream.fill(Unknown Source) at java.util.zip.InflaterInputStream.read(Unknown Source) at java.util.zip.ZipInputStream.read(Unknown Source)

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-03 Thread kvijayk
The only way I was able to address this is by coping the WAR file twice to the deployment directory. First time I always get the above error and the second time it gets deployed fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4173979#4173979 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-03 Thread PeterJ
You never answered this question: anonymous wrote : Also, under what circumstances are you getting the zip file error? For example, does it occur when you deploy the war file? Does it happen is you copy the war file to the deploy folder first and then start the app server? The hot deployer

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread kvijayk
META-INF/ META-INF/MANIFEST.MF WEB-INF/ WEB-INF/web.xml WEB-INF/classes/ WEB-INF/classes/com/ WEB-INF/classes/com/clarkware/ WEB-INF/classes/com// WEB-INF/classes/com//appname/ WEB-INF/classes/com//appname/domain/ WEB-INF/classes/com//appname/r3adapter/

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread PeterJ
Look in the *.jsp files - they contain the visual contents of the web application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4172855#4172855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4172855

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread PeterJ
Actually, contents is not the correct term. The JSPs probably act more like templates for the data that is provided by the sevlets. It looks like this app uses Seam - most of the actual on-screen data will come from EJBs or POJOs managed by Seam, but the JSPs will be used to position that

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread PeterJ
Wait a minute - I had asked someone on another thread to post the the contents of their war file so I got confused - ignore my two previous posts. Could you post the stack trace for the exception you are getting. Also, under what circumstances are you getting the zip file error? For example,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-21 Thread PeterJ
Please post the contents of the war file using: jar -tf xxx.war View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171796#4171796 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171796

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-20 Thread rad831
I too got same problem please let me know how you solved the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171611#4171611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171611

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-20 Thread Bombarta
Necro'd this thread, gg View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171614#4171614 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171614 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-20 Thread kvijayk
JagaG we are also running into the very same issue. Can you please let us known how to address this. JagaG wrote : Hi, | Am using JBoss4.0 and JDK1.5 | I dont have any problem in running the server but wen i try to deploy the module I have done, it's not getting deployed as war file. Rather

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2007-12-06 Thread spachkhe
Please let me know how you solved the problem.I am getting the same error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110801#4110801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110801

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-25 Thread JagaG
There was a mistake in the jar file only. Resolved now. Thanks Peter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973828#3973828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973828

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread JagaG
I used Ant scripts to create the war file. Contents is a sample jsp file. Jaga View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970277#3970277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970277

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread _roberto
Hi to all, I have a problem also deploy web apllication: every time that I deply a .war file I have to restart Jboss, but this operation, I don't know why, take something like 20 minutes and, after that time, often the server don't show me his jsp pages, servlet and so on. Any suggestion? :-(

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread PeterJ
_roberto, please do not ask new questions on someone else's post. Please start a new topic. Jaga, which directory are you copying the war file to? You should be copying it to D:/jboss-4.0.3SP1/jboss-4.0.3SP1/server/default/deploy. Also, could you list the contents of you war file, enter: jar

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-07 Thread JagaG
It's just a sample application... It's jst 1KB. Takes few seconds to deploy... I have tried the solution u have given too... But still getting the same error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970043#3970043 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-07 Thread PeterJ
Next question: How did you create the war file? What are your war file contents? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970107#3970107 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970107

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-06 Thread PeterJ
How big is your war file? How long does it take to copy it to the deploy directory? It sounds as if the file is only partly copied to the deploy directory when the hot-deployer attempts to read the war file. One possible solution is to copy the war file to a temporary directory in the same