Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tomcat issues

66 views
Skip to first unread message

pxa_...@my-deja.com

unread,
Feb 8, 2000, 3:00:00 AM2/8/00
to
I have loaded the tomcat files into VisualAge for Java for Windows.
Everything went smoothly. I have tested some JSP files, and they seem
to work pretty good. I have a bean that I created, and I am able to
send data to the bean from my JSP file and get the data back from the
bean to display in a JSP file, but only by using scripts and directly
calling my bean's accessor functions.

i.e.:
<% myBean.setLogin(frmLogin); %>

<%= myBean.getLogin() %>

Using the JSP tags for set and get property don't seem to work.

i.e.:
<jsp:setProperty name="myBean" property="*" />

<jsp:getProperty name="myBean" property="Login" />

I was wondering if these tags are not implemented yet, or is there some
trick to use them. My bean conforms to all of the standards (has the
getXXXX and setXXXX for all of my properties.

I do use the <jsp:usebean ...> tag, and that seems to work great, which
is why I can't understand the set and get property tags not working.

Anyway, if anyone knows, thanks.


Sent via Deja.com http://www.deja.com/
Before you buy.

dharma...@gmail.com

unread,
Dec 25, 2012, 1:03:49 AM12/25/12
to

SEVERE: Unable to process Jar entry [com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class] from Jar [jar:file:/home/draj/workspace1/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Spring3Hibernate/WEB-INF/lib/icu4j-2.6.1.jar!/] for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 60
at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:133)
at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:60)
at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:209)
at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:119)
at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2104)
at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1980)
at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1946)
at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1931)
at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1325)
at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:878)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:369)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5173)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)

log4j:WARN No appenders could be found for logger (org.springframework.web.servlet.DispatcherServlet).
log4j:WARN Please initialize the log4j system properly.
Dec 25, 2012 11:08:30 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring FrameworkServlet 'dispatcher'
Dec 25, 2012 11:08:39 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Dec 25, 2012 11:08:39 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Dec 25, 2012 11:08:39 AM org.apache.catalina.startup.Catalina start





Can any one help me to solve the problem...
0 new messages