473,480 Members | 1,982 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

JSP setup problems on XP Pro

Ed
Here's the scene:

1) XP Pro, with IIS installed and running, as well as complete .NET
Architect Enterprise development environment
2) Tomcat server 4.1.27 in the default directory jakarta-tomcat-4.1.27
3) Java NetBeans "cobundle" installed in the default directory
(j2sdk_nb\j2sdk1.4.2)
4) JSP environment variables set (JAVA_HOME and CATALINA_HOME)

WHen I run Internet Explorer and enter the address http://localhost:8080/ I
get a user/password dialog that I never saw in my Win 2K/JSP setup. Can
anyone tell me why this is happening? So far as I know I've properly set
the required environment variables. I haven't added any new projects, so
I'm not yet worried about something like having a directory named "web-inf"
instead of "WEB-INF," and Tomcat and the Java SDK are in their (currently)
default locations.

Could this be related to script blocking in Norton AntiVirus, or a similar
constraint elsewhere? Thanks in advance.
Henry
Jul 17 '05 #1
6 3422
"Ed" <gu******@optonline.net> wrote in message
news:zC**********************@news4.srv.hcvlny.cv. net...
| Here's the scene:
|
| 1) XP Pro, with IIS installed and running, as well as complete .NET
| Architect Enterprise development environment
| 2) Tomcat server 4.1.27 in the default directory
jakarta-tomcat-4.1.27
| 3) Java NetBeans "cobundle" installed in the default directory
| (j2sdk_nb\j2sdk1.4.2)
| 4) JSP environment variables set (JAVA_HOME and CATALINA_HOME)
|
| WHen I run Internet Explorer and enter the address http://localhost:8080/
I
| get a user/password dialog that I never saw in my Win 2K/JSP setup. Can
| anyone tell me why this is happening? So far as I know I've properly set
| the required environment variables. I haven't added any new projects, so
| I'm not yet worried about something like having a directory named
"web-inf"
| instead of "WEB-INF," and Tomcat and the Java SDK are in their (currently)
| default locations.
|
| Could this be related to script blocking in Norton AntiVirus, or a similar
| constraint elsewhere? Thanks in advance.
|
|
| Henry

What port have you got IIS running on? Could it be that IIS is running on
port 8080?

--
-P
"Sometimes I feel so goddam' trapped by everything that I know"
Jul 17 '05 #2
Nope- it looks as if the dfault IIS Web site is on port 80. I've found that
IE and XP want me to enter the default JSP address
as https://localhost:8080/ but even then, although I no longer get the
password screen, I get an error page that says the page cannot be found.

This is making me a bit nuts. I had no idea that it would be so much more
difficult to set it up under XP Pro than Win2K.
Henry
"PerfectDayToChaseTornados" <pd***@emailaddress.invalid> wrote in message
news:Yk***********@news-binary.blueyonder.co.uk...
"Ed" <gu******@optonline.net> wrote in message
news:zC**********************@news4.srv.hcvlny.cv. net...
| Here's the scene:
|
| 1) XP Pro, with IIS installed and running, as well as complete ..NET | Architect Enterprise development environment
| 2) Tomcat server 4.1.27 in the default directory
jakarta-tomcat-4.1.27
| 3) Java NetBeans "cobundle" installed in the default directory
| (j2sdk_nb\j2sdk1.4.2)
| 4) JSP environment variables set (JAVA_HOME and CATALINA_HOME)
|
| WHen I run Internet Explorer and enter the address http://localhost:8080/ I
| get a user/password dialog that I never saw in my Win 2K/JSP setup. Can
| anyone tell me why this is happening? So far as I know I've properly set | the required environment variables. I haven't added any new projects, so | I'm not yet worried about something like having a directory named
"web-inf"
| instead of "WEB-INF," and Tomcat and the Java SDK are in their (currently) | default locations.
|
| Could this be related to script blocking in Norton AntiVirus, or a similar | constraint elsewhere? Thanks in advance.
|
|
| Henry

What port have you got IIS running on? Could it be that IIS is running on
port 8080?

--
-P
"Sometimes I feel so goddam' trapped by everything that I know"

Jul 17 '05 #3
On 10-Oct-2003, "Henry" <gr*******@optonline.net> wrote:
Nope- it looks as if the dfault IIS Web site is on port 80.
port 80 is port 8080.
This is making me a bit nuts. I had no idea that it would be so much more
difficult to set it up under XP Pro than Win2K.


That's not true. I use Windows XP Pro at home and I did not have any
problem whatsoever doing Java on it. Just make sure you configure Tomcat
correctly. Try and change the port for Tomcat to another port number.
Jul 17 '05 #4

"Henry" <gr*******@optonline.net> wrote in message
news:EC**********************@news4.srv.hcvlny.cv. net...
| Nope- it looks as if the dfault IIS Web site is on port 80. I've found
that
| IE and XP want me to enter the default JSP address
| as https://localhost:8080/ but even then, although I no longer get the
| password screen, I get an error page that says the page cannot be found.
|
| This is making me a bit nuts. I had no idea that it would be so much more
| difficult to set it up under XP Pro than Win2K.
|
|
| Henry
|

