Shashi Ranjan

Greenhorn
+ Follow
since Jun 12, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shashi Ranjan

You can also use FileUploadBean for non commercial use. Just search for the UploadBean in the google and you will get the material.
15 years ago
I just added c.tld in WEB-INF/lib and it worked.
Just move standard.jar and jstl.jar in WEB-INF/lib and you don't have to mention any tld for that. There is an error in your jsp code . Instead of writing <c: forEach> you should write <c:forEach> there should be no gap between : and forEach. Another problem is that you have placed a b after</body> ...........once you correct this your code will run fine and give you the output
the name you pass as parameter
sai
narayanan
amma.
16 years ago
JSP
I think all the translation is done implicitly and we can't interfare in that. Even some of web server doesn't allow us to see the servlet code generated after translation.
16 years ago
JSP
Hi,

I'm unable to use jstl in eclipse. It's not recognising the uri="http://java.sun.com/jsp/jstl/core".Although I've put the jstl.jar in WEB-INF/lib. Alternatively I've also tried to set the jstl.jar in run time dependencies............I'm waiting for reply.

Thanks
I think you are doing mistake in looking up a JNDI for remote interface whereas your component interface and home interface are Local. It might be a problem...try to sort it out..
Hi,
My project is running fine with Sun Application Server and Tomcat. When I'm trying to use NetBeans with Weblogic Server it is throwing an exception saying that it is not able to start Deploymanager. And I'm not able to deploy my project in Weblogic. When I'm deploying it mannually it is being deployed.following is the error message given while running the project:

javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: Cannot create weblogic DeploymentManager instance.
See the server log for details.


Please guide me................Thanks in advance.

[ March 16, 2008: Message edited by: Shashi Ranjan ]

[ March 23, 2008: Message edited by: Shashi Ranjan ]
[ March 23, 2008: Message edited by: Shashi Ranjan ]
I'm trying the example given in the book. I've set all the environment variables according to given on wickedlysmart.com. I'm able to deploy the bean with the help of deployment tool given with the sun development kit. But as I'm trying to run the client program "AdviceClient" it is throwing an exception like this:

C:\Users\Shashi\sonu\projects\advice>java -cp AdviceAppClient.jar;C:\Sun\AppServ
er\lib\j2ee.jar;. AdviceClient
javax.naming.NoInitialContextException: Need to specify class name in environmen
t or system property, or as an applet parameter, or in an application resource f
ile: java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
45)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247
)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.jav
a:284)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at AdviceClient.go(AdviceClient.java:15)
at AdviceClient.main(AdviceClient.java:9)


please suggest me what to do? Respond me as soon as possible I'm waiting for your answer