Re: How do I run servlets on the root directory of localhost?

2004-06-16 Thread carters2
Hi all I just tried changing the configuration to index.jsp, and I still get HTTP Status 404 - / type Status report message / description The requested resource (/) is not available.

RE: How do I run servlets on the root directory of localhost?

2004-06-15 Thread carters2
I changed my web.xml file like you said buy changing the servlet mapping to this servlet-namewebMathematica/servlet-name url-pattern/index.html/url-pattern /servlet-mapping Home-file-list Home-file index.html /Home-file it is index.html because the webapp does not

Re: How do I run servlets on the root directory of localhost?

2004-06-14 Thread carters2
Hi all, this is exacly what im trying to do with my servlet for webMathematica. It is located in $CATALINA_HOME/webapps/webMathematica. However, I can't find the option in any config file to make that servlet become the default for tomcat. Right now tomcat defaults to

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread carters2
I am not using Apache although I wish we were, my boss believes in an all windows enviroment, so this is on server 2003 with IIS, I havent set up tomcat with IIS yet, because of this problem. I will look at that file server.xml but I've been in there before (to change from port 8080 to 80) and

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread carters2
Right now IIS isnt even running, I make changes to the tomcat files, restart tomcat and go to http://localhost ... It gave me the congrats you set up tomcat page by default, and i can get to webMathematica right now by going to http://localhost/webMathematica , what I want is when I go to

Tomcat Default page

2004-06-11 Thread carters2
Hi, I am new to tomcat so bear with me. I set tomcat 5 up on a server today and it is working. I then setup webMathematica 2 and that is working fine. However, when I go to the address http://localhost the page shown is the default tomcat page. What I would like to do is have the address

Re:Default Page

2004-06-11 Thread carters2
Thank you for the resonse, but that is not what i'm looking to do. I have already changed the port to 80, but Tomcat still loads the Congrats you set up tomcat successfully page. What I want to do is change tomcat 5 to load the webMathematica webapp page by default instead. Anyone know how to