Henry, I have Tomcat running on XP pro with no problems at all. My guess
would still be that the problem lies with running IIS as well. Have you
tried turning IIS off & running it then?
--
-P
"Sometimes I feel so goddam trapped by everything that I know"
Jul 17 '05 #5
I found the problem. I made one mistake, and the system just plain didn't
like something else. In the jakarta-tomcat-4.1.27\bin\catalina.bat I had
set the JAVA_HOME variable, which is not necessary. I think this was, for
me, a holdover from earlier versions of Tomcat, such as 3.2 and 3.3.

I hadn't mentioned earlier that no instance of Tomcat actually ran- which
was why I couldn't even point to the default Tomcat page at
http://localhost:8080/.

The last part of the puzzle was the port number. As soon as I changed it to
7080 instead of 8080, the default page loaded in a blink of an eye.
Changing back to 8080 again brings up the password/login dialog.

I'm also running Oracle 9i, which installs JServ (optionally). I was just
beginning to suspect something funny due to JServ.

Maybe it was IIS after all. I'm not sure if I would have considered the
port number so soon. I even have some documentation that recommends
changing the default port as a normal course of operation; see
http://www.moreservlets.com/Using-Tomcat-4.html for the reference.

In any case, I've got things running. Thanks for your help!
Henry
"PerfectDayToChaseTornados" <pd***@emailaddress.invalid> wrote in message
news:5A***************@news-binary.blueyonder.co.uk...

"Henry" <gr*******@optonline.net> wrote in message
news:EC**********************@news4.srv.hcvlny.cv. net...
| Nope- it looks as if the dfault IIS Web site is on port 80. I've found
that
| IE and XP want me to enter the default JSP address
| as https://localhost:8080/ but even then, although I no longer get the
| password screen, I get an error page that says the page cannot be found.
|
| This is making me a bit nuts. I had no idea that it would be so much more | difficult to set it up under XP Pro than Win2K.
|
|
| Henry
|

Henry, I have Tomcat running on XP pro with no problems at all. My guess
would still be that the problem lies with running IIS as well. Have you
tried turning IIS off & running it then?
--
-P
"Sometimes I feel so goddam trapped by everything that I know"

Jul 17 '05 #6


"Henry" <gr*******@optonline.net> wrote in message
news:di**********************@news4.srv.hcvlny.cv. net...
| I found the problem. I made one mistake, and the system just plain didn't
| like something else. In the jakarta-tomcat-4.1.27\bin\catalina.bat I had
| set the JAVA_HOME variable, which is not necessary. I think this was, for
| me, a holdover from earlier versions of Tomcat, such as 3.2 and 3.3.
|
| I hadn't mentioned earlier that no instance of Tomcat actually ran- which
| was why I couldn't even point to the default Tomcat page at
| http://localhost:8080/.
|
| The last part of the puzzle was the port number. As soon as I changed it
to
| 7080 instead of 8080, the default page loaded in a blink of an eye.
| Changing back to 8080 again brings up the password/login dialog.
|
| I'm also running Oracle 9i, which installs JServ (optionally). I was just
| beginning to suspect something funny due to JServ.
|
| Maybe it was IIS after all. I'm not sure if I would have considered the
| port number so soon. I even have some documentation that recommends
| changing the default port as a normal course of operation; see
| http://www.moreservlets.com/Using-Tomcat-4.html for the reference.
|
| In any case, I've got things running. Thanks for your help!
|
|
| Henry
|

Glad you got it sorted out, these things can be incredibly annoying :-)
--
-P
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
7519
by: Christian Seberino | last post by:
I have a setup.py with something like this: import glob .... setup( ..., ..., data_files =
2
1329
by: Gianmaria | last post by:
Hi, I'm building a setup for a win App. I have 2 problems. I've created some dll that validate a serial number.. now i want during setup that the user must insert his serial number and this serial...
3
6005
by: hangten | last post by:
I have created a setup project for my application. Within this setup project I need to install another .exe file. When I add the .exe file to the setup program, I get a message "unable to find...
5
2660
by: George | last post by:
VB.net 2003 standard, XP windows home edition. Installed first application OK today. When I removed the application via Control Panel, there were no problems and the app folders were deleted. ...
0
1173
by: segal.aviad | last post by:
Hi, I'm trying to create a customized setup project for my application. I want to write a setup project which will install several merge modules (- this I know how to do). Before running the...
0
1406
by: R. Bernstein | last post by:
In making a release of the recent changes to pdb.py announce here: http://groups.google.com/group/comp.lang.python/browse_thread/thread/b4cb720ed359a733/fbd9f8fef9693e58#fbd9f8fef9693e58 I tried...
1
1420
by: Ilias Lazaridis | last post by:
If I understood things right, setuptools extends the functionality of distutils Thus replacing within a setup.py: from distutils.core import setup with try:
1
1952
by: =?Utf-8?B?RG91Zw==?= | last post by:
We have a very large code base and use the partitioned solution model for development and deployment. The problem is that in .NET 2005 the setup projects cause severe performance problems when...
6
5726
by: globalrev | last post by:
type "python setup.py install" that is used in most "addons" for python. well using windows vista, where the h*** am i supposed to type this? if it is not doable in windows, what do i have...
1
2513
by: =?Utf-8?B?Qi4gQ2hlcm5pY2s=?= | last post by:
I am reviewing Windows service programming. I'm running VS2005 and programming in VB. I've just found an example in Support: 'How to create a Setup project for a Windows Service in Visual Basic...
0
7054
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7057
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5357
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4798
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3008
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3000
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1310
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
570
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
199
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.