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

    Need a command to format display column width

    Please help me, I am typing a Sql command on a database table Select * form SoSo.. The display come up zigzag on my sqlplus screen because of uneven size of columns in the table(there are 5 columns). I wanted to display all columns with certain width. I want a sql command for that. Thanks...
  2. swaroop

    log4j.rootLogger=DEBUG,A1 identifier expected

    import com.foo.Bar; import org.apache.log4j.Logger; import org.apache.log4j.PropertyConfigurator; public class MyApp { static Logger logger = Logger.getLogger(MyApp.class.getName()); log4j.rootLogger=DEBUG, A1 log4j.appender.A1=org.apache.log4j.ConsoleAppender...
  3. swaroop

    error while running web application using web-logic

    Error 500--Internal Server Error javax.servlet.ServletException: [HTTP:101250][ServletContext(id=19973082,name=bhavani,context-path=/servlet)]: Servlet class /LoginServlet for servlet LoginServlet could not be loaded because a class on which it depends was not found in the classpath...
  4. swaroop

    i am getting error while running the web application using WEBLOGIC8.1

    Error 500--Internal Server Error javax.servlet.ServletException: [HTTP:101250][ServletContext(id=19973082,name=bhavani,context-path=/servlet)]: Servlet class /LoginServlet for servlet LoginServlet could not be loaded because a class on which it depends was not found in the classpath...
  5. swaroop

    error while deploying servlet application in weblogic

    Error 500--Internal Server Error javax.servlet.ServletException: [HTTP:101250][ServletContext(id=19973082,name=bhavani,context-path=/servlet)]: Servlet class /LoginServlet for servlet LoginServlet could not be loaded because a class on which it depends was not found in the classpath...
  6. swaroop

    New installation

    Hi All, I installed linux and have aproblem connecting to internet. I am serching for the documentation over net I did not happen to find one. Please suggest me to find documentation over net. Regards, Swaroop.
  7. swaroop

    Script dosn't work in Redhat Linux Ver 4

    All, echo ${DEBUG_PORT} if [ "${DEBUG_PORT}" == "" ] ; then DEBUG_PORT="8453" export DEBUG_PORT echo " FINALLY I AM HERE " echo ${DEBUG_PORT} fi The above Script is in a file named test.sh I am trying to run it. It dosn't print 8453 at first. I am running the script...
  8. swaroop

    java.lang.OutOfMemoryError while compailing XmlSchemas

    Hi All, I am getting java.lang.OutOfMemoryError while compiling XmlSchemas. But it is good while doing the same weblogic workshop. I wanted to compile them with ant scripts. Please help to overcome this problem. Thanks in advance. Regards, Swaroop.
  9. swaroop

    Key Map in text area in java swing

    Hi All, I would like to map my key board so that when I type a char 'a' it should type '\u0C05' in text area the list is as shown 'a' '\u0C05' 'A' '\u0C06' 'i' '\u0C07' 'I' '\u0C08' How should i do it in java swing. Thanks in advance, Swaroop.
  10. swaroop

    Does XP sp1 have popupstopper?

    Hi All, Please help me develop script for stop popups on Windows XP SP1 Thanks in advance. Swaroop Kunduru
  11. swaroop

    Cannot able to type Telugu charecters in JTextField.

    Hi All, I am creating a notepad which is capable of taking telugu charectors as input, save and display again when ever opened. I can able to display unicode as telugu charectors but when I type in JTextField they are displayed as boxes. Please helo me in my java program and let me know what...
  12. swaroop

    How to display Unicode(Telugu) charectors over applications

    Hi All, I wanted to display menus and text(Unicode Telugu) on an applet or application. And it must take the input in the same unicode. I request some one to give an idea to do so. Thanks, Swaroop, Kunduru
  13. swaroop

    New to SOAP messages. Requested to help.

    Hi All, I wanted to Take out a parameter from a SOAP message header. Also I want to add another parameter it means I need to read an Element and add another element. Requested to help me finding a solution for it. Thanks in advance. Swaroop.
  14. swaroop

    Read a logfile

    I wanted to read a logfile line after line and cut the time in each line delimited by "^" and print to screan. Contents of logfile: 20050711:06:46:14:670:EDT^hiBox01^CbsOrderUnlockV1^4069 Thanks in advance. Swaroop.
  15. swaroop

    winVnc problem connecting to my friends desktop

    Hi All, I am trying to take control of my friends desktop. I am getting a timeout. My friend added my IP in client access. If any one know how to handle this situation please let me know. Thanks in advance, Regards.
  16. swaroop

    Display Data on HTML browser

    I have a data-file.xml it ahs 3 columns column1 : Heading Column2 : URL Column3 : Disc I am expecting to display this data as a table on browser as shown below Column1 Column3 Test My Test Page The data "My Test Page" has to be a...
  17. swaroop

    Populate the user in the option box

    Hi All, When I login I have the option box with set of users in the list I am expecting my Username should be displayed at the top. Currently it is displaying null and when I click the option box I have option to select the username. Please suggest me to correct my code. Here suspendOperator...
  18. swaroop

    Weblogic Connection pool and DB2 Java code

    I need how to access DB2 through Java code. I have connection pool in weblogic and need steps in java coding to access DB2 Database. Thanks in advance. Regards,
  19. swaroop

    How to set timeout while browser connecting to servlet

    Hi All, I wanted to set the timeout to server while calling the servlet from the browser(Client). Thanks in advance.
  20. swaroop

    I need a jar file to be added to path

    Hi All, When I am generating a process I'll get a jar file, I have a path in init task of build.xml file. I wanted to append the jar generated in another task to the path in init. Please suggest a way to add the jar generated to the path. Regards, Swaroop.

Part and Inventory Search

Back
Top