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 bkrike 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: portagal
  • Content: Threads
  • Order by date
  1. portagal

    JDK compliance on WASD 5

    I have imported a webapp on WASD 5, this webapp is running on tomcat but when i imported it to WASD 5 i have got a bunch of compile errors on my java classes; it is complaining on methods like indexOf(...) called on StringBuffer object or replacefirst(...) method on String object. These methods...
  2. portagal

    tomcat -> out of memory error

    Hi, I am admining an application running on tomcat 4.1.29/ windows 2000. Recently i am getting java.lang.outofmemory error every now and then. As I checked CATALINA_OPT and JAVA_OPT environment variables are set to following value: "-Xms1024m -Xmx1024m -Xmn512m" Quotations are part of the value...
  3. portagal

    creating .EAR file

    Could anyone help me in creating an ear file out of an application which consist of web app, different jar files, EJB.... I need to move this application and deploy it in a new webserver. Any hint/link to a resource in how to create an ear file would be greatly appreciated. Thanks, Portagal
  4. portagal

    custom error page when tomcat is down

    My application is running on tomcat 4.1; when tomcat is down I see the following message. Is there any way to create a custom page to be shown instead of this error message or at least to be able to provide a valid email address for server administrator: Internal Server Error The server...
  5. portagal

    getting error running an agent, only when on schedule not on menu

    I have an agent (writen in LotusScript) when run creates a new doc using a form and along the way it adds new elements to it such as creating new RichTextItem, sections, tables, text... in one part of the script after i create a new RichTextItem and a section in this item i am appending a table...
  6. portagal

    Strange 400 error

    I am managing an internal site for our company, it runs on Tomcat 4.1.24. Users use the provided links to navigate the site and no one types the address for different part of the site(except for the home page of course) but we frequently and quite randomly get 400 error by randomly i mean the...
  7. portagal

    scheduled Vs. on event agent

    Hi, My agent is running perfectly when run from menu but when i set it to run on schedule it is not running. This agent is supposed to connect to several different databases and collect some info and create a new document. Any idea why it is not running on scheduel? Many thanks in advance
  8. portagal

    is any setting needed to view tooltip in IE

    Hi, I am using <span title="XXX"> to show tooltip about some texts in a webpage, I know this is not compatable with some browsers, but IE is supporting it, my problem is IE is showing this tooltip in some of our machines and not in some others, Is this a setting problem, should we change the...
  9. portagal

    problem with tomcat, hanging and not responding

    Hi all, I have inherited a web application running on tomcat. Everything seems fine and we don't have problem most of the time but sometimes the pages take forever to load and I mean literally forever and the only way to get it running again is to stop and start tomcat. I have looked at the log...
  10. portagal

    tomcat, error 500, where to c the detail log

    Hi everybody, I have an application running on tomcat(I have inherited it). Now it is throwing 500 error, the massage is: "The server encountered an internal error or misconfiguration and was unable to complete your request... More information about this error may be available in the server...
  11. portagal

    how to see DDL for an existing table/view

    I wonder if there is any way to find out about the defenition of a table, I have some tables and views which are based on other tables and views on different databases I need to see how they have been defined. I am very new in DB2 actually in databases, so i appriciate any help. thanks
  12. portagal

    viewing design of the database

    Hi, I have cataloged a remote database, and now i need to know the overall design of the database (table schemas, the relation between tables and views,...) Is there any way to do this other than going to control center and selecting "show related" on context menu of specific table/view. thank...
  13. portagal

    j2ee starting help2

    This is the follow up on my first posting; "j2ee starting help". I first want to thank Sedj for replying. I did what Sedj sugested and set up my classpath and now I can compile my file, but the fact is before sedj's posting I have played with my classpath and path variable and I think I have...
  14. portagal

    j2ee starting help

    Hi, I am trying to learn how to write a selvlet, I have downloaded J2ee, but I cannot compile my servlet class. The errors consist of "pakage javax.servlet does not exist,pakage javax.servlet.http does not exit" and other error form same catagory. I suspected it may be related to setting up the...

Part and Inventory Search

Back
Top