You should be able to use IE or netscape, this is server side java
so it doesn't matter if your browser supports it or not.
Did you try the servlet examples? if MRJ is just a runtime then there
is no compiler in it and your computer won't compile the JSP pages, try
the servlets. they are already compiled. You may need to compile the JSP
pages elsewhere. or find a compiler (JDK).
S Lafredo wrote:
>
> I tried that and it did not work? I was getting very strange error
> messages from IE.
>
> Not wanting to give up I quit Tomcat and started it up again while IE
> was running (shouldn't make a difference :) and now I get the Tomcat
> page.
>
> When I run the sample JSPs I am throwing exceptions all over the place
> but at least I am running.
>
> Thanks!
>
> Stephen
>
> On 2/25/01 at 5:55 PM, Stefán F. Stefánsson <[EMAIL PROTECTED]>
> wrote:
>
> : can you give the exact string you're typing in your browser?
> :
> : here's what you should type: http://localhost:8080/
> :
> : the :8080 tells the browser to communicate on port 8080 instead of the
> : default http port (which is 80). You can also open the server.xml
> : file in the <tomcat_root>/config directory and edit the <Connector>
> : tag. It should have a parameter name=port value=8080. You would have
> : to change that to 80 so that the address http://localhost/ would work.
> :
> : Hope this helps you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]