Deployment of a JSP app

2004-11-23 Thread Peter O'Reilly
To all, Currently, the only way I can get to my application, which starts with a index.jsp is by appending on the directory. Like so.. http://www.xxx.com/app Anyone know how I can set up my app so that if i visit, http://www.xxx.com I will be able to see it? I tried making the

Re: Deployment of a JSP app

2004-11-23 Thread deepak shripat mane
  Hello Can u send ur code of index.jsp can u check ur configuration setting of structs . Please check setting of file. u send me index.jsp file Deepak On Tue, 23 Nov 2004 Peter O'Reilly wrote : To all, Currently, the only way I can get to my application, which starts with a

RE: Deployment of a JSP app

2004-11-23 Thread Shapira, Yoav
://www.yoavshapira.com -Original Message- From: Peter O'Reilly [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 12:53 PM To: Tomcat Users List Subject: Deployment of a JSP app To all, Currently, the only way I can get to my application, which starts with a index.jsp

RE: Deployment of a JSP app

2004-11-23 Thread Peter O'Reilly
not sure what I'm talking about. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Peter O'Reilly [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 12:53 PM To: Tomcat Users List Subject: Deployment of a JSP app To all, Currently, the only way I can get to my

Re: Deployment of a JSP app

2004-11-23 Thread Peter O'Reilly
My app was built from tiles-blank.war, all I did was change the name to myapp before copying into the /tomcat/webapps directory for autodeployment. It successfully built the /myapp dir, but is having trouble getting the right context, so I can browse with www.xxx.com/myapp. Peter deepak