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 SkipVought 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: *

  1. jms137

    really stupid question about tomcat

    yes, there seems little point in complicating things when Tomcat alone will suffice. thanks again! (that must surely be the fastest reply i have ever received.. 2 minutes!)
  2. jms137

    really stupid question about tomcat

    Thanks sedj! That has cleared things up. My site is not serving out *any* static content like CGI, images, HTML. It is a single servlet which does various stuff like contacting databases, running java classes to generate some HTML then return this to the requester. The app is a corporate...
  3. jms137

    really stupid question about tomcat

    hello, boy am i gonna get flamed for this but... I have been told (by managers) our corporate java solution is "tomcat ON apache". So I download Tomcat 5.5.9. I install it, drop in a web app, start it up and can access my app just fine over http://<my-IP>:8080/myapp So Am I running tomcat on...
  4. jms137

    Cant get Collection property from ActionForm..

    ..sorry if this post is not clear I can also post sourcecode. also if anyone can tell me how to correctly access each 'Book' bean in the collection while iterating and extract e.g. getTitle and getAuthor instead of where I have wrote 'col one' and col two' this would be appreciated. happy...
  5. jms137

    Cant get Collection property from ActionForm..

    Hi, I have books.jsp with its ActionForm called BookForm, which links to an Action called BookAction. I want the BookForm class to have a property called 'books' which returns a Collection of 'Book' objects. When my books.jsp FIRST loads I want to have an iterator like this: <table...
  6. jms137

    can't open Internet services manager or access localhost

    thanks for the info, but i installed xp and never looked back.
  7. jms137

    Problem with Jalopy

    Hi, I'm using Jalopy in Eclipse to format my code. I have changed the preferences to suit my way of formatting code. I now want to save this as a code convention. However, when I open the Jalopy preferences GUI and go to General> Export it seems to want me to select an existing jalopy xml...
  8. jms137

    Java Plug-In to run applets

    Hi, some ideas: try it with different applets. if there is a run time error i.e. a coding error then the applet will often just not load . try just a hello world applet. 1 as an afterthought. open the java console (click the coffee cup in yr system tray) and see if there is any debug which...
  9. jms137

    Expression builder probs

    thanks sking, yeah, wow, i really did write a page. i only ever mean to write a few sentences...... john
  10. jms137

    Expression builder probs

    Hi all vba'ers. Excuse my ignorance, i am new to VBA (2 days) from a java background, quite a difference!! Here's my query: I made a form with the wizard which has a series of text areas on it, displaying all the information in table 'ContractorSpend': ContractorId(primary key), Cost00...
  11. jms137

    can't open Internet services manager or access localhost

    Hi, I did lots of browsing through forums, but could find no definitive answer that works...So I uninstalled w2k and installed XP. The IIS in XP now works flawlessly. Since then I have also installed w2k server on another partition, and the IIS in that works fine, too. So basically I would...
  12. jms137

    Who thinks VC++ IDE/debugger is not good?

    &quot;the frustrated rantings of someone who's trying to move up to a 'proper' programming language and finding it difficult.&quot; !! ha ha that's quite funny, and true. What I have found out straight away is that C++ is a considerably bigger(amount of syntax conventions) and richer...
  13. jms137

    Who thinks VC++ IDE/debugger is not good?

    qednick, Yeah i know it's sometimes hard to move environments. But I recently moved from Java to doing ASP.NET in VisualStudio.NET using VB, and I had never done any of them before. I found VS.NET very good and easy to use, and VB.NET was the most ludicrously easy programming language to learn...
  14. jms137

    Who thinks VC++ IDE/debugger is not good?

    Hello coders. I am fairly new to VC++ from a Java background. My impressions of the VC++6 IDE are very poor. 1) The debugger is not good. It constantly fails to recognize the area where the problem is and displays incorrect debugging hints. I have had it display about 10 assorted errors for...
  15. jms137

    totally stumped, cannot instantiate template class

    Thanks guys You were all right! The problem was that the instantiation: Jstack < int > myStack(); is wrong, it should not have the brackets in there. Also i took out the 'void' from the constructor & destructor prototype, and it works now. One odd thing I noticed is that the menu which pops...
  16. jms137

    totally stumped, cannot instantiate template class

    Hello all. I am really at my wits end here. I cannot instantiate an instance of a templated class. ( I have looked through the archives and can't find an answer!) My templated class is called Jstack. It is only part comleted but enough to test: template< class STACKTYPE> class Jstack {...
  17. jms137

    cant login into my own IIS webserver

    ah ha!!! this is the same problem I am having, see my recent post &quot;cant open internet services manager or access localhost&quot;.. it is impossible to reinstall it because you cannot stop it running cos the internet services manager wont open and 'net stop..' wont work. doing the windows...
  18. jms137

    can't open Internet services manager or access localhost

    hi all new to site... I have a problem with IIS. i have found a lot of similar posts on web but no answers.. my IIS just stops working and i get 'cannot find server' when accessing http://localhost sites. then i can't open internet services manager GUI from control panel. when i shust down...

Part and Inventory Search

Back
Top