| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
15 comments so far (post your own) View All Comments Latest 10 Comments:Hi, I have tried in the simillar way as it given abobe but their is error in the startup of the server like this,
-----------------------------
Jun 1, 2004 2:24:28 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /struts2-blank-2.1.2 from URL f
ile:D:/jakarta-tomcat-5.0.28/webapps/struts2-blank-2.1.2
Jun 1, 2004 2:24:31 AM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Jun 1, 2004 2:24:31 AM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Jun 1, 2004 2:24:33 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /webdav from URL file:D:\jakart
Posted by Govind on Wednesday, 12.17.08 @ 03:36am | #82855
There is an exmaple in rose india site which is wrong code:
obj.fun2(2);
should have two argumnets in fun2(2,3);
URL is:
http://www.roseindia.net/java/learn-java-in-a-day/oops.shtml
Please check the code:
class A{
public void fun1(int x){
System.out.println("int in A");
}
}
class B extends A{
public void fun2(int x,int y){
fun1(6); // prints "int in A"
System.out.println("int in B");
}
}
public class C{
public static void main(String[] args){
B obj= new B();
obj.fun2(2);
}
}
Posted by Varun Singh on Wednesday, 05.7.08 @ 14:06pm | #58788
SEVERE: Context [/struts2-blank-2.0.11] startup failed due to previous errors
Posted by Abhishek Khandelwal on Thursday, 05.1.08 @ 17:44pm | #58308
I found this site providing very useful tips in downloading and understanding Struts.
Posted by Karthic on Friday, 03.21.08 @ 03:05am | #53522
I have problem with starting struts2
When I deploy struts2-blank-2.0.11.war then I get
/log/catalina.out
------------------------------
-
SEVERE: Error filterStart
19.2.2008 2:15:56 org.apache.catalina.core.StandardContext start
SEVERE: Context [/struts2-blank-2.0.11] startup failed due to previous errors
localhost.log
-------------------------------
19.2.2008 2:25:14 org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter struts2
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
at com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<clinit>(DomHelper.java:167)
at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:115) ........
if I use Tomcat Web Application Manager for start struts2-blank-2.0.11
---------------------------------------------------------------------------------------
FAIL - Application at context path /struts2-blank-2.0.11 could not be started
I use
---------------------
linux fedora7/8
Apache Tomcat/5.5.26
Java 1.6.0_04-b12
Can anybody help me?
Posted by Migi on Tuesday, 02.19.08 @ 07:07am | #48951
In Hello world application i'm gettting the below error while I deploy using Tomcat.
HTTP Status 404 - There is no Action mapped for action name HelloWorld.
Can anybody tell the remedy for this? I need it urgently.
Posted by Rose on Friday, 02.1.08 @ 10:54am | #46815
I am really impressed by the information that i get on this site. Thanks a lot..
Posted by Nirupa on Monday, 01.21.08 @ 12:09pm | #45748
Hi,
I follow your instruction but using ver2.0.11,
I got the following error:
The requested resource (struts2-blank-2.0.11/example/HelloWorld.action) is not available.
Hope that you help me to fix this problem.
Thanks you
Posted by Fox Yong on Wednesday, 12.5.07 @ 16:15pm | #41359
Useful site...
Posted by nisha on Wednesday, 10.24.07 @ 15:51pm | #34676
4. Hi Svitsem!
We got your request to know for downloading the Struts 2.0. Dont worry Please try again.
Please visit:
Download Struts 2.0.9
Thanks for visiting our site.
Vinod Kumar
Posted by Vinod Kumar on Tuesday, 10.23.07 @ 18:15pm | #34633
Can not download struts 2 from http://struts.apache.org/download.cgi.
Posted by svitsem on Monday, 10.22.07 @ 00:10am | #34521
Nice , good starting point here for Struts
Posted by George on Sunday, 10.21.07 @ 07:41am | #34496
Help me for getting TLD files for installing Struts-2.0.9 in Tomcat
Posted by suraj on Thursday, 10.11.07 @ 16:30pm | #33057
Hi,
Thanks for giving the valuable points to install the sturts.Its really heapful.
Posted by RAMA DEVI on Tuesday, 07.24.07 @ 11:29am | #21814
I like it.
Posted by Dmitriy on Wednesday, 07.11.07 @ 02:47am | #21055