Charles Oliver Nutter wrote:
> Charles Oliver Nutter wrote:
>> I'm seeing some rather unusual servlet URIs set up in web.xml, and 
>> GlassFish isn't liking them one bit. they look corrupted as well...
> 
> Fixing them with /tmp/war/* and /tmp/war/public/* seems to fix the 
> problem. Perhaps this is a lingering bug in the new String implementation?

These fixes didn't appear to allow content under public/ to be served, 
so stylesheets and javascripts fail to come through. So there's 
something not quite right here. How can I get static content URLs to map 
correctly to the files under public? Mapping URLs with /tmp/anything 
seems completely wrong...

> And good news...I have Mephisto deploying and apparently working on 
> GlassFish. Neato!

Main page looking ok, managed to get admin page coming up with 
stylesheet and javascript, but upon logging in I get a nifty failure 
(potentially a GlassFish or Tomcat/Catalina issue). Anyone seen this?

[#|2007-04-16T18:23:45.202-0500|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=h
ttpSSLWorkerThread-8080-0;_RequestID=30dd7374-77bf-489c-960a-a670a805979d;|StandardWrapperValve[rails]:
 
PWC1406: Servlet
.service() for servlet rails threw exception
java.lang.ThreadDeath
         at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1342)
         at java.security.Provider$Service.getImplClass(Provider.java:1218)
         at java.security.Provider$Service.newInstance(Provider.java:1176)
         at sun.security.jca.GetInstance.getInstance(GetInstance.java:220)
         at sun.security.jca.GetInstance.getInstance(GetInstance.java:190)
         at java.security.Security.getImpl(Security.java:662)
         at java.security.MessageDigest.getInstance(MessageDigest.java:185)
         at org.jruby.RubyDigest$Base.s_hexdigest(RubyDigest.java:148)
         at sun.reflect.GeneratedMethodAccessor1094.invoke(Unknown Source)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:589)
         at 
org.jruby.runtime.callback.ReflectionCallback.execute(ReflectionCallback.java:158)

- Charlie
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to