Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-16 Thread Alexandra Stylianidou
Thanks for everything!!!It's running now! 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 12:26 PM, Alexandra Stylianidou > wrote: > > You mean the logs(folder) from tomcat folder or the logs from console? > > I mean wherever your running Tomcat is writing its logging messages. > > You sai

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 12:26 PM, Alexandra Stylianidou wrote: > You mean the logs(folder) from tomcat folder or the logs from console? I mean wherever your running Tomcat is writing its logging messages. You said you reconfigured the connector port and started it. Where are those startup messag

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
You mean the logs(folder) from tomcat folder or the logs from console?I also saw that port 8080 is used by http-alt. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 10:42 AM, Alexandra Stylianidou > wrote: > > I tried to change the port from 8080 to another port (e.g.9000) and type > > loc

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 10:42 AM, Alexandra Stylianidou wrote: > I tried to change the port from 8080 to another port (e.g.9000) and type > localhost:9000 but still nothing.What went wrong? I don't know. What do your logs say? << hint -- Hassan Schroeder hassan.schroe

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
I tried to change the port from 8080 to another port (e.g.9000) and type localhost:9000 but still nothing.What went wrong? 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 9:56 AM, Alexandra Stylianidou > wrote: > > Thank you for your tips.So, i have to change the tomcat port from 8080 > in

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 9:56 AM, Alexandra Stylianidou wrote: > Thank you for your tips.So, i have to change the tomcat port from 8080 into > another port?Is it easy to do it? Yes. Reading the documentation is also a good habit to get into :-) -- Hassan Schroeder hassan

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
Thank you for your tips.So, i have to change the tomcat port from 8080 into another port?Is it easy to do it? 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 9:14 AM, Alexandra Stylianidou > wrote: > > When i type "Alexandras-MacBook-Pro:bin alekastyl$ cd /Library/Tomcat > > Alexandras-Mac

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 9:14 AM, Alexandra Stylianidou wrote: > When i type "Alexandras-MacBook-Pro:bin alekastyl$ cd /Library/Tomcat > Alexandras-MacBook-Pro:Tomcat alekastyl$ export CATALINA_HOME=`pwd` > Alexandras-MacBook-Pro:Tomcat alekastyl$ ./bin/catalina.sh run" in terminal > the output is:

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
When i type "Alexandras-MacBook-Pro:bin alekastyl$ cd /Library/Tomcat Alexandras-MacBook-Pro:Tomcat alekastyl$ export CATALINA_HOME=`pwd` Alexandras-MacBook-Pro:Tomcat alekastyl$ ./bin/catalina.sh run" in terminal the output is: "Using CATALINA_BASE: /Library/Tomcat Using CATALINA_HOME: /Librar

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 8:57 AM, Alexandra Stylianidou wrote: > The console doesn't show anything about tomcat. Are you saying when you type `bin/catalina.sh run` in a console window that absolutely nothing happens?? There is *no* output whatsoever? I find that very hard to believe. > So,what ca

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
The console doesn't show anything about tomcat.I put in the browser " http://localhost:8080/"; and it shows me the previous message.So,what can i do if another server runs on port 8080?Maybe the postgresql runs on that port.Thanks for your help am not an expert,i want to setup the SWiM wiki and i a

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 8:35 AM, Alexandra Stylianidou wrote: > It shows the message: Again, what does the *console* show when you try to start Tomcat? If you already have another server running on port 8080 as the lines below seem to indicate, you can't expect to see anything from Tomcat in you

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
It shows the message: "Enterprice DB *Apache - version 2.2.16 PHP - version 5.3.3 *Server is up and running The default Apache context is *www* in the Apache installation folder" 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 8:20 AM, Alexandra Stylianidou > wrote: > > Exactly.But the pro

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 8:20 AM, Alexandra Stylianidou wrote: > Exactly.But the problem still exists. What "problem"? What does the startup logging show? -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twitter: @hassan ---

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
Exactly.But the problem still exists. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 7:45 AM, Alexandra Stylianidou > wrote: > > I put "Library/Tomcat/bin/catalina.sh run" and says that:"Cannot find > > /Library/Tomcat/Home/bin/setclasspath.sh > > This file is needed to run this program"

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 7:45 AM, Alexandra Stylianidou wrote: > I put "Library/Tomcat/bin/catalina.sh run" and says that:"Cannot find > /Library/Tomcat/Home/bin/setclasspath.sh > This file is needed to run this program" but this file exists. OK, so you say you have everything installed under /Lib

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
I put "Library/Tomcat/bin/catalina.sh run" and says that:"Cannot find /Library/Tomcat/Home/bin/setclasspath.sh This file is needed to run this program" but this file exists. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 7:38 AM, Alexandra Stylianidou > wrote: > > What do you mean?Logs

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 7:38 AM, Alexandra Stylianidou wrote: > What do you mean?Logs folder is empty. That sounds pretty suspicious. Try starting using `bin/catalina.sh run` -- you should see the startup messages in the console. -- Hassan Schroeder hassan.schroe...@gm

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Alexandra Stylianidou
What do you mean?Logs folder is empty. 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 7:31 AM, Alexandra Stylianidou > wrote: > > I am trying to run tomcat 7.0.16 on my mac os x 10.6.8 in order to set up > > the SWiM and i have problem to show the tomcat welcome screen.First,i > create >

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-15 Thread Hassan Schroeder
On Fri, Jul 15, 2011 at 7:31 AM, Alexandra Stylianidou wrote: > I am trying to run tomcat 7.0.16 on my mac os x 10.6.8 in order to set up > the SWiM and i have problem to show the tomcat welcome screen.First,i create > a folder /Library/Tomcat and put the apache file.Then i edit the > /Library/Tom