hi:
   I  download jwt-3.1.7a.zip,and try to develop my first web ,if in my
JMyWebServlet extends WtServlet  add this
"app.useStyleSheet("/index.css");",there are some problem.if remove
it ,no problem.
   one case:
              unpack JMyWebServlet.war to
CATALINA_HOME/webapps/JMyWebServlet
             in server.xml  add these
            <Host name="jwt.axxxw.com" appBase="webapps/JMyWebApp"
     unpackWARs="false" autoDeploy="true" >
      <Context path="" docBase="." debug="0" reloadable="true">
     </Context>
     </Host>
  fist access  http://jwt.axxxw.com:8080/    ,sometimes,it show double
"E3525AE6FB33FA3EFD4F922135E42102
home
homeblogabout",sometimes,it always reflash page,
index.css no valid.
  other case:
             copy JMyWebServlet.war to CATALINA_HOME/webapps,in
server.xml  add these
            <Host name="war.axxxw.com" appBase="webapps"
             unpackWARs="false" autoDeploy="true" >
              <Context path="" docBase="JMyWebApp.war" debug="0"
reloadable="true">
             </Context>
     </Host>
  fist access  http://war.axxxw.com:8080/ ,can show page but  index.css
no valid,if reflash page  ,will show error "Refusing to respond."
I do not see ,how to use useStyleSheet in JWT?I have used wt,now I try
to use jwt,I attech  JMyWebApp.tar.gz

Attachment: JMyWebApp.tar.gz
Description: application/compressed-tar

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to