This week's book giveaway is in the General Computing forum.
We're giving away four copies of Raising Young Coders: A Parent’s Guide to Teaching Programming at Home and have Cassandra Chin on-line!
See this thread for details.

pepin vaz

Greenhorn
+ Follow
since Dec 27, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by pepin vaz

Hi everyone!!
Im learning about J2EE, and i found a good tutorial with code example. The problem i have is when a try to compile with Ant, there aren�t none problem, but when i try to execute my example, appears a message error in the browser:
"message: No action instance for path /getEJB could be created
description: The server encountered an internal error (No action instance for path /getEJB could be created) that prevented it from fulfilling this request."
Any people can helpme with this problem? any idea about whats happening?
Thanks a lot in advance
P.D. im thinking about a configuration problem in JBoss, but i dont know...
JBoss 3.2.2
Tomcat 4.1.24
MacOS X.3 Server
[ January 01, 2004: Message edited by: pepin vaz ]
21 years ago
Hi. Im experiencing one problem too similar: im compiling a program that imports javax.servlet.jsp. My output says that does not exists package javax.servlet.jsp.
My line of compilation looks like:
javac -classpath /Library/JBoss/3.2/server/deploy-standalone/lib/jboss-j2ee.jar /Library/JBoss/3.2/deploy/ComplexTag/WEB-INF/classes/com/masslight/tagExampleClasses/*.java
Any idea about this problem?
21 years ago
JSP