Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: liorza
  • Content: Threads
  • Order by date
  1. liorza

    Generating Axis client class with global timeout

    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...
  2. liorza

    chain.doFilter(req, resp); is throwing a null pointer exception

    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>...
  3. liorza

    Can I use arithmetic operators with struts tags

    Hello, I am having some issues with jstl tags. I would like to do basic math operations on values in struts tags (bean:write ...) Any ideas? Lior
  4. liorza

    Premature end of script headers:....dispatch.cgi

    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...
  5. liorza

    Custom pages for 404 & 500 errors

    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
  6. liorza

    Issues when using templates.

    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...
  7. liorza

    Running cgi from the root of the web app (for bugzilla)

    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...
  8. liorza

    caching of Java classes

    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...
  9. liorza

    Using Bugzilla with 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
  10. liorza

    missing data from query results

    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 |...
  11. liorza

    ActionClass is not being called when page is loading

    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...
  12. liorza

    ftp server

    Anyone can recommend an opens source easy to use ftp server application to be use under tomcat? Lior
  13. liorza

    JspException: Failed to obtain specified collection

    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...

Part and Inventory Search

Back
Top