Help in installing wildfire as web application

hai…

firstly the web application i am using is Tomcat 4.0.I read a thread in installing wildfire as web application (http://www.jivesoftware.org/community/entry.jspa?externalID=431&categoryID=22).I n that tomcat 5.5 is used.will wildfire work only with tomcat 5.5 version??

still i tried to install…but couldnt configure wildfire home.

to be more clear…i copied the wildfire.war file in webapps.when the war file was exploded a folder named wildfire was created.In the WEB-INF folder classes folder was not created.so i created a folder named classes and in that created a folder named wildfire_init.xml.As per http://www.jivesoftware.org/community/entry.jspa?externalID=431&categoryID=22 thread,it is said that the content of wildfire_init.xml should be C:
jive-repo
wildfire
target
war
wildfireHome.

so my wildfire_init.xml file too contains just the above code. but when i tried to open the browser by giving http://localhost:8080/wildfire/login.jsp it shows error.The error is

no such resourse found…

plz help me…

Hi Ammu,

option one did never work for me, and I’'m using Tomcat 5.5

It seems that adding -DwildfireHome=C:/jive-repo/wildfire/target/war/wildfireHome to the Tomcat start script would work much better.

Do you have a C:\jive-repo\wildfire\target\war\wildfireHome directory? The directory you specify must exist and should contain at least a wildfire.xml file.

LG

hai…

so i think i need to install tomcat 5.5 to work,rite?

how to add -DwildfireHome=C:/jive-repo/wildfire/target/war/wildfireHome to the Tomcat start script ??rather where do i find tomcat start up script??

yes, there is wildfire.xml file.but its in wildfire/conf folder.do i need to make any changes in wildfire.xml file??

please help me…

thanks in advance…

hi

i installed tomcat 5.5…opened a browser n gave the url as http://localhost/wildfire/login.jsp. then i got the following error

org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jstl/core_rt cannot be resolved in either web.xml or the jar files deployed with this application

org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler .java:50)

org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:40 7)

org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:11 4)

org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibrar yInfoImpl.java:316)

org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:147)

org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418)

org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)

org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543)

org.apache.jasper.compiler.Parser.parse(Parser.java:126)

org.apache.jasper.compiler.ParserController.doParse(ParserController.java:2 11)

org.apache.jasper.compiler.ParserController.parse(ParserController.java:100 )

org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: 556)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java: 293)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

please help me to solve this error

thanks…