RE: difference in how applications are displaying

2008-09-08 Thread Scott, Ewan


Johnny Kewl/Len Popp
You are right. It is in the html code. I was looking for differences in
the code when the problem was that the code was IDENTICAL. The html was
referencing a directory which did not exist on the second server. Rather
than displaying an error it was behaving as if it were set up to display
on mouseover or similar.
Thanks for pointing me back to looking at the code again.
Regards
Ewan


-Original Message-
From: Johnny Kewl [mailto:[EMAIL PROTECTED] 
Sent: 06 September 2008 11:50
To: Tomcat Users List
Subject: Re: difference in how applications are displaying


- Original Message - 
From: Scott, Ewan [EMAIL PROTECTED]
To: users@tomcat.apache.org
Sent: Friday, September 05, 2008 1:04 PM
Subject: difference in how applications are displaying






Hi



I  think this may relate to a tomcat setting - but I may be completely
wrong.



I have 2 servers which should be running identical looking webapps under
Apache Tomcat.



Accessing the test app on server 1 from a client using IE6, within the
app, next to a range of data input fields, an arrow icon permanently
exists which, if you click on it, brings  up a lookup table of values.



Accessing the live app on server 2 from the same IE6 client, next to the
range of data input fields the  arrow icon only exists once you hover
the mouse over the relevant area of the browser.



How can I get the arrow icon to appear permanently as in test?



Installed on both servers (Windows 2003):

Java 2 RuntimeEnv SE v1.4.2_15

Java 2 SDX, SE v1.4.2_15

Java TM 6 Update 3

Apache Tomcat 4.1



Regards

Ewan Scott
-
Hi Ewan... luv this question, if TC had a hall of (sh)fame, this would
be in 
it ;)

No way that TC is making a icon in a web page act weird ;)

Welcome to the wonderful world of browser standards

Get yourself, FireFox, and Opera, and IE... and test your web apps on
every 
one before they go out.

My guess... you using CSS, the span or div tags are not closed properly
and 
on one browser it works and on another browser it cant see the section
until 
the mouse goes over it.

This is very common... get yourself all those browsers, or this will
catch 
you forever ;)
You cannot develop on one browser I think I heard a whole bunch of 
people say... especially just IE ;)

have fun...

---
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm

---









-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


**
This email and any files transmitted with it are privileged, confidential and 
subject to copyright. Any unauthorised use or disclosure of any part of this 
email is prohibited. If you are not the intended recipient please inform the 
sender immediately; you should then delete the email and remove any copies from 
your system.
The views or opinions expressed in this communication may not necessarily be 
those of Scottish Borders Council.
Please be advised that Scottish Borders Council's incoming and outgoing email 
is subject to regular monitoring and any email may require to be disclosed by 
the Council under the provisions of the Freedom of Information (Scotland) Act 
2002.

**


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: difference in how applications are displaying

2008-09-06 Thread Johnny Kewl


- Original Message - 
From: Scott, Ewan [EMAIL PROTECTED]

To: users@tomcat.apache.org
Sent: Friday, September 05, 2008 1:04 PM
Subject: difference in how applications are displaying






Hi



I  think this may relate to a tomcat setting - but I may be completely
wrong.



I have 2 servers which should be running identical looking webapps under
Apache Tomcat.



Accessing the test app on server 1 from a client using IE6, within the
app, next to a range of data input fields, an arrow icon permanently
exists which, if you click on it, brings  up a lookup table of values.



Accessing the live app on server 2 from the same IE6 client, next to the
range of data input fields the  arrow icon only exists once you hover
the mouse over the relevant area of the browser.



How can I get the arrow icon to appear permanently as in test?



Installed on both servers (Windows 2003):

Java 2 RuntimeEnv SE v1.4.2_15

Java 2 SDX, SE v1.4.2_15

Java TM 6 Update 3

Apache Tomcat 4.1



Regards

