Thanks a lot Rohan. But I have deployed my application on tomcat, can you please tell me where to find httpd.conf file where in i need to configure ErrorDocument?
Type: Posts; User: tejaspatel; Keyword(s):
Thanks a lot Rohan. But I have deployed my application on tomcat, can you please tell me where to find httpd.conf file where in i need to configure ErrorDocument?
Hi sbirnie,
Thanks for your reply. Yes you are absolutely correct. So, how to avoid that situation and display "Site is temporarily unavailable" message?
Hello,
My project is in spring mvc 2.5, and I have hosted it on tomcat 6. For maintenance purpose sometimes I shutdown tomcat, mean while if any user hits the URL they will see tomcat's http...
Thank you very much
Hello friends,
I am learning maven, i have already worked on few projects in spring mvc 2.5 In those projects all dependencies were added manually by me in WEB-INF/lib. Now I want maven to...
Hello Marten,
Thank you for your reply. Please can you tell me for which jar conflicts I should check for, I mean for spring versions or for flex jar files versions? Currently I am using spring 2.5
Hello friends,
I have been using spring mvc since long time and also I have little knowledge of Adobe Flex action scripting 3. Now I want to develop an application whose client end will be...
That is quite understandable. But using spring mvc 2.5 I have declared all controller beans and request mapping in my servlet-context.xml file. In spring 3 its done using @controller. So this is what...
Hello friends,
I have done one project using spring mvc 2.5 and now I want to convert the same project into spring mvc 3.x. Can anyone suggest me the easy way to approach, because it would be...
Can you please be more specific?
Actually, I am also looking for samples. It seems there is no project on the location given by u. Any other suggestions??
Thanks
I have developed one module of my project with Adobe flex and spring mvc 2.5 it is working fine on desktops and laptops. But if the same url is accessed using iphone or ipad, it doesn't open saying...
My project is in spring mvc 2.5 I want to learn how to create and consume web services. Please can you help me?
Thank you in advanced...
Hello friends,
I have already developed a project in spring mvc 2.5, now I have to create web services for that project. Please help me out with an example of how to implement it with spring...
Hello friends,
I have been working on a project which completed. It has been developed in spring MVC 2.5 and MsSQL as database. A native web based application for I-Pad is being developed for...
Thanx michael
Thankx a lot Jeff Liu
Hello friends,
I want to learn spring batch, I have used spring mvc, spring jdbc in several projects. Now I want to start with spring batch, can anyone tell me where to start with. Can anyone...
Hi Andy,
I changed my server now I have configured external Tomcat6.0 into STS. But now I am getting following error. Any idea on this, I am not getting why it is showing me error on c.tld file....
Hello,
I have created project using dynamic web moudule 3.0 and I am using STS2.6 and tcServer that comes along with it. I have also configured my project to run on this tcServer. When I...
how shall i call my javascript files in auto generated .jspx pages.
I have /src/main/webapp/filejs/xxx.js files, I am not able to call these files in .jspx pages.
Any suggestions...??
Hello,
here is my bean config. file for spring security.
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/security"
...
Thank you very much davey, its now working... :)
But I want to ask you that by including spring-orm dependencies, will it include all the hibernate related dependencies also?
here is the dependency that i've added, and my pom.xml is absolutely correct.
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>...
I use STS as IDE, I am using maven to build spring mvc 3 project. Whenever I am adding new dependencies, it is downloaded but when I am trying to use any classes belonging to that dependencies I am...