aspose file tools
The moose likes JSP and the fly likes JSP not working with Windows 7 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP not working with Windows 7" Watch "JSP not working with Windows 7" New topic
Author

JSP not working with Windows 7

Joseph Smithern
Ranch Hand

Joined: Feb 11, 2006
Posts: 89
The below JSP (using Tomcat 6.0.24) to fetch Intranet Username has always worked on Windows XP with IE.
Now that we upgraded to Windows 7 it no longer works. It now responds with IE generic message Internet Explorer cannot display the webpage. Tomcat logs doesnt show any information or error messages.

Anything I can change to make it work using Windows 7?

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56528
    
  14

Not only do you have Java code in a JSP, you have HTML inside the Java code inside the JSP.

It's really long past the time where code such as this is acceptable. It's time to update your knowledge with the JSTL and EL and move processing code out of the view and into other layers where it belongs.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP not working with Windows 7
 
Similar Threads
NTLM Issue:retrieving username from active directory
Windows Authentication Using Tomcat 5.0
redirect problem
Help! Explain how this servlet works?
NT user