[JBoss-user] [Installation, Configuration & Deployment] - Migrating application from JRun to JBoss

2006-04-12 Thread macmeureg
I got an application which runs on JRun (I didn't write it, so I don't know how 
it works). Now I want to put the application on a JBoss server.
I created the war-file and addes the needed jar-files
Now I got problems to start the Jboss server. Are there still other points to 
look after when migrating an application? 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936817#3936817

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936817


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: problem work folder => servlet.jar error

2005-12-15 Thread macmeureg
After 3 days I finally figured out what the problem is.

1) The work folder is the folder where the compiled jsp pages to java classes 
are placed.
2)Because JBoss can't compile the jsp - pages, this folder stays empty, and if 
I copied the compiled files this works of course, but isn't a solution.
3) The reason JBoss won't compile this pages was because I was using an old 
servlet.jar file, I deleted this file from the lib-directory, and everything 
runs fine. 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912838#3912838

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912838


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - problem work folder

2005-12-14 Thread macmeureg
What does the folder server/default/deploy/work folder stands for???

I ran an application on my JBoss4.0.1, now I installed the Jboss again 
(different location) and always get the following error when running the 
application: 

org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
C:\jb\jboss-4.0.1sp1\server\default\work\jboss.web\localhost\vdp\org\apache\jsp\html\content\main_jsp.java:142:
 handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext 
cannot be applied to (java.lang.Throwable)
if (_jspx_page_context != null) 
_jspx_page_context.handlePageException(t);


If I copy the work-folder from my first JBoss to my second JBoss, it all works 
fine. For some reason the content of the work directoy isn't  generated 
properly. Any suggestions?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912644#3912644

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912644


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user