[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-25 Thread PeterJ
Should be like what? You didn't use the code brackets. (By the way, the solution you specified is not the only one. I actually had something else in mind and it involved changing the line I pointed out - you changed a completely different line) If you are using someone else's code, you can do o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-24 Thread xps2nini2000
hii Again this is not my code.I am messed with somebdy' else code.I know it shud be like this but in that case i have to change all web pages.Is there any other way out View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146697#4146697 Reply to the post : http

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-24 Thread PeterJ
The number one rule when working with JavaScript is: don't trust Internet Explorer! Here is the offending line: document.Input_Form1.action="LoginServlet"; Why this line is incorrect I will leave as a research item for you. As a hint, do not rely on Microsoft documentation, or on any tutorials

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-24 Thread xps2nini2000
HII This is my html page | | | | | | | | | | | | | MANTR | | | | | | | | | | | | | | | | This page uses frames, but your browser doesn't support them. | | | | | | | |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-23 Thread PeterJ
I am not saying that every user has to install this plugin. In fact, installing the plugin will not fix the problem, it will only help in debugging the problem. The other option is if you can reproduce the problem using a minimum number of files (for example, one servlet, one jsp, web.xml, and a

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-22 Thread xps2nini2000
hi thanx for ur support is there any other way out??Bcos my website will be used by multiple users .I cnt tell each one to install plugin on there firefox. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146033#4146033 Reply to the post : http://www.jboss.com

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-22 Thread PeterJ
By "the login pages gets refreshed", I assume you mean that the browser goes blank, the icons that indicate a page is loading are in motion, and then the login page is displayed again. This sounds like data is being sent but login is not happening. Time to install the Tamper Data add-on and see

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-22 Thread xps2nini2000
when i click on submit button the login page just get refreshed. On server there is no request or information.I did nt install any plugin or add-on on firefox.Its the default version that come with fedora 8 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414575

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-21 Thread PeterJ
When you submit the data, what happens? Does the browser window go blank? You get an error? The login page remains? Also, are there any error in the console log? What add-ons do you have in Firefox, could any of them be causing the problem? (I had a problem with downloads due to an add-on.) For

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-20 Thread xps2nini2000
No I am not using any one of these techonologies.My web pages contain only html and java script and jsp .Nothing else.I am getting same problem on firefox on windows.I am able to view the pages in firefox.But when i say submit request doesnt go to server View the original post : http://www.jbo

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Web pages are not running on mozilla

2008-04-17 Thread PeterJ
I have run web apps using IE and Firefox on Windows, and Firefox on Linux, without any problems. (Well, after I tell the NoScript Firefox plugin to allow scripts to run, in some cases.) Does the app work correctly with Firefox on Windows? What libraries/technologies are you using in your web a