Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : J2EE : JSP : Servlet: Display records Signup · Login
Author Thread
Servlet: Display records
Posted in tutorial: Displaying Records from the Database with Java Servlets
·  parulsm
User
Joined: 20 Nov 2002
Total Posts: 1

Servlet: Display records

Posted: 20 Nov 2002
Hi , Am trying to use the exact code above, just changed a bit to access my Oracle Database. But doesnt work.
Following is the error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, www and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



--------------------------------------------------------------------------------

Apache/1.3.27 Server at medusa Port 8080

Where medusa is the server name.

Any ideas???
Regards,
·  Faisal Khan
AdminAdminAdminAdmin
Joined: 24 Sep 2002
Total Posts: 595
Re: Servlet: Display records
Posted: 22 Nov 2002
I think it is an Apache configuration error and is unrelated to the code discussed in this article. You must check documentation that comes with your Servlet container to see if you have done everything as expected to make it work with Apache.

I'd also suggest that you directly use your Servlet container instead of going-through Apache, especially at this early learning stage. You can see the port used by your Servlet container in it's config files and use the port directly ( e.g. 8080 ) to send requests to Servlets and give Apache some rest.

Faisal Khan.
Stardeveloper.com
Read Blog | Follow on Facebook, Twitter
Want to leave a comment? Login or Register for free!

Users Who Have Visited This Thread In Last 24 Hours
4 Visitors

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.