Member Avatar for kapmsd

Hi guys!!
I am intended to develop a project in JSP.
I am gonna use NetbeansIDE6.5.1 and mysql in Linux.
I have few doubts:
(i)Uploading files(eg:jsp,war et al) to the server.
(ii)Code to extract .war files to a folder in the server.
(iii)Using https for login forms.

Thanks in advance for ur inputs :) !!

Recommended Answers

All 2 Replies

Please minimize the scope your question however I am sure that the documentation of apache-tomcat will assist you to understand the deployment issue of web application.

>>(i)Uploading files(eg:jsp,war et al) to the server.
>>(ii)Code to extract .war files to a folder in the server.
These two are basically same and generally called as deployment.While doing deployment you can either upload all related documents file by file, or you can package documents into WAR file, copy on your server and restart server. Server on start will take care of WAR deployment

>>(iii)Using https for login forms
For this you need to first configure your server and after that you can develop for given task. However you better learn basic at first so later you can do some secure connections etc.

Suggested reading:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.