Idea
Building projects
1.
First,
New Project--->create Project from scratch--->
Take a name.
--->next--->next---->
Check
Box
Web application
Hook up and of course you need something else to hook up
----->finish
This is basic, everybody's going to.
2.
Now that you have the standard directory, configure
Tomcat
With a downward arrow on it.
Edit
Configurations,------>
The upper-left corner of the
"+"
Sign
------>tomcatserver--->local---->
a name.
---->
In
Application Server----->configure---->
Choose
Tomcat
Path
---->
Kill
Start browser
The check box
---->
Kill the lower left corner of the check box, select the right
Fix----->apply-->ok
Starting Apache may cause an error:
Cannot run Program '/users/mac/documents/apache-tomcat-7.0.78/bin/catalina.sh ' (in directory/users/mac/documents/ Apache-tomcat-7.0.78/bin "): error=13, Permission denied
MAC OS X Configuration IntelliJ idea + Tomcat Workaround: Open terminal, go to Tomcat\bin directory, then execute chmod 777 *.sh
Configuring IntelliJ Idea + Tomcat under Mac OS X