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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pisth

  1. pisth

    automatic inclusion of a text file

    sorry it is index.jsp and not index.html. awaiting a response.
  2. pisth

    automatic inclusion of a text file

    Hello All, I have a JSP page and when i click on the SUBMIT button in the page, it takes me to an index.html file. Currently on this html file, I have a button called "Browse" and i click on it and choose a file and when i submit it(this does some calculations and gives an o/p). HOWEVER...
  3. pisth

    JScrollPane positioning and Vertical ScrollBar

    My question was: how do i position my scroller in Horizontal Bar of JScrollPane to the start of text?
  4. pisth

    JScrollPane positioning and Vertical ScrollBar

    Hi, I have attached a JScrollPane to a text area. the code is as follows. JScrollPane jsp = new JScrollPane( jtx1 ); however since the contents in the JTextArea is large horinontally, the text gets displayed in the textarea. However the scroller in the JScrollPane gets positioned towards the...
  5. pisth

    IIS shutsdown by itself

    How do i check my serves event logs?. and what should i see in them?. kindly let me know. Thanks! Karthik.
  6. pisth

    IIS shutsdown by itself

    Hi, I have an IIS server running and also using the same as an e-mail server. However, what happens sometimes is that: the website does not get displayed and when i check the reason for the same, i find that the IIS server is no longer running. I have to restart the same and it works. Why does...
  7. pisth

    Integration of Tomcat and Apache

    Yes. Tomca can serve as a web server by itself. You are correct.
  8. pisth

    Integration of Tomcat and Apache

    Well. I atleast know the answer to this question i guess as itz a requirement for me. :-) anyways...i am building a jsp application and i am running my jsp on tomcat and using apache as the main web server. Karthik.
  9. pisth

    Upgrade to Tomcat 4.1.24?

    Hi, Well. I am not quite too sure whether it will be worthwhile or not. But Upgrading is kind of very easy and installation of 4.1.24 is also easy as you just need to install the .exe file available. However if you have a lot of programs running in tomcat and if they involve the use of...
  10. pisth

    Unable to compile class for JSP

    Hell0 sedj, Thanks for your e-mail. I tried changing the line to "session" instead of "page" I still get the same error. Check that the package that you are referencing is jarred up in the WEB-INF/lib dir, or unjarred in the WEB-INF/classes dir what do i need to do to...
  11. pisth

    Unable to compile class for JSP

    Hell0 All, I am trying to create an application in JSP which inturn calls a java file. However when i execute the JSP page(using Tomcat webserver) i am getting an error which says... org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp...
  12. pisth

    JDBC

    Hell0 All, Thanks for all your help...it worked...i had to copy the classes12.jar file into the common/lib directory of tomcat and then i started tomcat again and the program was able to connect to the database. Yeah...your suggestions worked...Thanks! Regards, Karthik.
  13. pisth

    JDBC

    Hell0 Shanmy, Thanks for your reply. I included the classes12.zip classpath on my startup.bat. I am using Tomcat 4.1.24 version though...anyways...downloaded the exe file of tomcat and installed it. my startup.bat looks like this now: @echo off if "%OS%" == "Windows_NT&quot...
  14. pisth

    IIS- Tomcat Integration

    Hell0 All, I was able to integrate IIS and Tomcat and was also able to access the JSP pages in Tomcat. However, when others in the same network try to access the same webpage, it does not let them use the webpage as it asks for a user name and password and even if they type one, it does not...
  15. pisth

    JDBC

    Hell0, Now when i set the classpath...as suggested by you people...i set the classpath for classes12.zip. and now i am able to compile the program without any errors. When i restart the tomcat server and run the program, on the tomcat window, i still get an error which says...

Part and Inventory Search

Back
Top