[Resin-interest] Servlet generated image not displaying with Resin 4.0.23

2014-03-07 Thread Steve Francis
I have a simple app that uses a jsp to display an image created via a java
servlet.
It tests fine in the IDE with tomcat, but when deployed to resin, the image
is broken , or just doesn't display, depending on the browser.

Is there some other config I need to make this work.

The main body of the jsp is below:

body
jsp:useBean id=link class = gwm.GWMgrConfig /
h1Holidex GateWay Monitor/h1
h1@ %= link.getSysname() %/h1
img src=GwmChart border=1 width=400 height=300/

table border=0
.

I've tried as ./GwmChart and just /GwmChart  both of which work in tomcat
when ran through the ide, but nothing will display the image via resin.

Thanks,

Steve Francis
IHG

IHG Office:  770-442-7157
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] WebSockets Chatroom example

2014-03-07 Thread Paul Cowan

On Mar 6, 2014, at 5:26 PM, Rick Mann rm...@latencyzero.com wrote:

 
 On Mar 6, 2014, at 09:47 , Paul Cowan co...@caucho.com wrote:
 
 For EJB you want: http://mirrors.ibiblio.org/maven2/javax/ejb/ejb-api/3.0/
 
 Hmm, I still get
 
[javac] /Users/rmann/.../UsageMapServer.java:9: error: cannot find symbol
[javac] import javax.ejb.Startup;

Yes I see, @Startup is EJB 3.1 not 3.0.  Resin 4.0 is EJB 3.1, and 
javax.ejb.Startup is in our javaee-16.jar, but I can't seem to find a generic 
API dependency jar for EJB 3.1 in Maven central. This one from Glassfish works:

dependency
  groupIdorg.glassfish/groupId
  artifactIdjavax.ejb/artifactId
  version3.1/version
  scopeprovided/scope
/dependency

-Paul

 
 
 
 -- 
 Rick
 
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

===
Paul Cowan, Software Engineer
Caucho Technology
co...@caucho.com
http://blog.caucho.com
http://twitter.com/cauchoresin

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest