Link to home
Start Free TrialLog in
Avatar of aliasim99
aliasim99

asked on

Deploy coldfusion exported .war file on Jetty

I'm a coldfusion developer and I have a new project where I have to deploy a war file on jetty. My was war file will be a part of a huge application and will be deployed within it. As long as it is a valid war file it will work seamlessly on jetty.

I created as small test file in colfdusion with server valiable dumps and one query that connects to oracle server and dumps first 20 records of a table and then from administraion panel I exported a war file. For one thing it was very big. Like 52 MB. Secondly when I deploy it on Jetty on the linux server I get error

HTTP error 503 could not instantiate coldfusion.bootstrap.bootstrapservlet

I have complete access to linux server so please let me know if I did somethng wrong or if I need to configure jetty to run coldfusion exported war files or may be if I need to do something eese to make this work. I need assitance imidiately because if I cand get coldfusion war files to work then I have to learn JSP and get this application ready. Trying to avoid JSP. Thanks.

   
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial