can anybody send me j2ee softwares such as tomcat,weblogic
server ,netbeans
Answers were Sorted based on User's Feedback
Answer / satish kadyan
tomcat is also freely available , even netbean have tomcat
and sun's glassfish servelet container
| Is This Answer Correct ? | 4 Yes | 0 No |
How multiple simultaneous requests can be handled by servlets?
What are the servlet events?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
What is the use of servlet context?
What is done after deploying a war file and before client gives a request
Which interface should be implemented by all servlets?
What is the major difference between servlet and applet?
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
What are the security issues in Servlets?
In jsp custom tags from child tags to how many levels of parent tags you can acess
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is war file?