Ewan Scott
-
Hi Ewan... luv this question, if TC had a hall of (sh)fame, this would be in 
it ;)


No way that TC is making a icon in a web page act weird ;)

Welcome to the wonderful world of browser standards

Get yourself, FireFox, and Opera, and IE... and test your web apps on every 
one before they go out.


My guess... you using CSS, the span or div tags are not closed properly and 
on one browser it works and on another browser it cant see the section until 
the mouse goes over it.


This is very common... get yourself all those browsers, or this will catch 
you forever ;)
You cannot develop on one browser I think I heard a whole bunch of 
people say... especially just IE ;)


have fun...
---
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
---









-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: difference in how applications are displaying

2008-09-06 Thread Len Popp
If the same browser is displaying the two pages differently, there
must be a difference in the web pages. Compare the HTML of the pages
as they are received by the browser. Also compare any CSS and
Javascript files referenced by the HTML page.
-- 
Len

On 05/09/2008, Scott, Ewan [EMAIL PROTECTED] wrote:




 Hi



 I  think this may relate to a tomcat setting - but I may be completely
 wrong.



 I have 2 servers which should be running identical looking webapps under
 Apache Tomcat.



 Accessing the test app on server 1 from a client using IE6, within the
 app, next to a range of data input fields, an arrow icon permanently
 exists which, if you click on it, brings  up a lookup table of values.



 Accessing the live app on server 2 from the same IE6 client, next to the
 range of data input fields the  arrow icon only exists once you hover
 the mouse over the relevant area of the browser.



 How can I get the arrow icon to appear permanently as in test?



 Installed on both servers (Windows 2003):

 Java 2 RuntimeEnv SE v1.4.2_15

 Java 2 SDX, SE v1.4.2_15

 Java TM 6 Update 3

 Apache Tomcat 4.1



 Regards

 Ewan Scott








 **
 This email and any files transmitted with it are privileged, confidential
 and subject to copyright. Any unauthorised use or disclosure of any part of
 this email is prohibited. If you are not the intended recipient please
 inform the sender immediately; you should then delete the email and remove
 any copies from your system.
 The views or opinions expressed in this communication may not necessarily be
 those of Scottish Borders Council.
 Please be advised that Scottish Borders Council's incoming and outgoing
 email is subject to regular monitoring and any email may require to be
 disclosed by the Council under the provisions of the Freedom of Information
 (Scotland) Act 2002.

 **



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



difference in how applications are displaying

2008-09-05 Thread Scott, Ewan
 

 

Hi

 

I  think this may relate to a tomcat setting - but I may be completely
wrong.

 

I have 2 servers which should be running identical looking webapps under
Apache Tomcat.

 

Accessing the test app on server 1 from a client using IE6, within the
app, next to a range of data input fields, an arrow icon permanently
exists which, if you click on it, brings  up a lookup table of values.

 

Accessing the live app on server 2 from the same IE6 client, next to the
range of data input fields the  arrow icon only exists once you hover
the mouse over the relevant area of the browser.  

 

How can I get the arrow icon to appear permanently as in test?

 

Installed on both servers (Windows 2003):

Java 2 RuntimeEnv SE v1.4.2_15

Java 2 SDX, SE v1.4.2_15

Java TM 6 Update 3

Apache Tomcat 4.1

 

Regards

Ewan Scott

 

 

 


**
This email and any files transmitted with it are privileged, confidential and 
subject to copyright. Any unauthorised use or disclosure of any part of this 
email is prohibited. If you are not the intended recipient please inform the 
sender immediately; you should then delete the email and remove any copies from 
your system.
The views or opinions expressed in this communication may not necessarily be 
those of Scottish Borders Council.
Please be advised that Scottish Borders Council's incoming and outgoing email 
is subject to regular monitoring and any email may require to be disclosed by 
the Council under the provisions of the Freedom of Information (Scotland) Act 
2002.

**