Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created website using netbeans.But now i want to run my website on browser without using netbeans.how can i run it?and where to place the MS-Access Database file.Plese help.its my first time.
Posted

1 solution

You will need a servlet engine (application server) to do that. Apache Tomcat is for free and will do nicely for beginners: http://tomcat.apache.org/[^] the next bigger I can think of would be http://jboss.org/[^]. There are loads more like GlassFish from Sun and Websphere from IBM.
I'd try Apache Tomcat for starters.
Cheers!
 
Share this answer
 
Comments
Espen Harlinn 19-Jan-11 16:01pm    
5+ Good links, giving either a minimalistic option (tomcat), or the power of full Java Enterprise servers

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900