Hello,
I am using Axis 1.1 and firing the ant task (axis-wsdl2java) to generate the client classes. Is there a way to update the axis configuration timeout value. I would like to modify the global timeout for the axis client. I would like to avoid updating the auto generated classes like in the...
Can anyone please explain what are potential reasons for receiving Null pointer exception from
Chain.do(…) call (within a filter)
I have two filters that are defined in my web.xml
<filter>
<filter-name>HibernatePersistence</filter-name>
<display-name>HibernatePersistence</display-name>...
Hi all,
I have a working ruby app that I developed on Window and I am trying to
deploy it on Linox with Apache. The hosting company generated for me an
empty rails app and I just replaced the files that I modified in my app
(only rb/rhtml/css/js files).
In addition I updatd the database.yml...
Hi all,
I have a web app that is using struts and websphere.
How can I configure it to render my own custom html pages for the 404 and 500 errors?
Should I update the web.xml?
Can some one post an example?
Thanks,
Lior
I have a jsp page and some of the html tags in the page are not being closed until the page actually runs. After applying wsad template on the page wsad is closing some of the html tags in my jsp page. This appear to me as some sort of validation that wsad is doing after I apply the template on...
Hello all,
I am trying to configure tomcat to run bugzilla.
I followed the instruction needed in order to be able to run cgi scripts from tomcat.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cgi-howto.html
Also I made sure that cgi servlet mapping in the web.xml is uncommented.
Now I have...
Hi guys,
I noticed that I have to restart Tomcat each time I am modifying a java class. I am guessing that Tomcat is caching these files.
Can Tomcat be configured to stop caching class files?
I am aware that it will affect performance but it is just for the development period.
I am using Tomcat...
Hi Guys,
I have a quick question.
Is it possible to use BugZilla with Tomcat as the web server ?
If no can someone recomand a open source bug tracking system that can use Tomcat.
Thanks,
Lior
Hi guys,
can someone explian why the csi_id information is missing when I am runing
select * from csi where csi_id in (20,23,24);
see bellow:
mysql> desc csi;
+--------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |...
Hi all,
I have a login page that works fine. On success I would like to move to the next page. The page is loading but empty (no values were populated). I have print out to a log file at the beginning of my Execute method (ActionClass) but it is not getting written to the log (ActionClass for...
Hi all,
I am getting this error when moving between jsp pages in my web application.
The scope of my actions is "request". If I change the scope to be "session" this error goes away. I think I should use "request" scope in my web app and that is why
I am trying to understand why & when struts is...
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.