Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
to host a website with login and registration pages ?

SateeshChinni
Member Posts: 14
Hi,
i want to explore how to host a dynamic website with database connectivity ... to start with i want to design welcome screen, login page and registration page..
i have some design towards to use REST API - so that i can use those services for mobile app ( or some other front end).
i am thinking of PHP & HTML as UI , my sql as database and jersey Rest API to expose methods as web services
i want to know do i need to have 2 servers - one for jersey REST API (tomcat) and apache server (ex - WAMP server) for application purpose ?
Could you please suggest how can i proceed to start with these screens , hosting website , domain registration etc..