I have fixed this issue. Looks like the WEB-INF/web.xml file contained a line it shouldn't have done. The code in there is:
<filter-mapping>
<filter-name>Auth Filter</filter-name>
<url-pattern>*.jsp</url-pattern>
<url-pattern>*.do</url-pattern>
<dispatcher>REQUEST</dispatcher>...
The test application didn't contain a response, it was blank, but the live response contained the code for the tab.
It is a struts, servlet, jsp, java application.
In the web.xml file I have:
<!-- Action Servlet Configuration -->
<servlet>
<servlet-name>action</servlet-name>...
I have been comparing both the live application and my upgraded test application.
In the Developer Tools in IE, on the Network tab I captured what I was doing. I did this on both live and my test to compare the 2.
I don't know how much difference this makes but on my test I noticed under the...
Ok I've made my application go to tab_defaultsetttings.jsp and tab_forecastsummary.jsp. Both those load with the data.
It seems like when they're sub-tabs, they don't work. How can it stop working just from upgrading the Java and Tomcat?
Any ideas on how to debug to find out where's it's...
There's 2 references to JSPs in the above log file, which is:
0:0:0:0:0:0:0:1 - user [28/Feb/2014:12:12:01 +0000] "GET /myApp/includes/tab_defaultsettings.jsp HTTP/1.1" 302 -
0:0:0:0:0:0:0:1 - user [28/Feb/2014:12:12:01 +0000] "GET /myApp/includes/tab_forecasttabs.jsp HTTP/1.1" 302 -
but...
No, nothing showing up in the server logs. This is what's in my localhost_access_log file (sorry it's long):
0:0:0:0:0:0:0:1 - user [28/Feb/2014:12:11:53 +0000] "GET /myApp/P1_00.do HTTP/1.1" 200 21053
0:0:0:0:0:0:0:1 - user [28/Feb/2014:12:11:53 +0000] "GET /myApp/css/main.css HTTP/1.1" 304...
Hi,
I am wondering if someone could assist me with trying to figure out what's wrong with my web application.
The current live application is on Java 5 with Tomcat 5.5.29. It also uses YUI 2.6.0 and JCIFs for authentication.
I have upgraded on a virtual machine to Java 7 and Tomcat 7.0.50. I...
Hi,
I know that this is probably not the right forum to post this in, but I've already posted in the "Sun: Servlets and JavaServer Pages (JSP)" forum, with no reply, so I'm not sure if anyone's seen it...yet.
If there is another forum you recommend I post in, please let me know.
We have a Java...
Hi,
I don’t know if this is the right place to post this, so please advise if it isn’t.
We have a Java struts servlet application which is running through Tomcat and is access through our intranet page.
Java version 1.5, Tomcat 5.5.29, Windows Server 2003 R2 SP2 – this is on a virtual box...
Hi,
Let me give you the scenario of what the problem is:
I have a JDesktopPane and a JPanel. I have added both onto a JSplitPane (split HORIZONTAL). The JDesktopPane then has 2 other JPanels (blankPanel and newsPanel) which are added using GridBagLayout, where the top JPanel (blankPanel)...
I have a TableCellRenderer class which extends default.
My code is:
public class TennisTableCellRenderer extends DefaultTableCellRenderer {
protected boolean isSelected = false;
protected Color selectionColor;
public TennisTableCellRenderer() {
super();
}
public...
Hi,
I am trying to get my JTable table's header to setOpaque(false) so I can see the background image in the same way I can see it for my table rows and columns.
Can someone please tell me how to do this, if it is even possible to do.
Thanks in advance
:)
Try this website:
http://www.connectionstrings.com/
or
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=6442&lngWId=4
It gives you the connect strings and examples of how to do them for different databases.
Hope this helps
ok, thanks all for your help. I'll give it a go.
Hopefully I should have the Restore CD.
If I get into any problems, then I'll give the other methods a go.
Cheers :)
I have tried removing the spyware/malware with Adaware, Microsoft Antispyware, Symantec Antivirus, Search & Destroy, McAfee Antivirus and none of them seem to have worked. I called up Dell who told me it was spyware/malware.
The problems I have is that my laptop is really slow and I cannot...
I'm not sure, I'll have to check if I got it with the laptop. I know I've got all the drivers and software CDs with it. I'm in the process of saving all my data, some of it is infected with spyware/malware, which I cannot remove.
If I don't have that 'Restore' CD, do you know how I can...
Hello,
I have a Dell Inspiron laptop which, I've been told, has spyware/malware on it. I rang up Dell and they told me the only way to remove it is to re-format my laptop. They told me that if I let them do it then it will cost quite a lot to fix it, so the person on the phone told me to look...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.