M
Marcus Reiter
Hi,
I am using JBuilder to build a small application based on Servlets.
I am using the integrated Tomcat, and I got some problems I can't solve -
first of all, for some reasons this Tomcat is running on Port 8086,
however when I want to run my project it always tries to connect to Port
8080 -
Actually I don't really care wether it uses 8080 or 8086,
but I would like that it directly connects to the right port -
otherwise it throws an error at the start and I always have to change the
adress...
Second problem - the Servlets are running fine, but I also have 2 html pages
I want to connect to -
where should I put them and how can I forward to them? Do I have to alter
the web.xml myself
or can Jbuilder do that for me, and if I have to do it myself, what would I
have to write?
Thanks,
Marcus
I am using JBuilder to build a small application based on Servlets.
I am using the integrated Tomcat, and I got some problems I can't solve -
first of all, for some reasons this Tomcat is running on Port 8086,
however when I want to run my project it always tries to connect to Port
8080 -
Actually I don't really care wether it uses 8080 or 8086,
but I would like that it directly connects to the right port -
otherwise it throws an error at the start and I always have to change the
adress...
Second problem - the Servlets are running fine, but I also have 2 html pages
I want to connect to -
where should I put them and how can I forward to them? Do I have to alter
the web.xml myself
or can Jbuilder do that for me, and if I have to do it myself, what would I
have to write?
Thanks,
Marcus