On Fri, Jun 20, 2008 at 18:32, Sandip Bhattacharya <[EMAIL PROTECTED]> wrote:
> +++ Puneet Lakhina [20/06/08 17:34 +0530]: > >Shorter learning curve argument doesnt hold, I dont see why for an average > >person it would be easier to learn PHP instead JSP/Servlets. or why it > would > >be difficult to set up tomcat over apache with mod php. > > Then you need to get a fresh look at it. > > Any standard linux installation nowadays (which installs apache by > default) has out of the box PHP support, and all person needs to do > after picking up his/her first PHP book is to open a text editor, code, > save, and refresh his browser :). And provided he doesn't make stupid > newbie security mistakes, his application is ready for the web and can > handle considerable amount of real traffic. > > If you can say the same for Tomcat for example(don't get me started on > my quite outdated views of jboss here), I will admit that I really should > update myself and will withdraw my claims. :) > Ok for tomcat. this is how it is - download, unzip, make "myfirstwebapp" folder in $MYTOMCATINSTALL/webapps, create hello.jsp (which you can edit in ur favourite editor). start tomcat. Refresh. Thats pretty much it. I havent ever used jboss, but if basic webapps all you want to do that is you dont need the j2ee stuff like ejbs n the lot , then I dont think you should be using jboss. > > - Sandip > > > > -- > Sandip Bhattacharya > http://blog.sandipb.net > > _______________________________________________ > ilugd mailinglist -- [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > -- Puneet http://sahyog.blogspot.com/ Latest Post: javac -g _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
