This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Weblogic" Watch "Weblogic" New topic
Author

Weblogic

maheedar sand
Greenhorn

Joined: Feb 26, 2008
Posts: 21
Hi,
I am practising servlets in weblogic 7.0. I has developed one HelloWorld Servlet and deployed this servlet to the weblogic server in exploded directory format using weblogic builder. It has written the web.xml and weblogic.xml in the corresponding folder. When I observed console it gave some exception mentioning that staging can't be changed. when I accessed the servlet folder from the web browser it is displaying html normally. In html servlet hyperlink is there. when I click that link it is giving some internal error. when I observed the weblogic server console it is showing ClassNotFoundException mentioning "MyServlet" class not found under web-inf folder. when I checked manually that class is residing in web-inf folder. all the package entries in web.xml and the class residing in the folder are correct. I am not able to understand why it is giving like this. Please, help me.

I also has some doubt regarding the j2ee libraries. Generally, we will found servlet-api.jar file in the commons /lib folder of tomcat installation. In weblogic where exactly these files will be available and which jar files has to be included in our classpath when we are exclusively working with only weblogic server.


Very Thanks in advance.

regards,
sathish.g
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12956
    
    3

snowfly, please check your private messages. You can see them by clicking My Private Messages.

We have a separate forum about BEA WebLogic. I am moving this post over there; please follow the link at the top of the page.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Weblogic
 
Similar Threads
How to deploy servlet?
servlets
Servlet deployment iuuse in weblogic 8.1
depolying servlet on weblogic server domain
Error 404--Not Found:when deploying application in exploded directory format