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!)
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...
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...
..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...
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...
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...
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...
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...
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...
"the frustrated rantings of someone who's trying to move up to a 'proper' programming language and finding it difficult."
!! 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...
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...
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...
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...
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
{...
ah ha!!! this is the same problem I am having, see my recent post "cant open internet services manager or access localhost"..
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.