Page 1 of 1

so does it work with sun's java app server?

PostPosted: Sun Apr 02, 2006 8:58 am
by yet another anon poster
does it?
I have sun's webserver & sun's app server
will it work or must I use apache/tomcat?

PostPosted: Sun Apr 02, 2006 9:32 am
by sindre_mehus
I haven't tried, but it ought to work. At least it works on Resin, JBoss and WebLogic. I suggest you give it a try!

Sindre

update

PostPosted: Thu Apr 06, 2006 5:16 am
by yet another anon poster
I preface this with the warning that I am extremely new to Java web applications

The .war does not deploy cleanly to the Java Application Server 8.1
I tried a couple other war apps on the my server and they worked, so it is probably not my server at fault...
However I am fairly new to this...

Just thought you might like to know

error message in gui:

Deploying application in domain failed; Error loading deployment descriptors for subsonic Line 90 Column 11 -- The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)". ; requested operation cannot be completed Error loading deployment descriptors for subsonic Line 90 Column 11 -- The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".

PostPosted: Thu Apr 06, 2006 6:15 am
by sindre_mehus
Apparently, the order of the elements in Subsonic's web.xml deployment descriptor is not strictly according to the spec.

Thanks for letting me know! I'll fix this and make sure it works with Java Application Server.

Sindre

Yes, it works with Sun's Appserver 9

PostPosted: Wed Aug 02, 2006 10:34 pm
by weekleyj
Very well, I might add. I've set my JVM (Java 1.6.0) to use no more than 256MB, and it's amazingly well behaved. Yuo can also deploy and have it precompile the JSP's with no problems.